├── appendix ├── clinton.txt ├── debate.txt ├── emotion1.jpeg ├── emotion2.jpeg ├── emotion3.jpeg ├── face1.jpeg ├── face2.jpeg ├── face3.jpeg ├── face4.jpeg ├── ocr1.jpeg ├── ocr2.jpeg ├── speech1.wav ├── speech2.wav ├── speech3.wav ├── trump.txt └── vision1.jpeg ├── cognitive_apis.ipynb ├── readme.md ├── textanalytics_topic.md └── textanalytics_topic.py /appendix/clinton.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/clinton.txt -------------------------------------------------------------------------------- /appendix/debate.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/debate.txt -------------------------------------------------------------------------------- /appendix/emotion1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/emotion1.jpeg -------------------------------------------------------------------------------- /appendix/emotion2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/emotion2.jpeg -------------------------------------------------------------------------------- /appendix/emotion3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/emotion3.jpeg -------------------------------------------------------------------------------- /appendix/face1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/face1.jpeg -------------------------------------------------------------------------------- /appendix/face2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/face2.jpeg -------------------------------------------------------------------------------- /appendix/face3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/face3.jpeg -------------------------------------------------------------------------------- /appendix/face4.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/face4.jpeg -------------------------------------------------------------------------------- /appendix/ocr1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/ocr1.jpeg -------------------------------------------------------------------------------- /appendix/ocr2.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/ocr2.jpeg -------------------------------------------------------------------------------- /appendix/speech1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/speech1.wav -------------------------------------------------------------------------------- /appendix/speech2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/speech2.wav -------------------------------------------------------------------------------- /appendix/speech3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/speech3.wav -------------------------------------------------------------------------------- /appendix/trump.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/trump.txt -------------------------------------------------------------------------------- /appendix/vision1.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/appendix/vision1.jpeg -------------------------------------------------------------------------------- /cognitive_apis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/cognitive_apis.ipynb -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/readme.md -------------------------------------------------------------------------------- /textanalytics_topic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/textanalytics_topic.md -------------------------------------------------------------------------------- /textanalytics_topic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mustafakasap/hol-azure-python-cogapis/HEAD/textanalytics_topic.py --------------------------------------------------------------------------------