DuckHacks 2019 at Stevens Institute of Technology
If you appreciate the content, support projects, give star!
English| 中文
Nowadays, the society has become more and more extensive in international culture, and English has become a bridge for communication between people all over the world. But even if it is a language, people who are not native speakers of English may have different understandings of the language. The result is a bias in emotional understanding.
If our program can record conversations in real time, we can analyze the emotions of the language and assist in speaking to judge whether our emotions are correct. In this way, the most accurate emotions and meanings are expressed.
This is a lightweight web service access program that allows you to directly translate text into words and record them. Emotional analysis can be performed while recording.
git clone [email protected]:nature1995/angry-duckhacks.git
cd angry-duckhacks
virtualenv env
source env/bin/active
pip install -r requirement.txt
/angry-duckhacks/<your project ID>.json
GOOGLE_API = 'google-api.json' #Your GOOGLE_API
python main.py 0.0.0.0:5000
Anyone is welcome to participate and improve: one can go very fast, but a group of people can go further.
This software is licensed under the GNU General Public License v3.0 License. For more information, read the file LICENSE.