hjohneny / Aquaculator

A web based machine learning tool to estimate CBA of an aquaponic system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hendrix hjohneny99@gmail.com

Instructions

  cd Aquaculator

Install Libraries

  pip install requirements.txt

Start the server

  pyhton app.py

Additional

  1. Unzip folder “Aquaculator”
  2. Open powershell or run terminal in admin
  3. cd to unzipped folder (%directory%/Aquaculator/) and install Libraries with python command (make sure python is installed): $ pip install requirements.txt
  4. Open .bat script below in a text editor
  5. Edit line 3 and change to your extracted file directory (e.g C:)
  6. Edit line 4 to cd <..\your\unzipped\directory..> (e.g. C:/downloads/Aquaculator)
  7. Execute Run.bat script in the file.

shell script below. copy paste and save as .bat extension

@echo on

%Disk%:
cd %AquaculatorDirectory%
start http://localhost:5000/
python app.py

cmd /k

About

A web based machine learning tool to estimate CBA of an aquaponic system


Languages

Language:Jupyter Notebook 89.0%Language:CSS 5.7%Language:HTML 3.6%Language:JavaScript 1.1%Language:Python 0.5%Language:Batchfile 0.0%Language:Procfile 0.0%