Skip to content

Timothy1102/realtime-conversation-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Time Conversation Assistant

This project is a simple implementation of a real time conversation assistant using AI (speech-to-text and LLM model).

Installation

Use the package manager pip to install the required libraries.

pip install -r requirements.txt

Setup

  • First, you need to obtain an API key from Replicate.

  • Run this command to export the environment variables:

export REPLICATE_API_TOKEN=<your_replicate_api_key>

Usage

Run this command to start the application:

python app.py

About

real time conversation assistant using AI

Resources

Stars

Watchers

Forks