This is the main project readme, which can briefly point users to setup_env.md
.
# Project Name
This project uses YOLO (ultralytics), Streamlit, Pandas, OpenCV, and PyTorch. Please see the [setup_env.md](./setup_env.md) file for detailed instructions on installing and configuring the environment.
## Quick Start
1. Install Python 3.11.6
2. Create and activate a virtual environment
3. Install PyTorch and TorchVision using official instructions (GPU/CPU-specific)
4. `pip install -r requirements.txt`
5. Run `streamlit run src/app.py` (or appropriate entry script)
For detailed instructions and troubleshooting, consult [SETUP_ENV.md](./setup_env.md).