- Autocatch using Pokemon Classifier with Torch using embeddings
pkg install python-torch python-torchvision
git clone https://github.com/racovik/autocatch.git
cd autocatch
pip install -r requirements.txt
nano config.py
token =
guild_id =
mkdir -p models && curl -L -o models/pokerealmac_v1.0.pt https://github.com/racovik/autocatch/releases/download/v1.0.0/classifier.pt
python discord_bot.py