Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 674 Bytes

File metadata and controls

31 lines (22 loc) · 674 Bytes

Material Crawler

Material Crawler is a Python project designed to process images, split curves, draw masks, and adjust points. It utilizes various image processing techniques and clustering algorithms to achieve these tasks.

Requirements

  • Python 3.x
  • NumPy
  • Matplotlib
  • scikit-learn
  • Pillow

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/material-crawler.git
    cd material-crawler
  2. Install the required packages:

    pip install -r requirements.txt

Usage

python MaterialCrawler/process.py --filename path/to/image.png --n-lines 1000 --output path/to/output.json