Skip to content

Developed an AI chatbot using Mistral-7B and Gradio with LangChain-ready architecture, enhanced with memory capabilities for supporting 1000+ conversations, emotion-aware responses, and personalized engagement.

Notifications You must be signed in to change notification settings

theankitdash/Personal-Chatbot-Deva-AI-Buddy-Companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

30 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Deva AI Buddy โ€” Personal Chatbot

A personal AI companion built using Mistral-7B + Gradio + LangChain with memory, emotional awareness, and long conversation support.
Supports 1000+ conversation contexts.

๐Ÿš€ Features

  • Conversational chat interface via Gradio
  • Memory support (retain information across sessions)
  • Emotion-aware response crafting
  • LangChain-friendly architecture (can integrate into larger chains/tools)
  • Scales over long conversations

๐Ÿงฉ Architecture Overview

  • main.py โ†’ entrypoint / Gradio interface
  • Memory module โ†’ stores and retrieves past messages / context
  • LLM backend โ†’ Mistral-7B
  • Prompting strategies โ†’ emotion, persona, and memory
  • (Optional) external tool integrations

๐Ÿ› ๏ธ Requirements & Setup

Prerequisites

  • Python >= 3.10
  • GPU with CUDA (recommended for performance)
  • Sufficient VRAM / system memory
  • (Optional) vector database or file-based memory store

Installation

git clone https://github.com/theankitdash/Personal-Chatbot-Deva-AI-Buddy-Companion.git
cd Personal-Chatbot-Deva-AI-Buddy-Companion
pip install -r requirements.txt

About

Developed an AI chatbot using Mistral-7B and Gradio with LangChain-ready architecture, enhanced with memory capabilities for supporting 1000+ conversations, emotion-aware responses, and personalized engagement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages