Metadata-Version: 2.1
Name: nocode-autonn
Version: 2.4.0
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
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown

<p align="center">
 <a href="https://pypi.org/project/nocode-autonn/"> <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.

## Official <a href="https://autonn.github.io/AutoNN/">Website</a>

## 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
```

## Install all the dependencies 

```
pip install -r requirements.txt
```
## How to run the file:

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


