Inspiration
Our project was inspired by the emotion analysis videos gaining popularity today. We wanted to find a way to bring this emotional analysis to the customer service industry, and came up with the idea to monitor audio during customer service calls to analyze emotion.
What it does
ambient analyzes audio recordings from phone calls or conversations and generates reports interpreting the sentiment of customers. These reports can be used to determine how your customers feel about your services and find ways to improve the customer experience for your business.
How we built it
ambient was built using flask for the backend, and react.js for the user interface. Our own machine learning model samples voice recordings and periodically determines the emotional context of the conversation.
Challenges we ran into
We had initially planned to develop our backend using Express.js, but after developing the machine learning model in python, we switched to flask for compatability.
During development, we also ran into compatibility issues between different operating systems. We ultimately decided to deploy our application in a docker container to resolve the compatability issues.
Accomplishments that we're proud of
We are proud of the machine learning model that powers ambient and is capable of interpreting 8 different human emotions: happy, sad, fear, angrer calm, disgust, suprise, and neutrality. This model allows more in-depth understanding of conversations than the standard negative-neutral-positive model.
What we learned
We learned more about the interworkings of audio files and convertions. We also gained a more comprehensive understanding of machine learning models and applying existing technology to new and innovative solutions.
What's next for Ambient
In the future, we hope to add more features to ambient to provide more in-depth analysis' which take more samples from each recording and analyze the conversation for keywords and expressions. We would also like to add insight into sentiment trends across different recordings over time so users can see how their conversations change with time.
Log in or sign up for Devpost to join the conversation.