This predictor uses an algorithm trained with local collected Data. For this reason, the predictor will give results according to the location: Cashapamba, Ambato, Ecuador.
You can clone this repository and inside the folder, you will find four folders, the first one is exclusive for our desktop app (You can run the .exe file). Inside the second folder "Predicciones_Finales", you can find all the code used, including the training files, the database, the interface code, and the "real_life_testing" (Which will be explained further on this readme file).
git clone https://github.com/gaiborjosue/Temp-Hum-Predictor.git
- Navigate to the "Desktop App" folder.
- Open CMD
- Type "interface_prediction.exe"
or
- Navigate to the "Desktop App" folder.
- Double Click the "interface_prediction" file.
Then you will be displayed the next app:
- Navigate to the folder "Predicciones_Finales"
- Open CMD in that folder.
- Type:
python real_life_testing_humidity.py
or
python real_life_testing_temperature.py
- You will get this prompt (Its an example, it depends on which file you run):
El valor que predijo el algoritmo es: 32
El valor real es: 37
La diferencia es de 5
The first value is the one that the algorithm predicted in real-time for the last value collected from our Weather station.
The second value tells you the real value collected, what this means is that it shows the value collected from our Weather Station.
The third value compares the predicted value and the real collected value and tells you the difference.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.