Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.63 KB

File metadata and controls

40 lines (26 loc) · 1.63 KB

Chat-With-Llama-3.1-Using-Whisper

Open In Colab

You can also open in Hugging Face Spaces

Introduction

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.

Getting Started

You can chat with Llama 3.1 by Hugging Face Spaces To get started, follow these steps:

  1. Clone the repository: git clone https://github.com/candenizkocak/chat-with-llama-3-1-using-whisper.git
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the application: python app.py

Features

  • Speech-to-text functionality using Whisper
  • Conversational AI model using Llama 3.1
  • Easy to use chat interface

Usage

  1. Run the application and start speaking to interact with Llama 3.1.
  2. Type messages to send to Llama 3.1.
  3. View responses from Llama 3.1.

Contributing

Contributions are welcome! To contribute, follow these steps:

  1. Fork the repository: git fork https://github.com/candenizkocak/chat-with-llama-3-1-using-whisper.git
  2. Make changes and commit: git commit -m "commit message"
  3. Create a pull request: git pull-request