Views
No views yet
1# 1) Create env
2python -m venv venv && source .venv/bin/activate # Windows: ./venv/Scripts/activate
3
4# 2) Install deps
5pip install -r requirements.txt
6
7# 3) Run
8python main.py --helpTip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
distilbert-base-uncased-finetuned-sst-2-english (Apache-2.0)dslim/bert-base-NER (Apache-2.0)sshleifer/distilbart-cnn-12-6 (Apache-2.0)sentence-transformers/all-MiniLM-L6-v2 (Apache-2.0)microsoft/DialoGPT-small (MIT)torchvision.models.mobilenet_v2 (Apache-2.0)easyocr (Apache-2.0)openai/whisper-tiny (MIT)nlpconnect/vit-gpt2-image-captioning (MIT)requirements.txt identical across all projects.
If you need CPU-only PyTorch wheels, install the default first (pip install torch) — it will fetch the right build automatically.
If you already have a CUDA wheel, the scripts will use it.brew install ffmpeg, choco install ffmpeg, or use your package manager).~/.local/share/tts (Linux/macOS) or %APPDATA%\tts (Windows).