Skip to content

kaz1ngton/sunflow_noi-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunflow - app for prediction weather and temperature data processing

A data processing neural network with a task to predict the future energy consumption of a building and estimate the total energy import needed. The focus of the project is to create a complete web app that can process not only given files but also any JSON file in the same format. The frontend of the app creates a better user experience through a highly customizable interface, that also gives some mathematical analysis of the data. The backend of the app is a neural network that processes the data and predicts the future energy consumption of the building. The app is written in technologies that are used in Matrycs, so it can be easily integrated into the existing system.

Task was given by Matrycs with time limit of 24 hours.

Table of contents

Technologies

Technology Version
React 18
amChart 5
FastApi 0.100

Setup and run

Frontend

  1. Install dependencies
yarn
  1. Run the app
yarn dev

open http://localhost:3000

Backend

  1. Install dependencies
pip install -r requirements.txt
  1. Run the app
python -m uvicorn app.main:app --reload --port 8080

About

Sunflow - app for prediction weather and temperature data processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published