Metadata-Version: 2.1
Name: animius
Version: 1.0.0a1
Summary: A deep-learning virtual assistant engine
Home-page: https://animius.org
Author: gundamMC
Author-email: gundamMC@gundamMC.com
License: Apache 2.0
Keywords: animius ai virtual assistant deep learning
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3
Description-Content-Type: text/markdown
Provides-Extra: tf_gpu
Provides-Extra: tf
Requires-Dist: numpy
Requires-Dist: pysubs2
Requires-Dist: pydub
Requires-Dist: scipy
Requires-Dist: speechpy
Provides-Extra: tf
Requires-Dist: tensorflow (==1.12.0); extra == 'tf'
Provides-Extra: tf_gpu
Requires-Dist: tensorflow-gpu (==1.12.0); extra == 'tf_gpu'

<div align="center">
  <img src="https://user-images.githubusercontent.com/10915258/54398575-da5b9b80-4677-11e9-8b12-dfa06e62819d.png"><br><br>
</div>

-----------------

Animius is an open source software library for creating deep-learning-powered virtual assistants.
It provides an intuitive workflow that extracts data from existing media (such as anime
and TV shows) and trains on them to provide a personalized AI. The flexible architecture enables you
to add custom functionality to your virtual assistant.

Animius also ships with a high-level API `animius.Console` that allows users without programming 
experience to use Animius.

## Installation

Install the current release from PyPi:
```
pip install animius
```

Then, install Tensorflow (recommended version 1.12). We recommend using the GPU package (`tensorlfow-gpu`)
if you are going to train your own virtual assistant. Read more on Tensorflow installation [here](https://www.tensorflow.org/install).

*See [Installing Animius](https://www.animius.org/install) for detailed instructions and Docker installation guide.*

## Getting Started

Check out our quick start guide. (WIP)

## For more information
- Animius Website
- Animius Tutorials
- Animius Documentation
- Animius Blog

## License
[Apache License 2.0](LICENSE)

