Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

paslo22/AssociationRules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssociationRules

Implementation of the Association Rules algorithm in Python with Django + Celery for the UTN course "Artificial Intelligence".

Dependencies:

Recomendations:

Instalation:

On Linux:

unzip AssociationRules.zip
cd AssociationRules-master
pip install -r requirements.txt
# Broker (Redis) instalation:
sudo apt-get install redis-server

To get the server running on Linux you need to:

python3 manage.py makemigrations web
python3 manage.py migrate
python3 manage.py runserver
# On another terminal:
celery -A associationRules worker -l info

Then visit http://localhost:8000/

Live demo on:

Demo

About

Implementation of the Association Rules algorithm in Django + Python for the UTN course "Artificial Intelligence".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published