Skip to content

DanniBot/NADBenchmarks-CSC2412

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAD Benchmarks 2 - A platform for searching and sharing climate change datasets

React Flask MongoDB Python JavaScript HTML5 CSS3 Heroku

We aim to facilitate the process of searching for natural disaster datasets for ML engineers

View NAD Benchmarks 2: https://nadbenchmarks.herokuapp.com/

View our project website: https://sites.google.com/view/nadbenchmarks/home?authuser=0

Roadmap

  • Basic features
  • Have the official website running
  • Make the website more responsive
  • Advanced features
    • Dataset download (need to organize actual dataset files)

Setup Guide

Set up the server

cd server
conda env create -f requirements.yaml
set FLASK_APP=main.py
set FLASK_ENV=development
flask run

Set up client side

cd client
npm install
npm start

What we built

Screen Shot 2022-12-11 at 11 21 39 Screen Shot 2022-12-11 at 11 23 46