Skip to content

Sandbox for mini-projects and demos built on top of Transpose

Notifications You must be signed in to change notification settings

TransposeData/sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transpose Sandbox

This repository contains mini-projects and demos built upon the Transpose suite of APIs. All implementations are built with Python 3.11 and various Python packages.

Getting Started

Make sure you have Python 3.11 installed. Then, install the dependencies with the following command:

virtualenv --python=python3.11 env
source env/bin/activate
pip install -r requirements.txt

Next, add a .env file in the project root directory with the following config:

TRANSPOSE_API_KEY=YOUR_API_KEY_HERE

Finally, uncomment the demos you want to run in run.py and execute the following command:

python run.py

About

Sandbox for mini-projects and demos built on top of Transpose

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages