Documentation
Everything you need to get started with CIB Mango Tree. From installation to advanced usage, we've got you covered.
Quick Start
1. Clone the repository
git clone https://github.com/civictechdc/cib-mango-tree.git 2. Create virtual environment and install dependencies
python -m venv venv Then run the bootstrap script:
./bootstrap.sh # macOS/Linux
bootstrap.ps1 # Windows PowerShell 3. Run the application
python -m cibmangotree Requirements: Python 3.12 or higher
CLI Interface
Installation Guide
Detailed instructions for setting up CIB Mango Tree on various platforms.
Read more →Test Reference
Complete documentation of all available detection tests and their parameters.
Read more →Data Formats
Supported input formats and how to prepare your social media datasets.
Read more →API Reference
For developers who want to integrate CIB Mango Tree into their workflows.
Read more →Full documentation and source code available on GitHub
View on GitHub