Metadata-Version: 2.1
Name: nocode-autonn
Version: 1.1.2
Summary: An AutoML framework for deep learning
Home-page: https://github.com/AutoNN/AutoNN
Author-email: raju.banerjee.720@gmail.com
License: Apache License 2.0
Keywords: AutoNN,autonn,AutoML,Deep Learning,CNN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: license.txt
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchaudio
Requires-Dist: ttkbootstrap (==0.5.1)
Requires-Dist: pytorchsummary
Requires-Dist: tensorflow (==2.8.0)
Requires-Dist: sklearn
Requires-Dist: pandas
Requires-Dist: dask
Requires-Dist: dask-ml
Requires-Dist: tqdm
Requires-Dist: psutil

<p align="center">
 <a href="https://pypi.org/project/nocode-autonn/1.0.0/"> <img src="https://user-images.githubusercontent.com/55054089/190849404-ac47a467-3f66-48af-a037-177938230c4b.png" />
</p></a>

***
# AutoNN : An AutoML/ No Code ML Framework For Deep Learning enthusiast.

## Installation

Install it using pip package manager:
```python
pip install nocode-autonn
```

Upgrade the package using the following command:
```python
pip install --upgrade nocode-autonn
```
## How to run the file:

Open terminal and write the following command:
```
autonn
```



