Merge pull request #2 from ValentinFunk/patch-1

Fix mac instructions link
This commit is contained in:
Kristofer Rolf Söderström
2023-10-19 09:09:01 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ Unfortunately, I have not found a permament solution for this, not being a Mac u
1. You can also right-click (or equivalent) on the root folder to open a Terminal within the folder. 1. You can also right-click (or equivalent) on the root folder to open a Terminal within the folder.
2. Run the following command: 2. Run the following command:
``` ```
python main.py python app.py
``` ```

View File

@@ -55,7 +55,7 @@ pip install customtkinter
``` ```
5. Run the app: 5. Run the app:
1. For **Windows**: In the same folder as the *app.py* file, run the app from terminal by running ```python app.py``` or with the batch file called run_Windows.bat (for Windows users), which assumes you have conda installed and in the base environment (This is for simplicity, but users are usually adviced to create an environment, see [here](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands) for more info) just make sure you have the correct environment (right click on the file and press edit to make any changes). If you want to download a model first, and then go offline for transcription, I recommend running the model with the default sample folder, which will download the model locally. 1. For **Windows**: In the same folder as the *app.py* file, run the app from terminal by running ```python app.py``` or with the batch file called run_Windows.bat (for Windows users), which assumes you have conda installed and in the base environment (This is for simplicity, but users are usually adviced to create an environment, see [here](https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#creating-an-environment-with-commands) for more info) just make sure you have the correct environment (right click on the file and press edit to make any changes). If you want to download a model first, and then go offline for transcription, I recommend running the model with the default sample folder, which will download the model locally.
2. For **Mac**: Haven't figured out a better way to do this, see [the instructions here](Mac_instructions.txt) 2. For **Mac**: Haven't figured out a better way to do this, see [the instructions here](Mac_instructions.md)
## Usage ## Usage
1. When launched, the app will also open a terminal that shows some additional information. 1. When launched, the app will also open a terminal that shows some additional information.
2. Select the folder containing the audio or video files you want to transcribe by clicking the "Browse" button next to the "Folder" label. This will open a file dialog where you can navigate to the desired folder. Remember, you won't be choosing individual files but whole folders! 2. Select the folder containing the audio or video files you want to transcribe by clicking the "Browse" button next to the "Folder" label. This will open a file dialog where you can navigate to the desired folder. Remember, you won't be choosing individual files but whole folders!