champ / README.md
amritn8's picture
Update README.md
760eebc verified

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
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

πŸ— Folder Structure