If you don't have python installed on your machine, you can install it like so:
- if you're on a mac, just do
$ brew install python
- if you're on Linux, do
$ sudo apt install python3-venv python3-pip
- if you're on Windows, you'd have to download Python directly from here
$ git clone https://github.com/ebresafegaga/csc415
$ cd csc415/
- if you're on a mac or Linux machine, do
$ python3 -m venv venv
$ source venv/bin/activate
- idk know how to do this on Windows (you can google it though!)
For mac, Linux, and Windows
$ pip install django
$ pip install sklearn
- Open Jupyter Notebooks in the currect directory
$ jupyter notebook
- Run all the code in the notebook
- If you're on a mac or Linux, just run this on your terminal
$ chmod +x move.sh
$ ./move.sh
- If you're on Windows, copy it to that folder yourself
$ cd expert_system
$ python manage.py runserver
http://localhost:8000/app