Skip to content

Gradient-PG/FliesDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FliesDetector

Building and running the app

  1. Prepare the data using script
python project/code/scripts/ClassifierDataSplitter.py --image_dir project/data/label_studio
  1. Train the model using script
python project/code/notebooks/classifier_training.py
  1. Copy the model to the models dir
cp -R classifier_model/image_classification_model/* project/code/yolo2class_pipeline/models/classificator
  1. Run docker containers
cd project
docker compose up
  1. Open the app in your browser
http://localhost:7860

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors 5