EmotiCare AI
EmotiCare AI is a lightweight web app prototype focused on emotional support and self-reflection. It includes a simple front-end (HTML/CSS/JS) and a Python backend (server.py) to handle basic server-side functionality.
⚠️ Note: This project is a prototype and is not a substitute for professional mental health care.
- Basic login flow (see
Log-In/) - Chat UI / chat experience (see
Chat/) - CRM-style or admin-style pages (see
CRM/) - Python backend (
server.py) and a basic user data file (users.json)
- Frontend: HTML, CSS, JavaScript
- Backend: Python (
server.py)
index.html– main entry pagemain.css– global stylingserver.py– backend serverusers.json– example user dataChat/– chat UI pages/componentsLog-In/– login UI/pagesCRM/– dashboard/admin pages
git clone https://github.com/wavy5599/EmotiCare.Ai.git
cd EmotiCare.Ai