This is a fashion recommender system built using Python and Streamlit.
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.
- 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.
- Python (3.10 and higher)
- Tensorflow
- Streamlit
- Pandas
- Scikit-learn
- NumPy
- Clone the repository
- Install dependencies
- Run the application
- Access the application through your web browser.
This project is licensed under the MIT License.
Special thanks to Streamlit for providing an excellent framework for building interactive web applications with Python.