Expert System Project

Final project of expert system class UGM class of 21'

Authors

Installation

Create new Virtual Environment using VenV

  python -m venv 'virtual environment name'

Start the virtual Environtment

  ./<virtual environmentment name>/Scripts/activate

Install these requirements using pip install

  • django
  • django-ninja

make sure to cd to 'ES-FinalPro' containing manage.py

Run the app

  python manage.py runserver

For every update in libraries please run this code afterward

    pip freeze > requirements.txt

To Develop other backend enquiries (Expert System Model, ML Model dll) Bikin folder baru aja di dalem 'ES-FinalPro'