https://github.com/zsgsdesign/freetalk_analysis
This project is meant to analyze weekly free talks' topic and emotions based on Microsoft Cognitive Services.
https://github.com/zsgsdesign/freetalk_analysis
Last synced: 7 days ago
JSON representation
This project is meant to analyze weekly free talks' topic and emotions based on Microsoft Cognitive Services.
- Host: GitHub
- URL: https://github.com/zsgsdesign/freetalk_analysis
- Owner: ZsgsDesign
- License: mit
- Created: 2018-12-19T15:39:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-17T13:48:24.000Z (over 7 years ago)
- Last Synced: 2025-01-02T03:27:05.157Z (over 1 year ago)
- Language: Python
- Size: 932 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeTalk_Analysis
This project is meant to analyze weekly free talks' topic and emotions based on Microsoft Cognitive Services.
## Install
modify `subscription_key.py` and add your own key, if you don't wanna track this file, simply type
```
git update-index --skip-worktree .\subscription_key.py
```
in the console.
Also, the Speech To Text function require `azure-cognitiveservices-speech` to be installed, to do so, simply run command
```
python -m pip install azure-cognitiveservices-speech
```
or the appropriate command for your system.