/recom_system

In this project I built a recommendation system that uses CNN's to extract the metadata from images and then creates recomendations based on user's preferences. (If the landing page does not work, reload the page :) )

Primary LanguagePython

To build this app

  • Navigate to the Pint_UI directory. There you will find the front end of the app that is built in React. You will need to set up your firebase project and configure the credentials in the src/App.js file.
  • Set up the proxy using the code found in the object_recognition_AI/flask_proxy.py
  • The AI mechanism for the data extraction, is located in the object_recognition_AI/flask_local_with_class.py and object_recognition_AI/flask_local_with_class_gpt.py. Contact the author to get more information about the models used.