title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | short_description |
---|---|---|---|---|---|---|---|---|---|
Meeting Minutes |
blue |
red |
streamlit |
1.39.0 |
app.py |
false |
mit |
Meeting Minutes |
Welcome to the Meeting Minutes Generator, a GenAI-powered application designed to transcribe audio recordings of meetings and automatically generate concise, accurate meeting minutes.
This app leverages Generative AI and speech-to-text technology to transform audio files into structured meeting summaries. It’s a handy tool for anyone looking to save time on note-taking and ensure meeting information is documented accurately.
Clone this repository:
git clone <repo-url>
cd meeting-minutes-generator
pip install -r requirements.txt
streamlit run app.py
Frontend: Streamlit Backend: Python, GenAI for summarization Transcription: Speech-to-text service integration (like Google Speech-to-Text, Whisper API)
Contributions are welcome! Please open an issue to discuss what you'd like to change or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.