RecToTextPro / README.md
MiakOnline's picture
Update README.md
857038c verified

A newer version of the Streamlit SDK is available: 1.57.0

Upgrade
metadata
title: RecToText Pro
emoji: 🎀
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.55.0
python_version: '3.10'
app_file: app.py
pinned: false

🎀 RecToText Pro – Intelligent Lecture Transcriber

RecToText Pro is an AI-powered web application that converts mixed Urdu and English lecture recordings into structured, clean text output.

πŸš€ Features

  • Upload MP3, WAV, M4A, AAC files (Up to 200MB)
  • Automatic Urdu + English detection
  • Long audio (30–60 min) supported
  • Roman Urdu or English output
  • Clean paragraph formatting
  • Excel export with timestamps
  • Word export with clean story formatting
  • Language detection
  • Word count
  • Processing time display
  • Hugging Face CPU compatible

πŸ›  Tech Stack

  • Python
  • Streamlit
  • faster-whisper
  • openpyxl
  • python-docx
  • pydub

πŸ’» Run Locally

pip install -r requirements.txt
streamlit run app.py