Metadata-Version: 2.1
Name: GazeGenesis
Version: 0.0.4
Summary: A package including Computer Vision Pytorch projects.
Author-email: Sina Moghimi <sinamoghimi73@gmail.com>
Project-URL: Homepage, https://github.com/sinamoghimi73/GazeGenesis
Project-URL: Issues, https://github.com/sinamoghimi73/GazeGenesis/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchaudio
Requires-Dist: PyYAML
Requires-Dist: rich
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tensorboard

# GazeGenesis
GazeGenesis: This repository is a playground for innovative computer vision projects, exploring cutting-edge algorithms, and pushing the boundaries of visual perception.🔭📸 #ComputerVision #AI #Innovation"

**The project is intended to leverage the cutting-edge Apple Silicon Architectures using MLX and PyTorch!**

[PyPI Link](https://pypi.org/project/GazeGenesis/)

**Install**
```zsh
python3 -m pip install GazeGenesis
```

<color style="color : orange">To receive the up-to-date package:</color>

```zsh

git clone https://github.com/sinamoghimi73/GazeGenesis.git
cd GazeGenesis/GazeGenesis
python3 -m pip install -e .
```

