Skip to content

ParthGorde/echo.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Echo.ai

🧠 AI Companion for a Healthier Mind

Echo.ai Logo

Overview

Echo.ai is an AI-powered mental health companion designed to provide supportive, non-judgmental guidance using Gemini AI. It helps users manage stress, anxiety, and mental well-being with thoughtful conversations and scientifically-backed techniques.


Features

βœ… AI-driven mental health support
βœ… Mindfulness, Empathetic and non-judgmental responses
βœ… Secure and private conversations

Tech Stack

Frontend (Client)

  • React.js (Vite)
  • Tailwind CSS

Backend (Server)

  • Node.js
  • Express.js
  • MongoDB
  • Gemini AI API

Project Structure

/Echo.ai
│── /client  
β”‚Β Β  β”œβ”€β”€ package.json  
│── /backend  
β”‚Β Β  β”œβ”€β”€ package.json  
│── .gitignore  
│── README.md  

Installation & Setup

1. Clone the Repository

git clone https://github.com/ParthGorde/Echo.ai.git
cd Echo.ai

2. Set Up Backend

cd backend
npm install
cp .env.backend .env Β # Add API keys here
npm start

3. Set Up Frontend

cd ../client
npm install
cp .env.client .env Β # Add API keys here
npm run dev

Usage

  1. Open http://localhost:5173/ (if using Vite).
  2. Chat with Echo.ai for guidance on mental well-being.
  3. Backend API runs on http://localhost:5000/.

Contributing

We welcome contributions! Feel free to:

  • Report bugs 🐞
  • Suggest features ✨
  • Improve UI/UX 🎨

Coming Soon πŸš€

Stay tuned for updates! πŸŽ‰

About

🧠 AI Companion for a Healthier Mind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published