Research and Experiments
Project description
osin ·
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file osin-2.2.3.tar.gz
.
File metadata
- Download URL: osin-2.2.3.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eee34664dcad4522bb0dd3a4f8fb35f014f8b229bb9179f0d1b0cdabada0443 |
|
MD5 | 34d0eade23b7882edcfe354132d025ad |
|
BLAKE2b-256 | 5bc58c36968ad3156d8427cccb519403d0dc4c4a1191ccd8d5f4d5a31ed3c5d9 |
File details
Details for the file osin-2.2.3-py3-none-any.whl
.
File metadata
- Download URL: osin-2.2.3-py3-none-any.whl
- Upload date:
- Size: 44.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89a9b91ebc2bb8e935b838cc5a87171ff8a086ddda42884204b5814fb7becb17 |
|
MD5 | 4a50f2803f0de005096f1784bb985cf3 |
|
BLAKE2b-256 | 32e17ca2ce96009b648db36639cb6765723e842f0bc0d436001eef485cc5f494 |