Lookalike is a makeup recommendation system offering personalized suggestions for high-quality, budget-friendly beauty products.
Created for "CS/INFO 4300 class at Cornell University"
Create a virtual environment in Python. You may continue using the one you setup for assignment if necessary. To review how to set up a virtual environment and activate it, refer to A0 assignment writeup.
You need to install dependencies by running python -m pip install -r requirements.txt
in the backend folder.
Run the command flask run
to start the local server.