Spaces:
Running
Running
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"> |