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

https://github.com/vedant363/fashion-recommender-system

A Fashion recommender system built using Python and Streamlit, that suggests clothing items based on input image
https://github.com/vedant363/fashion-recommender-system

nearest-neighbor python recommender-system streamlit streamlit-dashboard tensorflow

Last synced: 7 months ago
JSON representation

A Fashion recommender system built using Python and Streamlit, that suggests clothing items based on input image

Awesome Lists containing this project

README

          

# Fashion Recommender System

This is a fashion recommender system built using Python and Streamlit.

## Overview

The Fashion Recommender System suggests clothing items to users based on the uploaded image and other relevant factors. It aims to enhance the user experience by providing personalized recommendations tailored to individual tastes.

## Features
- Recommendation Engine: Utilizes machine learning algorithms to recommend clothing items based on user preferences.
- Interactive Interface: Built using Streamlit to create an intuitive and user-friendly experience.

## Requirements

- Python (3.10 and higher)
- Tensorflow
- Streamlit
- Pandas
- Scikit-learn
- NumPy

## Installation

1. Clone the repository
2. Install dependencies
3. Run the application
4. Access the application through your web browser.

## Preview
![Main Image](img/FRS_main.png)

# Test-1
![Shoe Image](img/FRS_test1.png)

# Test-2
![Watch Image](img/FRS_test2.png)

## License

This project is licensed under the [MIT License](LICENSE).

## Acknowledgments

Special thanks to [Streamlit](https://streamlit.io/) for providing an excellent framework for building interactive web applications with Python.