Metadata-Version: 2.1
Name: Omnis
Version: 0.0.1.18
Summary: Deep Learning for everyone
Home-page: https://github.com/mkh48v/omnis
Author: Gwihwan Moon
Author-email: mkh48v@snu.ac.kr
License: UNKNOWN
Description: # Omnis
        Deep Learning for everyone
        
        ------------------
        
        
        ## You have just found Omnis.
        
        Omnis is an API of neural network models, written in Python and capable of running on top of [Keras](https://github.com/keras-team/keras). It was developed with a focus on enabling fast using of deep learning and modeling.
        
        Use Omnis if you need a deep learning library that:
        
        - Is EASY to learn and use.
        - Allows for easy and fast prototyping.
        - Supports CNN, RNN, GAN, RL and etc.(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 software with minimalist 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 network and USE THIS!
        
        - __Modularity.__ No spaghetti code!
        
        - __Work with Python.__ No separate models configuration files in a declarative format. Models are described in Python code, which is compact, easier to debug, and allows for ease of extensibility.
        
        ------------------
        
        
        ## 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.
        
        ------------------
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
