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.gitTo install TempPredictAPI on a docker container, run the following command:
docker-compose up -d --buildTo run the API in the Docker container, run the following command:
docker start container_APIthen go to
http://localhost:8000/docs