# Valami An AI watches you play Valorant and roasts you! ## Installation Please use Powershell! I haven't tested this on cmd. 1. Clone the repository: ``` git clone https://github.com/kevlu8/Valami.git ``` 2. Navigate to the project directory: ``` cd Valami ``` 3. Create a venv: ``` python -m venv venv ``` 4. Activate the venv: ``` .\venv\Scripts\activate ``` 5. Install the required packages: ``` pip install -r requirements.txt ``` 6. Also install [tesseract OCR](https://github.com/tesseract-ocr/tesseract/releases/download/5.5.0/tesseract-ocr-w64-setup-5.5.0.20241111.exe) and add it to PATH. 7. Run the app and hop in your game of Valorant! ``` python src/main.py ```