Website for detecting butterfly
- Download weight first: http://bit.ly/2MvPDpj
- Update your configFile for specific type( *.data, *.cfg, *.names - files used trainning yolov3)
- Start:
python app.py
orflask run
to start server. - Weight train in: https://github.com/hxtruong/butterfly-yolov3
- Websibe for user can interact by UI to detect a butterfly
- Start:
yarn
thenyarn dev
- Server is implemented on
python 3.7
(it has already fixed onpython 3.6
)