-
Notifications
You must be signed in to change notification settings - Fork 0
access token
Adrian Gortzak edited this page Nov 20, 2024
·
1 revision
import realai
import pandas as pd
realai_client = realai.Client()
# Login
realai_client.authenticate("USER","PASSWORD")
print(realai_client.access_token)curl --location --request POST 'https://api.modelmarket.io/oauth/token' \
--header 'Content-Type: application/json' \
--data '{"username":<USERNAME>,
"password":<PASSWORD>}'-
Getting Started
-
Models
- General Model Description*
- Prediction models
-
Data
-
Widget
-
Legal