Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DLNLP_PROJECT
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ankush
DLNLP_PROJECT
Commits
4eb9d373
Commit
4eb9d373
authored
Aug 19, 2022
by
Ankush
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new file
parent
6dded92f
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18296 additions
and
0 deletions
+18296
-0
DL_NLP_project/CS772_Project_ASR+Summarizer.ipynb
DL_NLP_project/CS772_Project_ASR+Summarizer.ipynb
+14241
-0
DL_NLP_project/CS772_Project_Dataset_Generation.ipynb
DL_NLP_project/CS772_Project_Dataset_Generation.ipynb
+4037
-0
DL_NLP_project/NLP_Project.pptx
DL_NLP_project/NLP_Project.pptx
+0
-0
DL_NLP_project/Readme.txt
DL_NLP_project/Readme.txt
+18
-0
No files found.
DL_NLP_project/CS772_Project_ASR+Summarizer.ipynb
0 → 100644
View file @
4eb9d373
This diff is collapsed.
Click to expand it.
DL_NLP_project/CS772_Project_Dataset_Generation.ipynb
0 → 100644
View file @
4eb9d373
This diff is collapsed.
Click to expand it.
DL_NLP_project/NLP_Project.pptx
0 → 100644
View file @
4eb9d373
File added
DL_NLP_project/Readme.txt
0 → 100644
View file @
4eb9d373
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”
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment