Help me on building a ai assist voicemail system

Posted by Kitchen-Adeptness830@reddit | learnprogramming | View on Reddit | 1 comments

I’m working on a voicemail prioritization system as part of my final year project. The system involves: • Capturing voicemails using Twilio and converting them to text. • Determining urgency using text and audio analysis. • Summarizing voicemails and distributing them to relevant departments. • Prioritizing and encrypting voicemails to protect personal/PII data.

Some of the key features I’m aiming to include: 1. Detecting urgency using emotions in text and audio. 2. Ranking voicemails based on urgency and content. 3. Basic HTML/CSS/JavaScript interface for user interaction.

I need guidance on: • Choosing the right tools and libraries for emotion detection in audio and text. (Currently considering Librosa/OpenSMILE). • Implementing data encryption techniques for both text and audio. • Integrating all these features into a beginner-friendly workflow.

Any suggestions, resources, or feedback would be immensely helpful! Thanks in advance.