Giter Site home page Giter Site logo

ches-001 / project-inferno Goto Github PK

View Code? Open in Web Editor NEW
2.0 0.0 1.0 1.87 MB

Miniature project for the prediction of land surface brightness temperature / intensity

Batchfile 0.18% Python 8.32% Shell 0.70% PHP 76.64% Blade 14.15%
flask laravel-project deep-learning deep-neural-networks

project-inferno's Introduction

Project Inferno

DEMO VIDEO

proj_inferno.mp4

Project Inferno is a miniature project designed to simply predict the brightness temperature / Intensity of a land surface via it's longitude and latitude coordinates with the aid of Feed forward Network in Deep learning.

The primary aim of this project is to contribute to the open source community and enlighten fellow developer who are new on how machine learning models are interfaced with the webapps. The Secondary aim is to enable the prediction of possible wildfire hotspots around the globe


The model is a network of fully connected layers implimented with pytorch, It was trained on the fire_archive_M6_154706 dataset.

The trained model takes in the coordinates (longitude and latitude) of a location and outputs a brightness Intensity value in kelvins which is then converted to celcius

Interfacing

The trained model is saved as a .tar file and hosted on a flask application as a micro service

The flask app is interfaced with a laravel application which serves the user interface as a standalone webapp.
The laravel webapp sends location coordinates data as GET request to the flask micro service endpoint and the flask api responds with the corresponding brightness Intensity of that land location Some other APIs were used for getting the other data pertaining to the location, like the humidity, wind speed, atmospheric temperature, etc...

Setup

Clone this repository to get started. Ensure all dependencies are installed:
Laravel Installation guide with composer
Run the 'activate_interface_server.bat' file to fire up the laravel webapp.
Next open your terminal on your working directory and run the following commands:

  • cd model_host_(flask-app)
  • pip install -r requirement.txt
  • python app.py
This will fire up the flask app and you are good to go.

project-inferno's People

Contributors

ches-001 avatar

Stargazers

 avatar  avatar

Forkers

emon2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.