Skip to content

web system to guide students according to their learning style, using fuzzy logic.

Notifications You must be signed in to change notification settings

GavyMG/SistemaWEA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#SistemaWEA

Author: Gabriela Mogollón

Current version: 1.0.0

This code is a Django code that represent a web system to guide students according to their learning style, using fuzzy logic.

####SistemaWEA Video (Demonstration):

SistemaWEA (Demonstration)

##1. Prerequisites I have tested the project in Windows 7, but it should be easy to compile in other platforms.

###Python 3 I use a python 3 with Django 1.8. Dowload and install instructions can be found at: https://www.python.org/downloads/

###Django 1.8 The web framework. Dowload and install instructions can be found at: https://docs.djangoproject.com/en/1.8/intro/install/

###Pip Make sure you have installed pip for install other requisites. https://pip.pypa.io/en/stable/installing/

###Virtualenv A good option is to work with Virtualenv. https://virtualenv.pypa.io/en/stable/installation/

###PostgreSQL 9.4 I use raw query in PostgreSQL. Dowload and install instructions https://www.postgresql.org/download/

###Python packages The project use other packages like: numpy, psycopg2, scikit-fuzzy, scipy, etc. These packages can be installed with pip and the requirements.txt file. more info https://pip.pypa.io/en/stable/reference/pip_freeze/

pip install -r requirements.txt

###Django project configuration ....

About

web system to guide students according to their learning style, using fuzzy logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published