how to install:
git clone
pip install -r requirements.txt
echo TOKEN = 'Your token here' > config.py
Download weights here Add path to weights in lines 6 and 7 in models.py
model_news = torch.load('YOUR PATH HERE')
model_congr = torch.load('YOUR PATH HERE')
run
python bot.py
2 commits
Python
100.0%
how to install:
git clone
pip install -r requirements.txt
echo TOKEN = 'Your token here' > config.py
Download weights here Add path to weights in lines 6 and 7 in models.py
model_news = torch.load('YOUR PATH HERE')
model_congr = torch.load('YOUR PATH HERE')
run
python bot.py
2 commits
Python
100.0%