Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

This application provides a real-time, conversational travel guide for tourists visiting London, UK. Powered by AssemblyAI, ElevenLabs, and OpenAI, it transcribes your speech, generates AI responses, and plays them back as audio. It serves as a friendly assistant to help plan your trip, providing concise and conversational guidance.

Demo Video

Click below to watch the demo video of the AI Assistant in action:

Watch the video

Features

  • Real-time speech-to-text transcription using AssemblyAI.
  • AI-generated responses using OpenAI's GPT-3.5-Turbo.
  • Voice synthesis and playback with ElevenLabs.

API Key Setup

Before running the application, you need API keys for the following services:

Update the API keys in the code by replacing the placeholders in the AI_Assistant class.

Run the application

python app.py

📬 Stay Updated with Our Newsletter!

Get a FREE Data Science eBook 📖 with 150+ essential lessons in Data Science when you subscribe to our newsletter! Stay in the loop with the latest tutorials, insights, and exclusive resources. Subscribe now!

Daily Dose of Data Science Newsletter

Contribution

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.