osin


Nameosin JSON
Version 2.2.3 PyPI version JSON
download
home_pageNone
SummaryResearch and Experiments
upload_time2024-04-21 22:22:02
maintainerNone
docs_urlNone
authorBinh Vu
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # osin &middot; [![PyPI](https://img.shields.io/pypi/v/osin)](https://pypi.org/project/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:

```bash
DBFILE=%PATH_TO_DBFILE% python -m osin.main
```

Or start the services manually:

```bash
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:

```yaml

```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "osin",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Binh Vu",
    "author_email": "binh@toan2.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/c5/8c36968ad3156d8427cccb519403d0dc4c4a1191ccd8d5f4d5a31ed3c5d9/osin-2.2.3.tar.gz",
    "platform": null,
    "description": "# osin &middot; [![PyPI](https://img.shields.io/pypi/v/osin)](https://pypi.org/project/osin)\n\nThere 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.\n\nWe 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.\n\nNote: this tool is expected to use locally or inside VPN network as it doesn't provide any protection against attackers.\n\n## Quick start\n\nStart the application:\n\n```bash\nDBFILE=%PATH_TO_DBFILE% python -m osin.main\n```\n\nOr start the services manually:\n\n```bash\nexport DBFILE=%PATH_TO_DBFILE%\npython -m osin.worker # start worker to run jobs\npython -m osin.server # start the server so clients can send job result\nstreamlit run osin/ui/dashboard.py # start a dashboard to view/create reports\n```\n\nYou will start by designing the output that your experiments will produce. For example:\n\n```yaml\n\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Research and Experiments",
    "version": "2.2.3",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32e17ca2ce96009b648db36639cb6765723e842f0bc0d436001eef485cc5f494",
                "md5": "4a50f2803f0de005096f1784bb985cf3",
                "sha256": "89a9b91ebc2bb8e935b838cc5a87171ff8a086ddda42884204b5814fb7becb17"
            },
            "downloads": -1,
            "filename": "osin-2.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4a50f2803f0de005096f1784bb985cf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 44582,
            "upload_time": "2024-04-21T22:21:59",
            "upload_time_iso_8601": "2024-04-21T22:21:59.884360Z",
            "url": "https://files.pythonhosted.org/packages/32/e1/7ca2ce96009b648db36639cb6765723e842f0bc0d436001eef485cc5f494/osin-2.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bc58c36968ad3156d8427cccb519403d0dc4c4a1191ccd8d5f4d5a31ed3c5d9",
                "md5": "34d0eade23b7882edcfe354132d025ad",
                "sha256": "6eee34664dcad4522bb0dd3a4f8fb35f014f8b229bb9179f0d1b0cdabada0443"
            },
            "downloads": -1,
            "filename": "osin-2.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "34d0eade23b7882edcfe354132d025ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 32143,
            "upload_time": "2024-04-21T22:22:02",
            "upload_time_iso_8601": "2024-04-21T22:22:02.143149Z",
            "url": "https://files.pythonhosted.org/packages/5b/c5/8c36968ad3156d8427cccb519403d0dc4c4a1191ccd8d5f4d5a31ed3c5d9/osin-2.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-21 22:22:02",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "osin"
}
        
Elapsed time: 0.43248s