https://github.com/tobychui/python-mood-analysis-engine
This python code can identify users mood by checking the keywords in a certain sentence. The sentence can be provided with Voice to Text Engine.
https://github.com/tobychui/python-mood-analysis-engine
Last synced: 3 months ago
JSON representation
This python code can identify users mood by checking the keywords in a certain sentence. The sentence can be provided with Voice to Text Engine.
- Host: GitHub
- URL: https://github.com/tobychui/python-mood-analysis-engine
- Owner: tobychui
- License: other
- Created: 2017-03-30T09:18:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T10:16:04.000Z (about 8 years ago)
- Last Synced: 2025-01-18T02:25:49.527Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Python-Mood-Analysis-Engine
This python code can identify users mood by checking the keywords in a certain sentence. The sentence can be provided with Voice to Text Engine.## How to use
This python file include a number of sets of emotional keywords that can identify the user's mood by checking the number of certain keywords in a certain sentence. This system can be made into modules to fit your needs for voice to text or any other uses.