Metadata-Version: 2.1
Name: lightwood
Version: 0.6.2
Summary: MindsDB's goal is to make it very simple for developers to use the power of artificial neural networks in their projects. 
Home-page: https://github.com/mindsdb/mindsdb
Author: MindsDB Inc
Author-email: jorge@mindsdb.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
Description-Content-Type: text/markdown
Requires-Dist: NLTK (>=3)
Requires-Dist: cesium (>=0.9.9)
Requires-Dist: dill (>=0.2.9)
Requires-Dist: numpy (>=1.16.2)
Requires-Dist: pandas (>=0.23.4)
Requires-Dist: pytorch-ignite (>=0.1.2)
Requires-Dist: schema (>=0.6.8)
Requires-Dist: sklearn (>=0.0)
Requires-Dist: torch (>=1.0.1.post2)
Requires-Dist: torchvision (>=0.2.1)
Requires-Dist: xlrd (>=1.0.0)


![Lightwood](https://mindsdb.github.io/lightwood/assets/logo.png) 


Think of Lightwood as [Keras](https://keras.io/)+[Ludwig](https://github.com/uber/ludwig) but for Pytorch, with two objectives:

- Make it so simple that you can build models with just a few lines of code.
- Make it so flexible that you can change and customize everything.


```python
pip3 install lightwood
```
We invite you to explore the [Lightwood's documentation site](https://mindsdb.github.io/lightwood/) to learn everything there is to know about the latest release.


