├── README.md ├── Sub_Analyser.py ├── Sub_images ├── Front.png ├── output.png ├── report.png ├── results.png ├── sub_demo.GIF └── sub_logo.jpg └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/README.md -------------------------------------------------------------------------------- /Sub_Analyser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_Analyser.py -------------------------------------------------------------------------------- /Sub_images/Front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_images/Front.png -------------------------------------------------------------------------------- /Sub_images/output.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_images/output.png -------------------------------------------------------------------------------- /Sub_images/report.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_images/report.png -------------------------------------------------------------------------------- /Sub_images/results.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_images/results.png -------------------------------------------------------------------------------- /Sub_images/sub_demo.GIF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_images/sub_demo.GIF -------------------------------------------------------------------------------- /Sub_images/sub_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mesh3l911/Sub_Analyser/HEAD/Sub_images/sub_logo.jpg -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.25.0 2 | --------------------------------------------------------------------------------