You can also open in Hugging Face Spaces
This repository contains a chat application that uses Whisper, a speech-to-text model, to communicate with Llama 3.1, a conversational AI model by Meta AI.
You can chat with Llama 3.1 by Hugging Face Spaces To get started, follow these steps:
- Clone the repository:
git clone https://github.com/candenizkocak/chat-with-llama-3-1-using-whisper.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Speech-to-text functionality using Whisper
- Conversational AI model using Llama 3.1
- Easy to use chat interface
- Run the application and start speaking to interact with Llama 3.1.
- Type messages to send to Llama 3.1.
- View responses from Llama 3.1.
Contributions are welcome! To contribute, follow these steps:
- Fork the repository:
git fork https://github.com/candenizkocak/chat-with-llama-3-1-using-whisper.git
- Make changes and commit:
git commit -m "commit message"
- Create a pull request:
git pull-request