Pratik Bokade commited on
Commit
df8421a
·
1 Parent(s): 759c038

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # AI Chatbot with LangGraph and Streamlit
2
 
3
  A powerful AI chatbot application built with LangGraph, LangChain, and Streamlit that supports multiple LLM providers including Groq and OpenAI.
 
1
+ ---
2
+ title: AI Chatbot with Memory
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.28.1
8
+ app_file: app.py
9
+ python_version: 3.9
10
+ pinned: false
11
+ license: apache-2.0
12
+ short_description: An intelligent chatbot with conversation memory capabilities
13
+ tags:
14
+ - chatbot
15
+ - ai
16
+ - conversational-ai
17
+ - memory
18
+ - nlp
19
+ ---
20
  # AI Chatbot with LangGraph and Streamlit
21
 
22
  A powerful AI chatbot application built with LangGraph, LangChain, and Streamlit that supports multiple LLM providers including Groq and OpenAI.