/Quinn

a web browser-based app to recommend clean skincare products for men. Users will take a short survey regarding their skin concerns, and the app will recommend them a curated selection of products.

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

💁🏽‍♂️ Quinn

A web app to recommend clean skincare products for men.

Users will take a short survey regarding their skin concerns, and the app will recommend them a curated selection of products.

The Quinn homepage

🔨 Quinn is built with:

🌎 View on the web:

Quinn

🤓 Authors

Quinn was created for Summer 2020 MLH Fellowship Halfway Hackathon

💻 Run locally

  • Clone the repository: git clone https://github.com/MLH-Fellowship/Quinn.git
  • From the command line, navigate to the Quinn directory and run the following:
pip3 install --upgrade pip
pip install -r requirements.txt
flask run run.py

Visit http://127.0.0.1:5000/ in your browser.