Logo Lanfrica

abdoulfataoh/security-situation-analysis

Domain:

peace and security

Record type:

project
Creator:
abd
Host:
In this project, we use artificial intelligence models to analyze the security situation in Burkina Faso # 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 ```sh python -m pip install poetry ``` - Install project dependancies, run the below command from project root folder ```sh poetry install ``` - Enable virtual environment ```sh poetry shell ``` # General architecture # Run project - Run scrapers ```sh python start.py ``` - Run user gui with streamlit ```sh streamlit run streamlit ```