← Back to Projects

💬 AI Onboarding Chat

🚧 In Development

Overview

Intelligent chatbot for customer onboarding and automated support conversations for fintech companies.

Features

Technology Stack

  • Python 3.11+
  • OpenAI GPT-4 / Claude API
  • FastAPI (backend)
  • WebSocket (real-time chat)
  • PostgreSQL (conversation storage)

Quick Start

pip install -r requirements.txt
cp .env.example .env
# Edit .env with your API keys
python api/main.py

Environment Variables

OPENAI_API_KEY=your_key_here
DATABASE_URL=postgresql://...
JWT_SECRET=your_secret

Next Steps