Skip to content

KappaML/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KappaML Examples

Examples using KappaML API.

Platform: https://kappaml.com API Documentation: https://api.kappaml.com/docs OpenAPI Schema: https://api.kappaml.com/openapi.json API Keys: https://app.kappaml.com/api-keys

Getting Started

Requirements:

  • Python 3.10+
  • pip

Install dependencies:

pip install -r requirements.txt

Get API key from https://app.kappaml.com/api-keys and set it as an environment variable:

export KAPPAML_API_KEY="your_api_key_here"

Run one of the following examples.

KappaML API Regression Examples

Python script

This example demonstrates how to use the KappaML API to perform regression tasks.

python regression/kappaml_api_regression.py

Jupyter Notebook

jupyter notebook regression/kappaml_api_regression.ipynb

Streamlit app

streamlit run regression/kappaml_api_regression_streamlit.py

kappaml_api_regression_streamlit.gif

KappaML API Classification Example

TBA

KappaML API Forecasting Example

Streamlit app

streamlit run forecasting/kappaml_api_forecast_streamlit.py

kappaml_api_forecast_streamlit.gif

KappaML API Anomaly Detection Example

TBA

KappaML API Clustering Example

TBA

About

Examples using KappaML

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published