Skip to content

Commit 750bec8

Browse files
committed
Shipped Brain
0 parents  commit 750bec8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+32100
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Shipped Brain - Landing Page
2+
3+
## Instructions
4+
---
5+
**Install project dependencies**
6+
```
7+
npm install
8+
```
9+
10+
**Run the project**
11+
```
12+
npm run watch
13+
```
14+
15+
**Build CSS *(Optional)***
16+
```bash
17+
npm run style
18+
```

dist/Benefits.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Benefits
2+
• One-click deployments and Automated model serving
3+
○ Fully manage deployments with a single step
4+
○ Every model has its own API endpoint with standardized usability
5+
• No extra code
6+
○ Build ML models with frameworks that you know.
7+
○ Easy deploys, no need to learn new frameworks
8+
• No infrastructure management
9+
○ Focus on your models. Fully managed deployments and distribution
10+
• Earn Money from your models
11+
○ Get paid every time someone uses your model
12+
• Interactive Data Science portfolio
13+
○ Amazing engagement with ML models. Every model can be tried on the SB platform.
14+
15+
16+
Steps
17+
1. Create an account
18+
a. Setup your Shipped Brain Contributor profile
19+
2. Train a machine learning model
20+
a. Develop and Train your machine learning models
21+
3. Upload a model to Shipped Brain with one-click
22+
a. Build a Shipped Brain project and deploy it
23+
b. Automated serving and distribution
Loading
Loading

dist/assets/img/features/feed2.PNG

128 KB
Loading

dist/assets/img/features/profile.PNG

118 KB
Loading
33.6 KB
Loading
21.9 KB
Loading

dist/assets/img/frameworks/numpy-logo.svg

+1
Loading
Binary file not shown.
Loading

dist/assets/img/frameworks/numpy-simple.svg

+1
Loading

dist/assets/img/frameworks/numpy.svg

+1
Loading

dist/assets/img/frameworks/pandas.svg

+1
Loading

0 commit comments

Comments
 (0)