Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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