memoryotherone / README.md
artecnosomatic's picture
Fix README.md configuration with proper YAML metadata
f493575

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
title: MemoryAI - Conversational AI with Memory
emoji: πŸ€–
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.26.0
app_file: app.py
pinned: false

πŸ€– MemoryAI - Conversational AI with Memory

MemoryAI is a conversational AI that remembers your past conversations and uses that context to provide better responses.

Features

βœ… Memory System: Remembers past conversations βœ… Context-Aware: Uses conversation history for better responses βœ… Multiple Models: Supports different AI models βœ… Web Interface: Beautiful chat interface βœ… Persistent: Saves memories between sessions

How to Use

  1. Type your message in the input box
  2. Press Enter or click Send
  3. View memories with the πŸ“š button
  4. Clear memories with πŸ—‘οΈ button
  5. Save manually with πŸ’Ύ button

Configuration

The app uses microsoft/DialoGPT-small by default, which is optimized for conversation.

About

This Space demonstrates how to build a conversational AI with memory capabilities using Hugging Face models.