Skip to content

Conversation

@SpandanM110
Copy link

Providing Transcription Bot that converts any voice to text.
It consists of two app.py and frontend.py. In order to run this we need to create different terminals then we need to write these commands: python app.py
streamlit run frontend.py
In the app.py and frontend.py terminals

Before, that we need to check the versions accordingly by creating environment by any of the two commands:
python3 -m venv venv
source venv/bin/activate
OR
python -m venv venv
source venv/bin/activate

AFTER THIS TO INSTALL THE REQUIRED LIBRARIES
pip install flask_cors
pip show streamlit
pip install streamlit
streamlit run frontend.py

Providing Transcription Bot that converts any voice to text.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant