AI4ALPHA is a multilingual speech bot application built using Streamlit. The app enables users to record audio, transcribe speech, translate it into multiple languages, and generate responses using a language model. It supports language identification, speech-to-text transcription, and text translation.
Clone the repository:
git clone https://github.com/your-username/ai4alpha.git
cd ai4alpha
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
Install the required packages:
pip install -r requirements.txt
Ensure the virtual environment is activated.
Run the Streamlit app:
streamlit run app.py
Open the app in your web browser:
The app will usually be accessible at http://localhost:8501
Record Audio:
Transcription and Translation:
Language Model Interaction:
Contributions are welcome! Please fork the repository and submit pull requests for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.
1 commits
Python
87.4%
Jupyter Notebook
11.5%
AI4ALPHA is a multilingual speech bot application built using Streamlit. The app enables users to record audio, transcribe speech, translate it into multiple languages, and generate responses using a language model. It supports language identification, speech-to-text transcription, and text translation.
Clone the repository:
git clone https://github.com/your-username/ai4alpha.git
cd ai4alpha
Create a virtual environment:
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
Install the required packages:
pip install -r requirements.txt
Ensure the virtual environment is activated.
Run the Streamlit app:
streamlit run app.py
Open the app in your web browser:
The app will usually be accessible at http://localhost:8501
Record Audio:
Transcription and Translation:
Language Model Interaction:
Contributions are welcome! Please fork the repository and submit pull requests for any enhancements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for more details.
1 commits
Python
87.4%
Jupyter Notebook
11.5%