Skip to main content

Research and Experiments

Project description

osin · PyPI

There are existing systems (e.g., neptune.ai, sacred) helping you organize, log data of your experiments. However, typically, the tasks of running the experiments are your responsible to bear. If you update your code and need to re-run your experiments, you may want to delete previous runs, which would be painful to have to do manually many times.

We rethink the experimenting process. Why don't we start with specifying the designed report (e.g., charts) and how to run/query to get the numbers to fill the report? This would free ones from manually starting/running the experiments and managing the experiment data. osin is a tool that helps you to achieve that goal.

Note: this tool is expected to use locally or inside VPN network as it doesn't provide any protection against attackers.

Quick start

Start the application:

DBFILE=%PATH_TO_DBFILE% python -m osin.main

Or start the services manually:

export DBFILE=%PATH_TO_DBFILE%
python -m osin.worker # start worker to run jobs
python -m osin.server # start the server so clients can send job result
streamlit run osin/ui/dashboard.py # start a dashboard to view/create reports

You will start by designing the output that your experiments will produce. For example:



          

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

osin-2.0.0.tar.gz (31.7 kB view details)

Uploaded Source

Built Distribution

osin-2.0.0-py3-none-any.whl (44.0 kB view details)

Uploaded Python 3

File details

Details for the file osin-2.0.0.tar.gz.

File metadata

  • Download URL: osin-2.0.0.tar.gz
  • Upload date:
  • Size: 31.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for osin-2.0.0.tar.gz
Algorithm Hash digest
SHA256 4dc7bd5f18d675b98c8b270fd9c9044f0bebf1845971f48f33724dfc74dac342
MD5 4f5f1f3366fbc4b0258b88dd76950e07
BLAKE2b-256 bb327788637aaf8efd6c42d1cd27f0a1ed380f5693c24d9ed92b006c6075d55b

See more details on using hashes here.

File details

Details for the file osin-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: osin-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 44.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for osin-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0ef2d29e7bbadee155bdaf6e662afceda600f422369a32977b00589121d85bde
MD5 e6b6d31a39c71c7744f60430f20f01aa
BLAKE2b-256 80a4eab547868476c778228e230e6ee127a313a1cce06925e5207fdfecbb528f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page