Skip to content

Latest commit

 

History

History
85 lines (50 loc) · 1.71 KB

README.md

File metadata and controls

85 lines (50 loc) · 1.71 KB

OhMyDB

The training tool for face-recognition classifier in web.

Description

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

ERD

image

AWS Architecture

image

Getting Started

Dependencies

Installing

git clone https://github.com/sigmarion1/ohmydb

Executing program

  • run back-end development server (required virtaulenv)
cd back
python manage.py runserver
  • run front-end development server
cd front
npm start

Help

- deploying this web application using vercel.

Authors

Contributors names and contact info

  • sigmarion1

Version History

  • v3
    • Add admin site for train, annotating and evaluation
  • v2
    • Service for image crawling and classify using specefic classifier.
  • v1
    • Initial Release.

License

This project is licensed under the [MIT] License - see the LICENSE.md file for details

Acknowledgments

Inspiration, code snippets, etc.