A simple web app for Voice to letter in Nepal using Streamlit
First setup virtual environment, activate it install the essentials.
pip install -r requirements.txt
streamlit run app.py
Note: Make sure you're inside the root folder where app.py
is there.
In case you're using ngrok, you might want to run in the port 8501.
./ngrok http 8501
You can find all necessary steps here.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.