Metadata-Version: 2.1
Name: ml_energy
Version: 0.0.1
Summary: PhD work/exploration @ FEUP, PORTO
Author: André Catarino
Author-email: andre.almeida.catarino@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: structlog>=24.1.0
Requires-Dist: pandas>=2.2.3
Requires-Dist: numpy>=2.1.1
Requires-Dist: typing>=3.7.4.3
Requires-Dist: isort==5.13.2
Requires-Dist: black==24.8.0
Requires-Dist: torch>=2.4.1
Requires-Dist: einops>=0.8.0
Requires-Dist: tqdm==4.66.5
Requires-Dist: torchvision
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: datasets
Requires-Dist: pre-commit

# ml_energy

Package for security in machine learning.


[![PyPi Version](https://img.shields.io/pypi/v/ml_energy)](https://pypi.org/project/ml_energy/)
[![GitHub](https://img.shields.io/github/stars/AndreCatarino/ml_energy?style=social)](https://github.com/AndreCatarino/ml_energy)
[![Documentation Status](https://readthedocs.org/projects/ml-security/badge/?version=latest)](https://ml-security.readthedocs.io/en/latest/?badge=latest)
[![Downloads](https://static.pepy.tech/badge/ml_energy)](https://pepy.tech/project/ml_energy)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/25cf2a7639dd468fa40868831caadeb7)](https://app.codacy.com/gh/AndreCatarino/ml_energy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)

## Installation

```bash
conda create -n phd python=3.11
pip install ml_energy/
```
