Skip to content

Releases: codeperfectplus/Speak2Summary

📦 Release v1.0.0 – First Public Release 🎉

28 May 01:03
Compare
Choose a tag to compare

📦 Release v1.0.0 – First Public Release 🎉

We’re excited to launch the first official release of Speak2Summary – an LLM-powered meeting summarization tool! 🧠📝

🚀 What’s New in v1.0.0

This version introduces the complete end-to-end functionality to summarize meeting transcripts using powerful LLMs via OpenAI and Groq APIs. It provides a clean and simple web interface for uploading or pasting meeting text and getting concise summaries instantly.

✅ Key Features

  • 🔊 Speech-to-Text Friendly: Paste transcripts from audio/video recordings (STT support planned for future).
  • Smart Summarization: Uses OpenAI GPT/Groq models to generate crisp, context-aware summaries.
  • 🌐 Web UI with Flask: Simple and clean frontend to interact with the tool.
  • 🐳 Docker Support: Hassle-free deployment with Docker & Docker Compose.
  • 🔐 Environment Config: Securely manage your API keys using environment variables.

📦 Tech Stack

  • Python 3.10+
  • Flask
  • Tailwind CSS
  • Docker & Docker Compose
  • OpenAI & Groq APIs

🔧 Setup & Run

git clone https://github.com/codeperfectplus/Speak2Summary.git
cd Speak2Summary

# Set environment variables for API keys
export GROQ_API_KEY=your_groq_api_key
export OPENAI_API_KEY=your_openai_api_key

# Run the app
docker compose up --build -d

# Visit: http://localhost:5000

📍 Roadmap

  • 🔜 Audio upload & automatic transcription (via Whisper/Groq STT)
  • 📄 Downloadable summaries (PDF/Markdown)
  • 💬 Chat-style transcript exploration
  • 🌍 Multi-language support

Thank you for checking out Speak2Summary! 🚀
If you find this project useful, consider giving it a ⭐ and contributing to its future improvements!

👉 [GitHub Repo](https://github.com/codeperfectplus/Speak2Summary)