Skip to content

πŸ“¦ Release v1.0.0 – First Public Release πŸŽ‰

Latest
Compare
Choose a tag to compare
@codeperfectplus codeperfectplus released this 28 May 01:03
· 15 commits to main since this release

πŸ“¦ 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)