| Name | Name | Last commit date | ||
|---|---|---|---|---|
requirements.txt):\ntext\nopencv-python>=4.7.0\nnumpy>=1.24.0\ntorch>=2.0.0\ntransformers>=4.30.0\n\n\n## ⚙️ Setup and Installation\n1. Clone this repository under your workspace:\n bash\n git clone https://github.com/Novalabs-in/computer-vision-analytics.git\n cd computer-vision-analytics\n \n2. Set up and activate a local virtual environment:\n bash\n python3 -m venv .venv\n source .venv/bin/activate\n \n3. Install all dependencies:\n bash\n pip install -r requirements.txt\n \n4. Execute the application:\n bash\n python main.py\n \n\n## 📄 License\nThis repository is licensed under the MIT License.