Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 922 Bytes

File metadata and controls

33 lines (24 loc) · 922 Bytes

deep_bot

A new Flutter project.

CM BOT 🤖

CM BOT is a Flutter-based AI chat application that uses the Groq API to provide intelligent, reasoning-based responses in real-time. It features a sleek splash screen, a clean chat interface, and is designed to be lightweight and responsive.


🌟 Features

  • Splash screen with CM BOT branding
  • Real-time AI chat powered by Groq API
  • Free-tier compatible for testing and development
  • Easy to extend for advanced AI models and reasoning tasks
  • Flutter-friendly and cross-platform (Android, iOS, Web)

📦 Project Structure

lib/
├── main.dart # App entry point
├── screens/
│ ├── splash_screen.dart # Splash screen
│ └── chat_screen.dart # Chat UI
├── services/
│ └── groq_api.dart # Groq API integration
└── utils/
└── constants.dart # API key, model, endpoint