-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into docstring
- Loading branch information
Showing
6 changed files
with
69 additions
and
11 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Contributors | ||
|
||
> This work is made possible thanks to all of our great and wonderful contributers. To get involved, feel free to fork the repo, make changes and submit a pull request with [this template](https://github.com/OpenGenus/vidsum/blob/master/COMMIT_TEMPLATE.md). | ||
## Contributors | ||
|
||
Thanks goes to these wonderful people who made this possible: | ||
|
||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
| [<img src="https://avatars3.githubusercontent.com/u/10634210?v=4" width="100px;"/><br /><sub>Aditya Chatterjee</sub>](https://github.com/AdiChat)<br /> | [<img src="https://avatars1.githubusercontent.com/u/1000117?v=4" width="100px;"/><br /><sub>Larry Gray</sub>](https://github.com/lwgray)<br /> | [<img src="https://avatars1.githubusercontent.com/u/11667059?v=4" width="100px;"/><br /><sub>Jay Turner</sub>](https://github.com/JayTurnr)<br /> | [<img src="https://avatars1.githubusercontent.com/u/934782?v=4" width="100px;"/><br /><sub>Trevor</sub>](https://github.com/grimd34th)<br /> | [<img src="https://avatars2.githubusercontent.com/u/17149476?v=4" width="100px;"/><br /><sub>Subbu Dantu</sub>](https://github.com/subkrish)<br /> | [<img src="https://avatars2.githubusercontent.com/u/16636569?v=4" width="100px;"/><br /><sub>Nikhil Nayak</sub>](https://github.com/codebu5ter)<br /> | | ||
| :---: | :---: | :---: | :---: | :---: | :---: | | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
breadability==0.1.20 | ||
certifi==2017.7.27.1 | ||
chardet==3.0.4 | ||
decorator==4.0.11 | ||
docopt==0.6.2 | ||
idna==2.6 | ||
imageio==2.2.0 | ||
lxml==4.0.0 | ||
moviepy==0.2.3.2 | ||
nltk==3.2.5 | ||
numpy==1.13.3 | ||
olefile==0.44 | ||
Pillow==4.3.0 | ||
pysrt==1.1.1 | ||
pytube==6.4.2 | ||
requests==2.18.4 | ||
six==1.11.0 | ||
sumy==0.7.0 | ||
tqdm==4.11.2 | ||
urllib3==1.22 | ||
youtube-dl==2017.10.1 |