fluesterpost/README.md

23 lines
986 B
Markdown
Raw Normal View History

2023-10-23 15:49:26 +00:00
# Flüsterpost
Flüsterpost takes audio files and turns them into text. It's made to do so easily, quickly, and locally.
## How to Run
This repo uses the poetry package manager for Python. If you don't have it, you'll need to install it before using this.
(i can recommend it. it's great.)
`cd` into the repository. Then, run `poetry install`.
Then, do `poetry run main.py`.
### Deps
This project uses [flet](https://flet.dev/) for the GUI. On Linux systems, you'll need `gstreamer` installed.
You probably have this shipped with your system, but if you get the error message
`error while loading shared libraries: libgstapp-1.0.so.0: cannot open shared object file: No such file or directory`,
install it. More info on the [flet docs page](https://flet.dev/docs/guides/python/getting-started).
## License
This project is licensed under the MIT license.
## Contributions
Any contributions to this project will be licensed under the MIT license, unless explicitly noted otherwise.