Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jovianhq/jovian-py
Collaboration platform for data science projects & Jupyter notebooks
https://github.com/jovianhq/jovian-py
data-science deep-learning jupyter-notebook machine-learning ml
Last synced: 6 days ago
JSON representation
Collaboration platform for data science projects & Jupyter notebooks
- Host: GitHub
- URL: https://github.com/jovianhq/jovian-py
- Owner: JovianHQ
- Created: 2019-02-26T14:29:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T15:36:51.000Z (over 1 year ago)
- Last Synced: 2024-05-06T04:41:15.472Z (6 months ago)
- Topics: data-science, deep-learning, jupyter-notebook, machine-learning, ml
- Language: Python
- Homepage: https://www.jovian.ai
- Size: 5.37 MB
- Stars: 112
- Watchers: 14
- Forks: 31
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Jovian: Learning Platform for Data Science & ML.
[![Documentation Status](https://readthedocs.org/projects/jovian-py/badge/?version=latest)](https://jovian.ai/docs/)
[![Python application](https://github.com/JovianML/jovian-py/workflows/Python%20application/badge.svg)](https://github.com/JovianML/jovian-py/actions?query=branch%3Amaster)
[![Code Coverage](https://codecov.io/gh/JovianML/jovian-py/branch/master/graph/badge.svg)](https://codecov.io/gh/JovianML/jovian-py)[Jovian](https://www.jovian.ai?utm_source) is a platform for sharing and collaboraring on Jupyter notebooks and data science projects. `jovian-py` is an open-source Python package for uploading your data science code, Jupyter notebooks, ML models, hyperparameters, metrics etc. to your Jovian account.
- [Upload and share Jupyter Notebooks](https://jovian.ai/docs/user-guide/upload.html)
- [Reproduce Notebooks from Jovian](https://jovian.ai/docs/user-guide/reproduce.html)
- [Notebooks as version, view Diffs between versions](https://jovian.ai/docs/user-guide/version.html)
- [Attaching utility files and model outputs with the Notebook](https://jovian.ai/docs/user-guide/attach.html)
- [Tracking Datasets, Hyperparameters and Metrics](https://jovian.ai/docs/user-guide/track.html)
- [Comparing and Analyzing all the experiments](https://jovian.ai/docs/user-guide/compare.html)
- [Collaborate with teammates/colleagues](https://jovian.ai/docs/user-guide/collaborate.html)
- [Stay connected with your model training, live updates with Slack Notifications](https://jovian.ai/docs/user-guide/integrations.html)
- [Embed Jupyter Notebooks and Cell upload on Jovian](https://jovian.ai/docs/user-guide/embed.html)## Installation
```
pip install jovian --upgrade
```> **Caution**:
>
> If you get a `Permission denied` error, try installing with sudo permission (on Linux/Mac).
>
> ```
> sudo pip install jovian --upgrade
> ```
>
> Another alternative is to try installing with the `--user` flag, but you’ll need to ensure that the target directory is added to your system `PATH`.
>
> ```
> pip install jovian --upgrade --user
> ```Visit [Docs](https://jovian.ai/docs/) for more.
## Contribution Guidelines
If you want to contribute to **jovian**(Python package), review the [**Contribution Page**](https://github.com/JovianML/jovian-py/blob/master/CONTRIBUTING.md).
Jovian(Python Package)
Jovian(Webapp)
Issues or Feature Request
Forum
Forum
Repository and Website
Repo
Website
Slack Discussions
Slack Invite
## Contact
Mail : [email protected]
Forum: [Data Science Forum](https://jovian.ai/forum/)
Twitter : [@JovianML](https://twitter.com/JovianML)
YouTube: [YouTube Channel](https://www.youtube.com/jovianml)
LinkedIn: [LinkedIn Page](https://www.linkedin.com/company/jovianml/)