An online dashboard to search Bellingcat articles for keywords and return answers in a contextual reponse using Meta's Llama2 LLM model. (ChatGPT customised for a newspaper if you will)
Assumes you have Python3.11 and its ´virtualenv´ pip library
- Clone the repo
- Run
python3.11 -m venv env
- Run
source env/bin/activate
- Run
streamlit run app/main.py
Using this file structure for Streamlit: https://github.com/ash2shukla/streamlit-heroku/blob/master/app/main.py