Metadata-Version: 2.1
Name: newron
Version: 0.1.6
Summary: NewronAI: Machine Learning, Made Simple. Client SDK for Newron AI
Home-page: https://newron.ai
Author: Newron AI
Author-email: hello@newron.ai
License: Apache License
Project-URL: Documentation, https://docs.newron.ai/
Project-URL: Source, https://github.com/NewronAI/NewronSDK/
Project-URL: Tracker, https://github.com/NewronAI/NewronSDK/issues
Keywords: mlops,experiment,tracking,deployments,mlflow
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

<div align = "center"><img src = "https://www.newron.ai/newron-logo.svg" width=25% /></div>
<h1 align="center">
  newron-sdk - Just init().
</h1>
<br>


## Machine Learning, Made Simple

###### Newron is the machine learning platform for individuals and teams, designed for simplicity, speed and collaboration, and built to integrate with your favourite machine learning frameworks.
###### It provides a frictionless machine learning development experience to take care of the hard things: automatically track experiments, version models, reproduce models, visualize results and share findings within your the team or the broader ML community
###### It is easy to set up and enables ML engineers to develop, improve and deploy machine learning models with confidence and ease.

## Installation
<div align = "center"><img src = "https://raw.githubusercontent.com/NewronAI/NewronSDK/main/static/install.png" width=100% /></div>

## Usage 
```python
import newron
newron.init( "projectName","experimentName", "Description")
```


