SportsByNumbers/CourtIQ
0
1---2title: CourtIQ App (Streamlit)3emoji: ๐4colorFrom: yellow5colorTo: blue6sdk: streamlit7python_version: '3.9'8app_file: app.py9sdk_version: 1.45.110---11 12# CourtIQ Basketball Analysis App (Streamlit Version)13 14This is a re-implementation of the CourtIQ application using the Streamlit Python framework, designed for deployment on Hugging Face Spaces.15 16## Features17- Dashboard Overview18- Game Management (Create, Select, Edit, Delete Games)19- Team Rosters (Create, Edit, Delete Teams; Create, Edit, Delete Players; Add/Remove Players from Teams)20- Video Analysis (Placeholder for upload/link and results)21- Manual Stats Entry22- Player Performance Report23- Placeholder Reporting Sections (Team Statistics, Game Summary, League Comparison)24 25## How to use26The application runs directly in your browser. Use the sidebar to navigate between different sections.27 28## Technologies Used29- Streamlit (Python framework for web apps)30- Pandas (for data display)31 32## Data Persistence33Please note that data entered into this application (teams, players, games, stats) is stored in the browser's session state and will reset if the application is fully refreshed or closed. For permanent data storage, a database integration would be required.34 35## Deployment on Hugging Face Spaces36This Space uses the `streamlit` SDK. Hugging Face will automatically install the dependencies listed in `requirements.txt` and run `app.py`.