Created with Streamlit, Plotly, Langchain and Selenium
Python version 3.12
Create Python venv Open a terminal and run:
$ python3.12 -m venv .venv
$ source .venv/bin/activate
That should activate the virtual environment in the terminal. Now install the dependencies.
$ pip install -r requirements.txt
$ streamlit run streamlit_app.py