Commit 4eb9d373 authored by Ankush's avatar Ankush

new file

parent 6dded92f
This diff is collapsed.
This diff is collapsed.
Instructions to run the Project
1. “CS772 Project: Dataset Generation.ipynb” file contains the code for generating dataset
for testing. It also contains code for evaluating the performance of our model on that test
dataset. We also find statistics of the test dataset in this notebook.
2. “CS772 Project: ASR+Summarizer.ipynb” file contains the code of the project. Go to the
“Integrate ASR + Summarizer’ section. Then run following subsections sequentially-
a. Installation
b. Summarization
c. Modified ASR (divide into chunks)
d. Integrate
3. Then go to “Final endpoint” subsection.
4. If you want to summarize a text, then use the first cell which contains
summarize(text_to_be_summarized)
5. If you want to summarize an audio, then use the second cell which contains
audio_summarize(path_of_audio_to_be_summarized)
6. If you want to open the GUI, run the subsection “GUI”. Enter the text there and click
“summarize”
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment