Feature 1: NLP
- figure out pulling episode reviews data for one anime (one piece)
- perform sentiment analysis on reviews
- LLM to generate overall sentiment on episode
- Generate a episode success metric of the anime episodes
Feature 2: Reccomendations
- save small database of seasonal animes
- implement a reccomender based on a user's anime list
- possible learn to rank implementatiopn
To start, install the required and recommended libraries.
- Install Poetry
- Install dependencies:
poetry install
Before committing anything to the repository, set up our pre-commit hooks:
pre-commit install
If developing in VSCode (highly recommended), add the following extensions for linting, type checking, and code formatting: