-
Clone the repository:
git clone https://github.com/kafleSiroj/objectDetection.git cd objectDetection -
Create a virtual environment (optional):
python -m venv venv source venv/bin/activate # Windows: `venv\Scripts\activate`
-
Install required dependencies:
pip install -r requirements.txt
-
Uninstall watchdog (if installed):
pip uninstall watchdog
-
Start the Flask backend:
python app/backend/app.py
-
Open the chatbot interface in your browser (
http://127.0.0.1:5000orYour PC's IP4 address:5000).