AniRecs is a web-based application that helps users discover new anime titles based on their preferences and viewing history. Users can create profiles to save favorite anime titles.
- Create user profiles
- View watched anime history
- Search for anime by title or genre
- Receive recommendations based on user preferences and viewing history
Navigate to the app directory:
cd anirecs/backend/appThen run the following command:
poetry run uvicorn main:app --reload