Clara Bot is an AI-powered mental wellness chatbot designed to support users through thoughtful, real-time conversations. Built using Node.js and synced with OpenAI's gpt-3.5-turbo model, Clara Bot brings the power of conversational AI directly to your browser.
- 💬 Real-time chat with an AI wellness assistant
- ⚙️ Integrated with OpenAI's GPT-3.5 Turbo via API
- 🧠 Focused on mental health and wellness support
- 🎨 Clean, modern chat UI using React and CSS
Clara Bot uses OpenAI's API to process user inputs and generate smart, context-aware responses. It’s designed to be supportive, friendly, and helpful — offering a calming conversational space.
To run Clara Bot locally:
- Clone the repo:
git clone https://github.com/your-username/clara-bot.git cd clara-bot
npm install OPENAI_API_KEY=your_openai_api_key_here npm run dev