Metadata-Version: 2.1
Name: sentineltools
Version: 0.11
Summary: A collection of AI, video, image, sound, and text tools among other things. Designed for windows.
Author: Matthew Sanchez
Author-email: xxspicymelonxx@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: chatollama
Requires-Dist: diffusers
Requires-Dist: accelerate
Requires-Dist: pillow
Requires-Dist: opencv-python
Requires-Dist: numpy

# sentineltools

[![PyPI version](https://badge.fury.io/py/sentineltools.svg)](https://badge.fury.io/py/sentineltools)

# Installation
Sentinel Tools requires torch but as direct installs are not allowed in pypi, grab the version you want to use. This package should work with mostly any. But it was built with the intention to use the pip install below:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
then
pip install sentineltools

**sentineltools** is a collection of a bunch of tools that I wanted to have for any project I make. It is designed for windows

## Features

- **Feature1**: brief description

## Examples

```python

```
