Sites re-built with new python/tf/keras/debian/etc

master
Jeff Moe 2022-05-30 00:47:12 -06:00
parent 16226ae82e
commit 2d7f366ecc
1 changed files with 14 additions and 3 deletions

View File

@ -23,10 +23,20 @@ observation ID and return an answer whether the observation is
![Image](pics/waterfall-failed.png)
## wut Web
Main site:
* https://wut.spacecruft.org/
Source code:
* https://spacecruft.org/spacecruft/satnogs-wut
Beta (test) site:
* https://wut-beta.spacecruft.org/
Alpha (development) site:
* https://wut-alpha.spacecruft.org/
## Observations
See also:
@ -55,9 +65,10 @@ Jupyter notebooks into websites.
* `wut.ipynb` --- Machine learning Python script using Tensorflow and Keras in a Jupyter Notebook.
* `wut-predict.ipynb` --- Make prediction (rating) of observation from pre-existing model.
* `wut-train.ipynb` --- Train models to be using by prediction engine.
* `wut-web.ipynb`
* `wut-web-beta.ipynb`
* `wut-web-alpha.ipynb`
* `wut-web.ipynb` --- Website: https://wut.spacecruft.org/
* `wut-web-beta.ipynb` --- Website: https://wut-beta.spacecruft.org/
* `wut-web-alpha.ipynb` --- Website: https://wut-alpha.spacecruft.org/
# wut scripts
The following scripts are in the repo.