fix README code blocks

This commit is contained in:
Xaloc 2023-10-04 16:22:35 +02:00
parent 6f9cc3a2c4
commit dc3d69e443

View File

@ -7,15 +7,15 @@ Clone the repository
### Step 2
Go to the folder of the repository and reate a virtual environment
bash```
```bash
python -m venv <name>
```
### Step 3
Install the requirements (there's a ton because we use the whisper engine for speech to text)
bash```
```bash
pip install -r requirements.txt
```
## Usage
Change the name of the file you want to transcribe in the code, make sure it's on the same folder as the program (or give the path in the code). Run the code ```python app.py```. Enjoy the transcript.
Change the name of the file you want to transcribe in the code, make sure it's on the same folder as the program (or give the path in the code). Run the code `python app.py`. Enjoy the transcript.