fix README code blocks
This commit is contained in:
parent
6f9cc3a2c4
commit
dc3d69e443
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user