Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 764 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 764 Bytes

security situation analysis

In this project, we use artificial intelligence models to analyze security situation in Burkina Faso

Configuration

We use poetry for virtual environment and dependencies management.

  • Install poetry with pip

    python -m pip install poetry
  • Install project dependancies, run the below command from project root folder

    poetry install
  • Enable virtual environment

    poetry shell

General architecture

Run project

  • Run scrapers
    python start.py
  • Run user gui with streamlit
    streamlit run streamlit