Skip to content

Lumina-Analytics/rclc-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RCLC API Sample Repo

Getting Started

  1. Clone this repo

  2. Install the dependencies (we only need requests library)

python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt
  1. Set API_KEY environment variable (export API_KEY=<MY_API_KEY>)

  2. Modify code in train.py to train and test models

About

Collection of Python scripts for using and interacting with the RCLC API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages