The Conversation_Tool is designed to enable a basic voice interaction with anyone in front of the screen. It is implementing NLP for sentiment analysis, will contain TTS and STT algorithms, and soon a custom model (based on TinyGPT) to have conversation on topics linked to hobbies and work. Right now, on windows, you can just run the container service linked to the sentiment analysis using
docker-compose run combined_analysisTo add the connection to the microphone and speakers would require too much overhead, and now is not a priority.
- Real-Time Conversation Management: Monitor and manage conversations in real-time.
- Analysis Tools: Built-in analytics for evaluating dialogue flow and participant engagement.
- Extensibility: Easily integrates with other systems for enhanced functionality.
- Ensure you have Docker Desktop correctly setup
- Clone the Repository:
git clone https://github.com/AndreaCalabro-AYES/Conversation_Tool.git