Skip to content

A console application build in Python that generates list of anime suggestion based on user's preferences.

License

Notifications You must be signed in to change notification settings

Mahalinoro/anime-recommendation-sytem

Repository files navigation

Anime Recommendation System

How To Run

  1. Make sure you have the latest version of Python installed in your system
  2. Set up a virtual environment:
python3 -m venv <any-name>
source <any-name>/bin/activate
  1. Once the virtual environment is activated, install the dependencies needed to run the program:
pip install -r requirements.txt
  1. Finally, run the script main.py
python main.py

About

A console application build in Python that generates list of anime suggestion based on user's preferences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages