https://github.com/scifer99/training-emotion-detection-systems
This program consists of an Emotion Detection Training System written in Python!
https://github.com/scifer99/training-emotion-detection-systems
artificial-intelligence emotion-analysis emotion-detection emotion-recognition machine-learning machine-learning-algorithms neural-machine-translation neural-networks
Last synced: 10 months ago
JSON representation
This program consists of an Emotion Detection Training System written in Python!
- Host: GitHub
- URL: https://github.com/scifer99/training-emotion-detection-systems
- Owner: SCIFER99
- License: bsl-1.0
- Created: 2023-01-11T01:34:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T01:45:57.000Z (over 3 years ago)
- Last Synced: 2025-02-25T01:53:59.615Z (over 1 year ago)
- Topics: artificial-intelligence, emotion-analysis, emotion-detection, emotion-recognition, machine-learning, machine-learning-algorithms, neural-machine-translation, neural-networks
- Language: Python
- Homepage:
- Size: 5.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Training-Emotion-Detection-Systems
This program consists of a Emotion Detection Training System written in Python!
As per my Python development career, I am proud to say I have successfully developed an entire Emotion Detection System
with Training component! A wise company once said,
1) "It doesn't matter what you identify yourself, as long as you bring your expertise to the table, you're good to go! *Google*
2) "A true expert of a programming language lies in knowing how to manually troubleshoot and debug a program." *Google*
I can honestly say I have troubleshot (past tense) and debugged this system and it worked!
There are a lot of packages needed to be installed in order to successfully execute this system:
pip3 install torch
pip3 install tensorflow
pip3 install numpy
pip3 install pandas
pip3 install argparse
pip3 install transforms
pip3 install sklearn
pip3 install metrics
pip3 install datetime
pip3 install datasets
pip3 install matplotlib
***Note: As of right now, Machine Learning in Python can only be built on versions between 3.7-3.9.
I am sure that will change in the near future!
Happy Coding!