naterush / senior-project

woAh SeNior ProJEct

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

senior-project

woAh SeNior ProJEct

We are doing a senior project.

SETUP:

Node Server

To run the node server:

cd server;
python3 -m venv venv;
source venv/bin/activate;
pip install -r requirments.txt;
deactivate;
npm start;

TODO

Model

To run the model:

cd model;
virtualenv env;
source env/bin/activate;
pip install -r requirements.txt;

Then, if you wish to run the model, you can run it with:

python3 PR_Biomass_Model.py;

If virtualenv is not installed, you can install it with pip3 install virtualenv. If you don't have pip installed, install python here: https://www.python.org/.

About

woAh SeNior ProJEct


Languages

Language:Python 72.8%Language:HTML 24.9%Language:JavaScript 1.4%Language:CSS 1.0%