Create Virtual Environment python -m venv myenv myenv/scripts/activate Install Required Libraries pip install -r requirements.txt Run the Application streamlit run app.py RAG Chatbot Response