Skip to content

This repository is dedicated for my google colab .ipynb file. I try trop create a model that use a dataset with parameter such as temperature, pressure.... And this model has to predict if there will be rainfall tomorrow.

Notifications You must be signed in to change notification settings

s013mmb/Weather_forcasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Weather_forcasting

Now the code is completly functional you can upload the file into you board and make inferences. The model will capture pressure, humidity, temperature using the builtin sensor embedded on the nano 33 BLE sense. The inferences are made using the EloquentTinyML library which is an awesome tool to easly run prediction with a model. It uses tensorflow lite micro header c++ files.

The model is located in /TinyML_weather/include. The model was built with python, google colab and tensorflow, using kaggle dataset. Then the model has been converted in tensorflow lite model and later in tensorflow lite micro model. (There are 2 methods to convert a model both are shown in the .ipynb).

About

This repository is dedicated for my google colab .ipynb file. I try trop create a model that use a dataset with parameter such as temperature, pressure.... And this model has to predict if there will be rainfall tomorrow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published