Skip to content

A recommender system to recommend anime based on the anime name you enter.

Notifications You must be signed in to change notification settings

codekushalS/Anime_Recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anime Recommender Web App

This web application uses a Flask backend to recommend animes based on a dataset. It incorporates a simple user interface for users to input an anime title and receive recommendations.

Project Structure

/Anime_Recommender
    │
    ├── app.py
    ├── check.py
    ├── requirements.txt
    ├── anime_recommender_package
    │     ├── __init__.py
    │     ├── recommender_system.py
    │     └── assets
    │           └── anime.csv
    ├── templates
    │     ├── index.html
    │     └── recommendations.html
    ├── static
    │     └── styles.css
    └── notebooks
        └── m1.ipynb
  • app.py: Main Flask application file.
  • anime_recommender_package: Python package containing the recommender system logic.
  • templates: HTML templates for the web application.
  • static: CSS file for styling.
  • notebooks: Folder for Jupyter notebooks or analysis files.

Getting Started

# Clone the repository
git clone https://github.com/your-username/your-repo.git

# Navigate to the project folder
cd your_project_folder

# Install the required Python packages
pip install -r requirements.txt

# Run the Flask application
python app.py

Open the application in your web browser at https://localhost:5000.

Usage

  1. Enter the title of an anime in the input field.
  2. Click the Recommend button to get a list of recommended animes.

Additional Notes

  1. Modify the recommender_system.py file to customize the recommendation logic.
  2. Explore and analyze the dataset using Jupyter notebooks in the notebooks folder.

About

A recommender system to recommend anime based on the anime name you enter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published