Project using LangChain and Streamlit to scrape URL data and answer questions about the content Reference Youtube Video Install dependencies: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt Run the Streamlit UI app: streamlit run main.py