/machineLearningUserInterface

using python-django and javascript, let discover the way we can use machine learning on web apps.

Primary LanguagePython

machineLearningUserInterface

using python-django and javascript, let discover the way we can use machine learning on web apps. This repository is a backend coded with django and frontend coded with html, css and js. It will be upgraded in coming weeks.

To try on local server follow steps:

  1. create python environment in local:
    python -m venv environment-name
    
  2. use pip to install required package from requirements.txt file
    pip install -r requirements.txt
    
  3. run in local server
    python manage.py runserver
    

image image image