Metadata-Version: 2.1
Name: DashAI
Version: 0.0.3
Summary: DashAI: a graphical toolbox for training, evaluating and deploying state-of-the-art AI models.
Home-page: https://github.com/OpenCENIA/DashAI
Author: Felipe Bravo-Marquez
Author-email: fbravo@dcc.uchile.cl
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# DashAI
DashAI: a graphical toolbox for training, evaluating and deploying state-of-the-art AI models

## Instalation

### Dependencies

DashAI requires:

- Python (>= 3.8)
- FastAPI (>= 0.79.0)
- SQLAlchemy (>=1.4.36)
- scikit-learn (>=1.0.2)

### User Installation

You can install DashAI via pip:

```bash
$ pip install dashai
$ dashai
```
You can build DashAI using the following instructions:

If you already have lastest Python and npm installed, you need to clone this repository using

```bash
$ git clone https://github.com/OpenCENIA/DashAI.git
```

Next, you have to go  of the project using:

```bash
$ cd DashAI/front
```

and run

```bash
$ npm run build
``` 

## Usage

Open your browser at [localhost](http://localhost:3000/) and navigate through the user-friendly interface.
