ankitpatil3003/Basic-AI-Chatbot-using-Langgraph
1
1---2title: Basic-AI-Chatbot-using-Langgraph3emoji: 🐨4colorFrom: blue5colorTo: red6sdk: streamlit7sdk_version: 1.42.08app_file: app.py9pinned: false10license: apache-2.011short_description: Refined langgraphAgenticAI12---13 14# Basic-AI-Chatbot-using-Langgraph15 16## STEPS:17 18## STEPS 01 - Clone the repository19 20git clone https://github.com/ankitpatil3003/End-to-End-Langgraph-AI-Project21 22------------------------------------------------------------------------------23 24## STEPS 02 - Create a conda environment after opening the repository25 26conda create -n chatBot python=3.12 -y27 28conda activate chatBot29 30------------------------------------------------------------------------------31 32## STEPS 03 - Install the requirements33 34pip install -r requirements.txt35 36------------------------------------------------------------------------------37 38## STEPS 04 - Run the Streamlit App39 40streamlit run app.py41Also, requires GROQ API key for demo42 43------------------------------------------------------------------------------44 45Project: Basic ChatBot46 47Version: 1.048 49Author: Ankit Patil50 51Email: ankitpatil3003@gmail.com52 