Skip to main content

Deep Learning for everyone

Project description

Omnis

Deep Learning for Everyone


You have just found Omnis.

Omnis is an API of deep neural network applications, written in Python and capable of running on top of Keras. It was developed with a focus on enabling fast application of deep learning.

Use Omnis if you need a deep learning library that:

  • Is EASY to learn and use.
  • Allows for easy and fast prototyping.
  • Supports CNN, LSTM, GAN, RL application.(TBA)
  • Runs seamlessly on CPU and GPU.

Omnis is compatible with: Python 2.7-3.6.


Guiding principles

  • Simplicity. Omnis pursues a simple architecture. Designing a software with simple architecture not only helps you to understand the code easily but also helps your painful debugging.

  • Easiness. Don't worry about complicated algorithms or theories or mathematics. Omnis will handle difficult stuffs for you. Just learn how to use deep neural networks and USE THIS!

  • Modularity. No spaghetti code!


Installation

Before installing Omnis, please install Keras. We recommend the TensorFlow backend for Keras.

Then, you can install Omnis itself. There are two ways to install Omnis:

  • Install Omnis from PyPI (recommended):

If you don't use a virtual environment, you can run the command below (not recommended):

sudo pip install omnis

If you are using a virtual environment, you may want to avoid using sudo (conda virtual environment recommended):

pip install omnis
  • Alternatively: install Omnis from the GitHub source:

First, clone Omnis using git:

git clone https://github.com/mkh48v/omnis.git

Then, cd to the Omnis folder and run the install command:

cd omnis
sudo python setup.py install

Why this name, Omnis?

Omnis means EVERY in Latin. The goal of Omnis is to make deep learning technologies easier so that EVERY one can use deep learning technologies without headache.


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

Omnis-0.0.5.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distribution

Omnis-0.0.5-py2-none-any.whl (39.6 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page