Spaces:
Runtime error
Runtime error
Eric
commited on
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Transcript Notetaker
|
| 2 |
+
|
| 3 |
+
## Description
|
| 4 |
+
|
| 5 |
+
A python script designed to create relevant notes from a transcript of a meeting.
|
| 6 |
+
|
| 7 |
+
You will need an OpenAI API key to use this project.
|
| 8 |
+
|
| 9 |
+
## Installation
|
| 10 |
+
|
| 11 |
+
Run the setup.py file to install the requirements and create the config.ini file
|
| 12 |
+
|
| 13 |
+
# Usage
|
| 14 |
+
|
| 15 |
+
Ensure your transcript is a .txt file.
|
| 16 |
+
|
| 17 |
+
Configure the name of your transcript and the name of the output notes file in the config.ini file. Run the main.py script.
|