A newer version of the Streamlit SDK is available: 1.56.0
metadata
title: LexPilot - Audio & Document Summarizer
emoji: π§
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.47.1
app_file: app.py
pinned: false
π§ LexPilot: Audio + Document Summarizer
LexPilot is an AI assistant that transcribes audio using OpenAI's Whisper and summarizes audio, PDF, and DOCX files using state-of-the-art transformers.
π Features
- π Transcribe audio files via Whisper
- π Summarize PDFs and Word documents
- π‘ Extract and embed key semantic information
- π€ Uses a fine-tuned transformer model (
lexpilot_trained_model.pt)
π Tech Stack
- Python
- Streamlit
- Whisper (OpenAI)
- Transformers (Hugging Face)
- PyTorch
- PyPDF2 & python-docx