Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
echenran committed Dec 18, 2017
1 parent 88e97e6 commit cc6799b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ voice with an emoji corresponding to the sender’s dominant emotion.
- Middleware: Java

Once a user speaks their message into the phone, Chatsense sends the audio clip
to the PythonAnywhere server, which processes it by:
to the server in the cloud, which processes it by:

- stripping the text out from the audio (Google Cloud Speech)
- analyzing the emotion in the speaker's tone (Vokaturi)
- synthesizing the breakdown of the speaker's emotion and creating a unique
color for the message
color for the message (original algorithm)

Then, all this information is sent back to the client, which algorithmically
Then, all this information is sent back to the client, which programmatically
determines what emoji the message is to be accompanied by and sends the message
in the color of the speaker's tone with the accompanying emoji.

Expand Down

0 comments on commit cc6799b

Please sign in to comment.