├── LICENSE ├── README.md ├── app.py ├── requirements.txt └── uploads └── .gitignore /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingis4noobs2/QuickDigest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingis4noobs2/QuickDigest/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingis4noobs2/QuickDigest/HEAD/app.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codingis4noobs2/QuickDigest/HEAD/requirements.txt -------------------------------------------------------------------------------- /uploads/.gitignore: -------------------------------------------------------------------------------- 1 | *.pdf 2 | *.txt 3 | --------------------------------------------------------------------------------