Skip to content

MRamazan/AnimeRecBertWeb

Repository files navigation

Web Demo 🌐

www.animerecbert.online

Main Code

https://github.com/MRamazan/AnimeRecBERT

For Linux, Macos

If you want to run locally, main.py script automatically downloads 7 files from my google drive. pretrained model, dataset mappings, anime information files etc.

git clone https://github.com/MRamazan/AnimeRecBertWeb
cd AnimeRecBertWeb
python3 -m venv venv
source venv/bin/activate 
pip install -r requirements.txt
python main.py

For Windows

If you want to run locally, main.py script automatically downloads 7 files from my google drive. pretrained model, dataset mappings, anime information files etc.

git clone https://github.com/MRamazan/AnimeRecBertWeb
cd AnimeRecBertWeb
python -m venv venv
venv\Scripts\activate 
pip install -r requirements.txt
python main.py

Preview

Recommendations

Favorite Selection

About

Web demo code of AnimeRecBert repo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published