Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My contribution #179

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

My contribution #179

wants to merge 1 commit into from

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