The training tool for face-recognition classifier in web.
OhMyDB is the prototype for continousely train and improve the face recognition classifier in web based enviorment. Thise frontend page helps users easily train and evaluate classifiers. Users can simply train or evaluate their custom models with just a few clicks. The prototype is currently live on the https://ohmydb.com
- python virtualenv
- Tested in Windows 10/11 with WSL2, Mac OS
git clone https://github.com/sigmarion1/ohmydb
- run back-end development server (required virtaulenv)
cd back
python manage.py runserver
- run front-end development server
cd front
npm start
- deploying this web application using vercel.
Contributors names and contact info
- sigmarion1
- v3
- Add admin site for train, annotating and evaluation
- v2
- Service for image crawling and classify using specefic classifier.
- v1
- Initial Release.
This project is licensed under the [MIT] License - see the LICENSE.md file for details
Inspiration, code snippets, etc.