Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 789 Bytes

File metadata and controls

33 lines (22 loc) · 789 Bytes

Voice-to-letter-in-Nepali-web-app

A simple web app for Voice to letter in Nepal using Streamlit

Getting ready

First setup virtual environment, activate it install the essentials.

Install the essentials first

pip install -r requirements.txt

Running the application

streamlit run app.py

Note: Make sure you're inside the root folder where app.py is there.

Using Ngrok

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.

Contributing

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.