Can't figure out what to watch for Movie Night? We got you!
Just enter the general vibes you're looking for and MovieMuse will provide you with a handful of movies tailored to your needs.
Create a virtual environment using the following command
python -m venv env
Activate the virtual environment using the following command
env/Scripts/activate.bat //in CMD
env/Scripts/activate.ps1 //in Powershell
source env/Scripts/activate //in Unix
Install the dependencies using
pip install -r requirements.txt
In addition to those, you'll need two API Keys. One for TMDB and one for OpenAI
After setting up the environment and installing the dependencies the app can be run using
python app.py