Skip to content

Upload an audio file, get it transcribed, and interact with the transcript using a Q&A chatbot.

Notifications You must be signed in to change notification settings

samanvitha-bayaneni/final-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Flask application allows users to upload an audio file, transcribe it using AssemblyAI, and then ask questions based on the transcript.

## Features

- Upload an audio file (mp3/mp4)
- Transcribe the audio file using AssemblyAI
- Display the transcript with speaker labels and timestamps
- Chat interface for asking questions based on the transcript

## Prerequisites

- Python 3.6+
- An AssemblyAI API key

## Steps

1. Open your web browser and go to `https://final-llm.onrender.com/`.

2. Upload an audio file. Once the file is uploaded and transcribed, the transcript will be displayed along with a chat interface for asking questions.

## File Structure

- `app.py`: Main application file containing Flask routes and logic.
- `requirements.txt`: List of dependencies.
- `templates/`: Directory containing HTML templates.
  - `upload.html`: Template for the file upload page.
  - `transcript.html`: Template for displaying the transcript and chat interface.

## Dependencies

Ensure you have the following dependencies in your `requirements.txt`:

- Flask==2.0.1
- assemblyai==0.10.0
- requests==2.25.1
- python-dotenv==0.19.2

About

Upload an audio file, get it transcribed, and interact with the transcript using a Q&A chatbot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published