Proposed Software Stack - SD-Group-11/ml-frontend GitHub Wiki

  • Languages
    • Python for Django.
    • Javascript for Vue.js.
    • CSS to be used in conjunction with Vue.js to style GUI.
    • HTML to be used in conjunction with Vue.js to format GUI.
  • Frameworks
    • The python web framework Django for the data back-end and background application development.
    • The Django REST API for creating RESTful APIs to connect the data back-end and front-end frameworks.
    • The javascript framework Vue.js for the front-end framework and GUI development.

*Additionally the TensorFlow and sklearn libraries can be used to implement the machine learning models.