This is the repository for the Next Hour Temperature Prediction API using RNN with GRU units. With the last 30 temperature values, the temperature for the next hour is predicted with a root mean square error of 0.4 °C.
Dependencies for Docker:
First you need to clone the repository.
git clone https://github.com/camicontr/TempPredictAPI.git
To install TempPredictAPI on a docker container, run the following command:
docker-compose up -d --build
To run the API in the Docker container, run the following command:
docker start container_API
then go to
http://localhost:8000/docs