Metadata-Version: 2.4
Name: mustatil
Version: 5.3.0
Summary: GIS-level AI vision workspace for annotation, YOLO training, satellite detection, geospatial inference, and visual AI pipelines.
Author: Tarek Wasfy
Project-URL: Homepage, https://mustatil.de/
Project-URL: Repository, https://github.com/tarekwasfy01/Mustatil-YOLO-AI-Model-Trainer-
Project-URL: Download, https://tarekwasfy01.itch.io/mustatil-qt-workspace
Project-URL: DOI, https://doi.org/10.5281/zenodo.20481111
Keywords: yolo,gis,remote-sensing,computer-vision,annotation,satellite-imagery,geopackage,geotiff,ai-pipeline
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Requires-Python: <3.13,>=3.10
Description-Content-Type: text/markdown
Requires-Dist: PySide6<6.10,>=6.7
Requires-Dist: Pillow>=10
Requires-Dist: numpy<2.3,>=1.26
Requires-Dist: requests>=2.31
Requires-Dist: tqdm>=4.66
Requires-Dist: pyyaml>=6
Requires-Dist: psutil
Requires-Dist: opencv-python>=4.9
Requires-Dist: torch>=2.3
Requires-Dist: torchvision>=0.18
Requires-Dist: torchaudio>=2.3
Requires-Dist: ultralytics>=8.3
Requires-Dist: rasterio>=1.3
Requires-Dist: fiona>=1.9
Requires-Dist: geopandas>=0.14
Requires-Dist: shapely>=2.0
Requires-Dist: pyproj>=3.6
Requires-Dist: rtree
Requires-Dist: affine
Requires-Dist: snuggs
Requires-Dist: cligj
Requires-Dist: click
Requires-Dist: click-plugins
Requires-Dist: tifffile
Requires-Dist: onnx>=1.16
Requires-Dist: onnxruntime>=1.17
Requires-Dist: transformers==4.57.3
Requires-Dist: tokenizers<0.23,>=0.21.4
Requires-Dist: accelerate<2,>=1.5.2
Requires-Dist: safetensors
Requires-Dist: huggingface_hub<1.0,>=0.34
Requires-Dist: sentencepiece
Requires-Dist: qwen-vl-utils
Requires-Dist: timm>=1.0.11
Requires-Dist: einops
Requires-Dist: einops-exts
Requires-Dist: shortuuid
Requires-Dist: peft>=0.12.0
Requires-Dist: datasets>=2.21.0
Requires-Dist: python-dotenv
Requires-Dist: filetype
Requires-Dist: imagehash
Requires-Dist: av
Requires-Dist: decord
Requires-Dist: lmdb
Requires-Dist: ebmlite
Requires-Dist: httpx>=0.24.0
Requires-Dist: scipy>=1.12
Requires-Dist: pandas>=2.2
Requires-Dist: matplotlib>=3.8
Requires-Dist: pyqtgraph
Requires-Dist: scikit-learn>=1.4
Requires-Dist: scikit-image
Requires-Dist: albumentations
Requires-Dist: supervision
Requires-Dist: filterpy
Requires-Dist: lapx
Requires-Dist: networkx
Requires-Dist: imageio
Requires-Dist: imageio-ffmpeg
Requires-Dist: sympy
Requires-Dist: protobuf
Requires-Dist: numba
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: markdown2[all]
Requires-Dist: gradio
Requires-Dist: gradio_client
Provides-Extra: yolo
Provides-Extra: gis
Provides-Extra: onnx
Provides-Extra: vision
Provides-Extra: science
Provides-Extra: webui
Provides-Extra: full
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# Mustatil 5.3.0

Mustatil is a GIS-level AI vision workspace for annotation, YOLO training, large-image/GeoTIFF detection, satellite-map analysis, GeoPackage/GIS export, and visual AI pipelines.

## Install on Windows

```powershell
py -m pip install --upgrade pip
py -m pip install mustatil
mustatil
```

Alternative:

```powershell
py -m mustatil
```

## Local wheel install

```powershell
cd "$env:USERPROFILE\Desktop\mustatil_pip_update_5_3_0_all_deps"
py -m pip uninstall mustatil -y
py -m pip install --force-reinstall --no-cache-dir ".\dist\mustatil-5.3.0-py3-none-any.whl"
py -m mustatil
```

## Notes

This all-dependencies build lists the normal Python runtime stack directly in `pyproject.toml`, so `pip install mustatil` downloads the main dependencies automatically. Large AI model files/weights are intentionally not embedded in the wheel and should be selected/downloaded separately by the app or user.
