Teaminsight is an AI-powered assistant that helps teams analyze feedback, identify communication or productivity issues, and understand the emotional tone of discussions. Built with OpenAI and Hugging Face models, Teaminsight provides smart insights to help teams grow stronger and more efficient.
- Download folder https://drive.google.com/drive/folders/1SNq3T5kY4roMCb5gm1IQ6_cKCNXhz2cl?usp=sharing
- Open Terminal (Mac)
- navigate to folder: cd ~/teaminsight
- open virtual environment: source venv/bin/activate
- to run the app: streamlit run app.py
- Video Demo https://www.loom.com/share/8982f434366747e9af7be1fa9e592c72?sid=396a250b-b3b1-442c-9045-bcb8db76e6d6
- ๐ Insight Extraction โ Uses GPT (OpenAI) to identify issues and suggest improvements.
- ๐ญ Emotion Detection โ Classifies emotional tone using a Hugging Face model.
- ๐ Web Interface โ Powered with Streamlit for easy interaction.
| Layer | Technology |
|---|---|
| Language | Python 3.11 |
| AI Models | OpenAI (GPT-3.5 Turbo), Hugging Face |
| Frontend UI | Streamlit |
| NLP Tools | Transformers, Torch, Numpy |
| Env Control | python-dotenv + venv |