This is a simple conversational AI agent built using Streamlit. It helps users learn about Thoughtful AI's healthcare automation agents (EVA, CAM, PHIL) by responding to questions using a predefined dataset.
- Chat UI powered by Streamlit
- Fuzzy matching against a predefined set of answers
- Helpful fallback responses for unsupported queries
- Sample questions and easy-to-use layout
Python 3.11+ is required.
git clone https://github.com/moontech69/thoughtfulAI-task.git
cd thoughtfulAI-taskpip install -r requirements.txtstreamlit run app.py