Skip to content

0. Getting Started

kausmik edited this page Aug 25, 2020 · 14 revisions

DashAI -

A No Code State of the Art Model-building Open Source application which simplifies training fast and accurate models supported by FastAI.

Installation

To install, just run the following commands in order.

1. Clone our Repo

git clone https://github.com/manikyabard/DashAI.git

2. cd into our Repo

cd DashAI/

3. Install the Dependencies

chmod +x install.sh && ./install.sh

4. Add DashAI to your PATH Environment Variable

4.1. Open your bashrc file

sudo nano ~/.bashrc

4.2. Scroll down to the bottom and paste the following line

$dashai = [PATH TO DASHAI]/run.sh

⚠️ Replace [PATH TO DASHAI] with the path

Troubleshooting

Refer https://fastai1.fast.ai/troubleshoot.html for some detailed information.

Support

Reach out to us here by creating an issue. Thank you for your interest!