radon-prediction
Radon levels forecasting using LSTM models
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Repository
Radon levels forecasting using LSTM models
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Radon level forecasting using LSTM models
This work builds a simple LSTM model that it is able to predict the radon levels using only the radon itself and the ventilation status in the room it is monitorized. It has below 15Bq/m3 of RMSE and the next figure shows a the model forecasting prediction.

The repository structure is the following
├── data
│ ├── predictions.csv
│ └── radon-data.csv
├── figures
│ └── // figures used, drawed with src/plots.R
├── README.md
└── src
├── LSTM-models.ipynb
├── plots.R
├── requirements.txt
└── utils
└── // Useful functions
Depoyment with docker
Start the container as follows:
bash
docker build -t radon_predictions .
docker run -p 8500:8500 --name radon radon_predictions
To submit data to predict new radon levels, there is an example in sample_predictions.py using python requests.
Then, to stop the container: docker stop radon. For further configuration, navigate the docker documentation.
Owner
- Name: Diego Valcarce
- Login: valcarcexyz
- Kind: user
- Location: A Coruña
- Company: @Innogando
- Website: https://git.valcarce.xyz
- Repositories: 2
- Profile: https://github.com/valcarcexyz
Free as in freedom
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Valcarce" given-names: "Diego" orcid: "https://orcid.org/0000-0003-1574-8161" - family-names: "Alvarellos" given-names: "Alberto" orcid: "https://orcid.org/0000-0002-3404-3354" - family-names: "Rabuñal" given-names: "Juan Ramón" orcid: "https://orcid.org/0000-0002-1253-4419" - family-names: "Dorado" given-names: "Julián" orcid: "https://orcid.org/0000-0001-8945-2991" - family-names: "Gestal" given-names: "Marcos" orcid: "https://orcid.org/0000-0002-4371-8632" title: "Machine Learning-Based Radon Monitoring System" version: 1.0.0 doi: 10.3390/chemosensors10070239 date-released: 2022-06-24 url: "https://github.com/valcarce01/radon-prediction"
GitHub Events
Total
Last Year
Dependencies
- actions/checkout v3 composite
- tensorflow/serving latest build
- numpy >=1.19.5
- pandas >=1.3.3
- tensorflow >=2.8.0