Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nguyenquangtung/fashion-recommendation-system
Basic recommendation system with mySQL database and API
https://github.com/nguyenquangtung/fashion-recommendation-system
api cnn mysql python recommendation-system recommender-system restnet50 streamlit
Last synced: about 1 month ago
JSON representation
Basic recommendation system with mySQL database and API
- Host: GitHub
- URL: https://github.com/nguyenquangtung/fashion-recommendation-system
- Owner: nguyenquangtung
- Created: 2023-10-02T19:04:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T15:44:35.000Z (about 1 year ago)
- Last Synced: 2024-11-05T16:05:17.429Z (3 months ago)
- Topics: api, cnn, mysql, python, recommendation-system, recommender-system, restnet50, streamlit
- Language: Python
- Homepage:
- Size: 90.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fashion-recommender-system
A Deep Learning based Fashion Recommender System using the ResNET50 and KNN
How to use ?
- Install requirement by using: pip install -r requirement.txt- Run testconnectdata.py for testing connection
- Run main.py for recommender on streamlit
- Run testAPI.py for testing API without request (I already set request is const)
- Finnaly, if you want to use this API, run API.py