Skip to content

Nguyen-Hoang-Nam/fastapi-svelte-yolo5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI-Svelte-YoloV5

Simple detect items web use FastAPI framework in back-end and Svelte framework in front-end.

Screenshot

Usage

Put your YoloV5 or YoloV3 weight in backend/model/ and change path in backend/model/yolov5.py.

$ cd backend
$ uvicorn main:app --reload
$ cd ../fronend
$ npm run dev

Todo

  • Upload weight
  • Test multiple image

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT