summerimmersion

The contents for "A Hands-on Practical Demonstration on Using AI for Chemical Risk Assessment" Summer Immersion at the Grand Hyatt, Wahington D.C. 30th of May to 2nd of July, 2024

https://github.com/ontox-project/summerimmersion

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • 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 (4.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

The contents for "A Hands-on Practical Demonstration on Using AI for Chemical Risk Assessment" Summer Immersion at the Grand Hyatt, Wahington D.C. 30th of May to 2nd of July, 2024

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

SummerImmersion Hands-on demo

Setup and installation

Run these R commands in a local clone of this repo

install.packages("pak") pak::local_install() tensorflow::install_tensorflow() keras::install_keras()

Python installation

Set correct python env for use of tensorflow

``` library(reticulate) condaenvs <- condalist() envname <- condaenvs[2,1] # replace the correct index - choose "r-reticulate" as the envionment

Replace with your environment name

pythonpath <- condapython(envname) pythonpath usepython(pythonpath)

```

Bookdown

This project is an R `{bookdown}' project. Run in the R-Console:

install.packages("bookdown") bookdown::render_book() From the root directory of this repo to get a local copy. Note: this will only work once you completed the project setup above.

Owner

  • Name: ontox-project
  • Login: ontox-project
  • Kind: organization

GitHub Events

Total
Last Year

Dependencies

DESCRIPTION cran
  • dplyr * imports
  • ggplot2 * imports
  • here * imports
  • janitor * imports
  • parsnip * imports
  • recipes * imports
  • tidyr * imports
  • tune * imports
  • yardstick * imports