CoolFace
Apppublic

erdemyavuz/ai_memory_graph

sourceHugging Faceupdated 7mo agoView on Hugging Face
1likes
App README

๐Ÿง  AI Memory Graph

Welcome to the live demo of the AI Memory Graph!

This application is an AI-powered memory system that extracts structured knowledge from multi-user group chats. It goes beyond simple chatbots by supporting group dialogues, extracting triplets (subject-predicate-object) using Transformer-based NLP models, and visualizing relationships dynamically.

๐Ÿš€ How to Use It?

  1. 1.Enter a Sender name and a Message in the left sidebar.
  2. 2.Click โž• Add Message to simulate a group chat environment.
  3. 3.Click ๐Ÿ” Extract Triplets to run the SpaCy Transformer model and extract structural information.
  4. 4.Finally, click ๐ŸŒ Show Knowledge Graph to render the interactive NetworkX memory graph!

๐Ÿ› ๏ธ Tech Stack

  • โ€”Backend: Python, FastAPI logic (adapted for Streamlit)
  • โ€”NLP Model: SpaCy (en_core_web_trf)
  • โ€”Graph Visualization: NetworkX, PyVis
  • โ€”Frontend: Streamlit

Developed by Erdem Yavuz Hacisoftaoglu