Skip to content

NREL/api.ml.nrel.gov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI App for YSI prediction

build with docker build -t ysi .

run the API locally with docker run -e PORT=8889 -p 8889:8889 -ti ysi

run the test suite locally docker run -t ysi:latest ./run_tests.sh