Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)