ankitpatil3003/Basic-AI-Chatbot-using-Langgraph
1
Basic-AI-Chatbot-using-Langgraph
STEPS:
STEPS 01 - Clone the repository
git clone https://github.com/ankitpatil3003/End-to-End-Langgraph-AI-Project
STEPS 02 - Create a conda environment after opening the repository
conda create -n chatBot python=3.12 -y
conda activate chatBot
STEPS 03 - Install the requirements
pip install -r requirements.txt
STEPS 04 - Run the Streamlit App
streamlit run app.py Also, requires GROQ API key for demo
Project: Basic ChatBot
Version: 1.0
Author: Ankit Patil
Email: ankitpatil3003@gmail.com
