https://github.com/adesoji1/vehicle_classification
Classifies cars based on brands, Different versions will be updated here as more car data emerges. This for you to understand the logic
https://github.com/adesoji1/vehicle_classification
fastapi image-classification python3 streamlit-webapp
Last synced: about 2 months ago
JSON representation
Classifies cars based on brands, Different versions will be updated here as more car data emerges. This for you to understand the logic
- Host: GitHub
- URL: https://github.com/adesoji1/vehicle_classification
- Owner: Adesoji1
- Created: 2023-05-24T11:13:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T17:33:06.000Z (about 3 years ago)
- Last Synced: 2025-02-10T07:45:55.101Z (over 1 year ago)
- Topics: fastapi, image-classification, python3, streamlit-webapp
- Language: PureBasic
- Homepage: https://silvera-car-classifier.streamlit.app/
- Size: 79.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a vehicle Image Classificcation Application
To run on ubuntu 20.04
Do this below
cd to the vehicle_classification folder .
cd means change directory to the desired directory. it works on Linux
pip install -r requirements.txt
uvicorn back:app --reload
streamlit run front.py
View sample of the screenshot in pic.png directory