SpeechHacks – QHacks 2022 Project
QHacks 2022 Project- Liam Seagram, Jimmy Lu, Nolan Hepworth, Taylor Fiorelli Aim Using AssemblyAPI to perform text-to-speech and summarize the result. Dependencies/Installations To run the python code located in the scripts folder, here are the required installs: Next, you will need to install the nltk librairy to make the summarizer work. Here is the method that will work for local machines: Once that is done, run these two commands consecutively in python 3: import nltk nltk.download() This should open a […]
Read more