A high level library for Pytorch
Project description
## EzeeML
[![PyPI version](https://badge.fury.io/py/ezeeml.svg)](https://badge.fury.io/py/ezeeml)
EzeeML is a high level library on top of popular machine learning frameworks such as pandas, Pytorch and Tensorflow. It gives a high layer abstraction of repetitive code used in machine learning for day-to-day data science tasks.
## Installation
` pip install ezeeml `
or if you want to run this lib directly to have access to the examples clone this repository and run:
` pip install -r requirements.txt `
to install the required dependencies. Then install pytorch and torchvision from [here](http://pytorch.org/) if you want to use the ezeeml.torch package and/or head over to the [Tensorflow install page](https://www.tensorflow.org/install/) if you want to use the ezeeml.tf package.
## Documentation
For now the library has no complete documentation but you can quickly get to know how it works by looking at the examples in the examples-* folders. This library is still in alpha and few APIs may change in the future. The only things which will evolve at the same pace as the library are the examples, they are meant to always be up to date with the library.
Few examples will generates folders/files such as saved models or tensorboard logs. To visualize the tensorboard logs download Tensorflow’s tensorboard as well as [Pytorch’s tensorboard](https://github.com/lanpa/tensorboard-pytorch) if you’re interested by the ezeeml.torch package. Then execute: ` tensorboard --logdir=./tensorboard `
## Packaging the project for Pypi deploy
` pip install twine pip install wheel python setup.py sdist python setup.py bdist_wheel `
[Create a pypi account](https://packaging.python.org/tutorials/distributing-packages/#id76) and create $HOME/.pypirc with: ` [pypi] username = <username> password = <password> `
Then upload the packages with: ` twine upload dist/* `
Or just: ` pypi_deploy.sh `
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ezeeml-0.1.0.tar.gz
.
File metadata
- Download URL: ezeeml-0.1.0.tar.gz
- Upload date:
- Size: 35.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2957d4b8f6a7127002a1825ac5224f2be2856ae3f3345573a7f8724737fd04a2 |
|
MD5 | 1d4bd9d851f89e9497a2345cda9258df |
|
BLAKE2b-256 | 45c8f76c8504859978bfb1f80b425fa6a8b75770e6b548a4d7b7234c11355901 |
File details
Details for the file ezeeml-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: ezeeml-0.1.0-py3-none-any.whl
- Upload date:
- Size: 46.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d3ca7df2b2160282360eb436ba0d79fa41f9d9ad82d0e3194f6ca2e8a65597d |
|
MD5 | 9c15cd9b04b3a6b10ea438fc14ec9e1b |
|
BLAKE2b-256 | 9ff0e7756055cb2c439ad11dfce2b204738a17b104230f0d4e24b9f372fc9bff |