AI Driven Planetary Bot for Future Vision
These days focus is more on technologies like Artificial Intelligence, Machine Learning and IoT. There is lots of platforms available for IOT implementation. ESP8266 chip is among them Here the implementation is about prediction of different aspects of weather data that can be used in many ways like predicting the future condition of different region of earth or predicting future condition of different planets and their different regions. To implement this system, we need different sensors like pressure sensor humidity sensor, temperature sensor and a light intensity sensor i.e DHT11 is utilize for temperature and humidity data together and LDR. Is for light intensity. The data which is sensed by different sensors are than uploaded to Thingspeak which is an API for cloud server by the help of NodeMCU and then converted to csv format. The data can be used for monitoring the real time values too. Machine Learning Environment can be setup by the help of a CNN model. Training of model can be done by recorded values of sensor data. After recording data from sensors to NodeMCU like temperature, pressure, humidity and light intensity and after these values are sent to python environment that is Jupyter notebook for further analysis. Here the data which is used is real time data to predict the particular value and test the model.