Update README.md

This commit is contained in:
JRoshthen1 2024-04-25 20:44:08 +02:00 committed by GitHub
commit d04390049b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,9 @@
# Project Name # Lecture Summarizer
## Description ## Description
Tkinter application to record text with openai-whisper, extract keyword from transcription with sklearn's TF-IDF and generate notes with gguf llm model
Brief description of the project.
## Requirements ## Requirements
Python 3.10.12 Python 3.10.12
pip 24.0 pip 24.0
@ -16,7 +14,7 @@ pip 24.0
Clone the repository: Clone the repository:
```bash ```bash
git clone https://github.com/yourusername/LectureSummarizer.git git clone https://github.com/JRoshthen1/LectureSummarizer.git
``` ```
Navigate to the project directory: Navigate to the project directory: