Coder Social home page Coder Social logo

piximi's Introduction

Piximi

Piximi is a free, open source web app for performing image understanding tasks. It’s written by dozens of engineers and scientists from institutions like the Biological Research Centre Szeged, Broad Institute of MIT and Harvard, Chan Zuckerberg Initiative, ETH Zurich, and FIMM Helsinki.

Piximi's target users are computational or non-computational scientists interested in image analysis from fields like astronomy, biology, and medicine.

Try Piximi now at Piximi.app!

Development

Available Scripts

In the project directory, you can run:

yarn install && yarn prepare

Install all project dependencies.

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build

Builds the app for production to the build folder.

yarn test

Runs the tests. Note that for tests using tensorflow you need to specify the custom environment:

yarn test --env=./src/utils/common/models/utils/custom-test-env.js

Docker

To run as a docker container, clone the repo, build the image and run it:

git clone https://github.com/piximi/piximi
docker build -t <image_name> piximi/
docker run -p 3000:3000 --name <container_name> <image_name>

If you encounter the following message: The build failed because the process exited too early. This probably means the system ran out of memory or someone called ``kill -9`` on the process. and you are running Docker Desktop, you will need to increase memory resources. 8GB memory should be sufficient.

Alternatively, download the pre-built image and run it directly from Docker Hub:

docker run -p 3000:3000 --name piximi gnodar01/piximi:0.1.0

piximi's People

Contributors

gnodar01 avatar 0x00b1 avatar andrea-papaleo avatar moserle avatar alicelucas avatar davidstirling avatar bethac07 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.