Anime Recommendation System coded with Python in Jupyter Notebook. The recommendation system asks the user for a category of anime they want to watch and then recommends the top 10 anime in the selected category based on user ratings. Dataset taken from Kaggle, link can be found in the anime.csv file of this repository or at bottom of this README file.
Here are the steps to run Jupyter notebook cells in command line:
-
Open the Jupyter notebook you want to run in command line.
-
In the Jupyter notebook interface, click on the File menu and select Download as > Notebook (.ipynb).
-
Save the notebook file in a directory of your choice.
-
Open a command line interface (CLI) and navigate to the directory where you saved the notebook file.
-
Run the following command:
- jupyter nbconvert --to script my_notebook.ipynb
-
Replace my_notebook.ipynb with the name of your notebook file. This command will convert the notebook to a Python script.
-
After the conversion is complete, you can run the Python script using the following command:
- python my_notebook.py
-
Replace my_notebook.py with the name of the Python script generated by nbconvert.
-
The Python script will execute the code cells in the Jupyter notebook in the order they appear in the notebook.
Includes Top Twitch games from 2016 - 2023 and associated metrics.
You can download the dataset from here:
This project is licensed under the MIT License - see the LICENSE.md file for details.