Description • Technologies • How to run • Authors
Flix Finder is a movie and TV series recommendation tool. Discover your next binge-worthy content based on genres, styles, decades, or your favorite references. Built using the powerful GPT-3.5 model for personalized recommendations.
You need to have installed on your machine Git, Python3, Docker, and Nodejs.
git clone https://github.com/crisleymarques/flix-finder.git- Create an account on OpenAI.
- Create an API Key and copy it.
- Go to the project folder and create a file named .env substituting the 'your_openai_api_key' with your API Key.
echo "OPENAI_API_KEY = 'your_openai_api_key'" > src/.env- Go to the project folder and build the docker image.
docker build -t fastapi/flixfinder . - Run the docker image.
docker run -p 8000:8000 fastapi/flixfinderThe backend will be accessible at http://localhost:8000.
- Go to the front folder:
cd front- Install the dependencies
npm install - Run the project.
npm run devThe Frontend will be accessible at http://localhost:5173/.
Enjoy! 🎉
Crisley Marques |
Luiz Carlos |
|---|