-
This is a real-time Celsius to Fahrenheit converter using Tensorflow.js, based on a model trained in Python with TensorFlow.
- Download the repository.
- Download the repository wherever you want on your computer.
-
This project uses a Tensorflow.js model, which to load requires access via http/https. For that you can use any server, but here is a way to do it:
- Download Python to your computer
- Open a command line or terminal
- Navigate to the folder where you downloaded the repository
- Run the command python -m http.server 8000
- Open a browser and go to http://localhost:8000
-
Note: the following files must be in the same directory otherwise the APP does not work correctly. List:
- model.json
- index.html
- group1-shard1of1.bin
- celsius_to_fahrenheit.h5
- Move the Celsius slider, and the forecast will be displayed in Fahrenheit.