Skip to content

Development of IoT based room temperature and humidity monitoring system.

License

Notifications You must be signed in to change notification settings

ariharasudhanm/IoT-based-environmental-monitoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Last Commit MIT License LinkedIn


IoT based environmental monitoring

Development of environmental monitoring based on IoT cloud solutions using deep learning
Explore the docs »

· Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Three-day humidity comparison

Initially DHT11 sensor is connected to Raspberry pi zero to mine the temperature and humidity data inside a closed room environment then data is then continuosly fed to thingspeak cloud using APIs.

Project Overview:

  • Data is fed from raspberry pi to cloud.
  • Creating a machine learning model with the time series data to predict the future temperature and humidity of an environment.
  • Model deployment in cloud.

For machine learning model initially, we will use neural networks to buid the model as a starting point since it could be highly efficient for time series data.

(back to top)

Built With

These are the programming languages, libraries, frameworks, cloud services and other tools used in this project.

(back to top)

Getting Started

As mentioned in the roadmap the first step is preparing the trained model which is under going now. Further steps will be continuosly updated.

Data Processing

Data visualization of mined data using few samples to get a better insights about the data. data_visualization.ipynb`.

Past_humidity_reading

This image can be found under Images/Past humidity reading.png

Model creation and deployment

For now code for forward propagation for the network is alrready written which can be found under forward.py. Soon backpropogation and trained model will be updated.

Roadmap

  • Sensor setup using raspberry pi
  • Data feeding to cloud
  • Data visualization and pre-processing
  • Model Creation
  • Evaluation and cloud deployment(Ongoing)
  • [-] Data improvement
  • [-] Model deployment in different platforms(Ongoing)

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @AriharasudhanM - [email protected]

Project Link: IoT-based-environmental-monitoring

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

Development of IoT based room temperature and humidity monitoring system.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published