# Transcript Notetaker ## Description A python script designed to create relevant notes from a transcript of a meeting. You will need an OpenAI API key to use this project. ## Installation Run the setup.py file to install the requirements and create the config.ini file # Usage Ensure your transcript is a .txt file. Configure the name of your transcript and the name of the output notes file in the config.ini file. Run the main.py script.