Skip to content

sergiosalonso/autoML

Repository files navigation

autoML

===========

Description

This project makes ML accessible to everyone with a graphical interface. Its
a distributed app that uses RabbitMQ and EC2 instance.

Installation

Install the requirements: pip install -r requirements.txt
Add your db:
Go to autoML/settings.py
Change:
DATABASES = {         'default': {             'ENGINE': 'django.db.backends.mysql',             'NAME': 'your_database',             'USER': 'your_user',             'PASSWORD': 'your_password',             'HOST': 'public_ip',             'PORT': 'port',         }     } python manage.py migrate
Get the server running: python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published