Getting Started - cnnsyhnx/CrowdInsight GitHub Wiki

🚀 Getting Started

This guide helps you set up CrowdInsight locally for testing or development.

🔧 Requirements

  • Python 3.8+
  • pip
  • virtualenv (recommended)

📦 Installation

git clone https://github.com/janseyhan/CrowdInsight.git
cd CrowdInsight
python -m venv crowd_env
source crowd_env/bin/activate  # or crowd_env\Scripts\activate on Windows
pip install -r requirements.txt

🏃‍♂️ Quick Start

To run detection on an image:

python run.py --image path/to/image.jpg

To test multiple images:

python run.py --folder images/