Giter Site home page Giter Site logo

jurgisp / expa Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 167 KB

Metric logging and analysis tool for ML experiments

License: Apache License 2.0

Dockerfile 1.97% Python 41.63% HTML 0.99% JavaScript 1.38% Vue 38.09% TypeScript 14.81% CSS 1.13%

expa's Introduction

eXpa

Metric logging and analysis tool for ML experiments.

The components are:

  • Scalable data store backed by PostgreSQL
  • REST API for logging and retrieving data
  • Python client library expa for sending metrics
  • Powerful UI for metric visualization

This is a pre-release work in progress, expect breaking changes!

Getting started

Start development server locally

git clone https://github.com/jurgisp/expa.git && cd expa
PORT=8000 docker-compose up

Use expa client to push metrics

!pip install expa
import expa
logger = expa.Logger('experiment', 'run', api_url='http://localhost:8000/api')
logger.log_params({'param': 'value'})
for step in range(1, 101):
  logger.log({'loss': 1/step}, step)

Visualize metrics

Open localhost:8000

Security

The API does not have any user authentication built-in. Be sure to add an auth layer if you are planning to deploy the service on publicly accessible network.

Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

This product is not intended or suitable for storing private data.

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.