conda create -n "env_name python==3.8" - Compatible in python 3.8
conda activate "env_name"
pip install -r requirements.txt
streamlit run chatbot.py
#Step 3 :
#Step 4 :
#Step 5 :
#Step 6 :
#Step 7 :
This Project is created using lang-chain model which generates the answer for our question in which book we have uploaded.
Python
conda create -n "env_name python==3.8" - Compatible in python 3.8
conda activate "env_name"
pip install -r requirements.txt
streamlit run chatbot.py
#Step 3 :
#Step 4 :
#Step 5 :
#Step 6 :
#Step 7 :