Update README.md

This commit is contained in:
Kristofer Rolf Söderström
2023-03-27 21:24:12 +02:00
committed by GitHub
parent 8f76466f57
commit 26c6f84e72

View File

@@ -29,8 +29,10 @@ This is a simple script with no installation. You can either clone the repositor
```
git clone https://github.com/soderstromkr/transcribe.git
```
and use the example.ipynb template to use the script.**OR (for beginners)** download the ```transcribe.py``` file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users, see the example below. (Remember to have transcribe.py and example.ipynb in the same working folder).
and use the example.ipynb template to use the script.
**OR** download the ```transcribe.py``` file into your work folder. Then you can either import it to another script or notebook for use. I recommend jupyter notebook for new users, see the example below. (Remember to have transcribe.py and example.ipynb in the same working folder).
You can also run the GUI version from your terminal or with the batch file called run_gui.bat, just make sure to add your conda path to it.
[img!](gui_img.jpeg)
### Example
See [example](example.ipynb) for an implementation on jupyter notebook, also added an example for a simple [workaround](example_no_internet.ipynb) to transcribe while offline.