Skip to content

Releases: aiKunalBisht/Transcript-ai

v1.0 — TranscriptAI

14 May 15:31

Choose a tag to compare

TranscriptAI v1.0

Meeting intelligence built for multilingual business conversations — English, Hindi, and Japanese.

What's in this release

  • Keigo formality detection (MeCab morphological analysis)
  • 16 nemawashi soft-rejection patterns with per-pattern confidence scores
  • Hindi indirect communication layer (8 patterns, Devanagari + Roman)
  • APPI-compliant PII masking — data anonymized before any LLM call
  • Rule-based hallucination guard — LLM never validates itself
  • Three-tier LLM fallback: Groq → Ollama → Mock
  • FastAPI REST endpoint (/analyze, /analyze/batch)
  • Streamlit UI with 7 tabs + meeting trends dashboard
  • Evaluation: 93% overall (v1 baseline was 22%)

Live Demo

https://huggingface.co/spaces/KunalTheBeast/TranscriptAI

Quick Start

git clone https://github.com/aiKunalBisht/Transcript-ai.git
cd Transcript-ai
pip install -r requirements.txt
export GROQ_API_KEY=your_key
python -m streamlit run app.py