https://github.com/1coxy57/simpleclassifier
Rest API for classifying images based on pre-trained models or your own models using YOLO
https://github.com/1coxy57/simpleclassifier
classifier deep-learning deep-learning-algorithms deep-learning-framework model yolo
Last synced: 3 months ago
JSON representation
Rest API for classifying images based on pre-trained models or your own models using YOLO
- Host: GitHub
- URL: https://github.com/1coxy57/simpleclassifier
- Owner: 1coxy57
- License: apache-2.0
- Created: 2025-02-26T19:24:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:09:50.000Z (4 months ago)
- Last Synced: 2025-03-06T17:24:15.278Z (4 months ago)
- Topics: classifier, deep-learning, deep-learning-algorithms, deep-learning-framework, model, yolo
- Language: Python
- Homepage:
- Size: 4.76 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleClassifier
This simple classifier creates a API using [FastAPI](https://fastapi.tiangolo.com/) for interacting with YOLO models.not done wip
## Roadmap- make it faster
- fix bugs