Skip to content
/ newspaper-chatbot Public template

Uses newspaper articles and an LLM give a human-readable response.

License

Notifications You must be signed in to change notification settings

jacKlinc/newspaper-chatbot

Repository files navigation

BellingChat

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) Medium

How to contribute to this

Assumes you have Python3.11 and its ´virtualenv´ pip library

  1. Clone the repo
  2. Run python3.11 -m venv env
  3. Run source env/bin/activate
  4. Run streamlit run app/main.py

Structure

Using this file structure for Streamlit: https://github.com/ash2shukla/streamlit-heroku/blob/master/app/main.py