Skip to content

cheminfo-py/dimensionality_reduction

Repository files navigation

dimensionality_reduction

Docker Image Build and Test CI

This is a webservice built using FastAPI. It exposes dimensionality reduction and manifold learning techniques from the sklearn Python package.

Usage

To be usable on Heroku or Dokku, which use PORTenvironmental variables, you need to either create this environmental variable or put it into an .env file. For local development, the run_docker.sh script uses 8091.

./build_docker # builds the docker image
./run_docker # starts the service

For production, you may want to use Docker compose

docker-compose up

Docs

You find docs on http://127.0.0.1:$PORT/docs.

About

webservice that offers dimensionality reduction techniques

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages