clone this repo
git clone https://github.com/Aman-Shetty/DentalHealth
setup virtual environment
python -m venv venv
for linux and macOS:
source venv/bin/activate
for windows:
venv/Scripts/activate.bat
Install the dependencies
pip install -r requirements.txt
clone the yolov5 repo inside your project directory
git clone https://github.com/ultralytics/yolov5.git
install the dependencies
pip install -r yolov5/requirements.txt
run the application
streamlit run app.py