Spaces:
Running
Running
File size: 1,105 Bytes
2e332ed 87684fd 2e332ed 426ffb5 87684fd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
title: AnimeRecBERT
emoji: 🎬
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.44.1
app_file: app.py
pinned: false
---
## 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.**
```bash
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.**
```bash
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
<img src="favorites-selection.jpg" alt="Recommendations" width="700">
<img src="recommendations.jpg" alt="Favorite Selection" width="700"> |