Skip to content

violetsummerzine/demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

demos

This repo has demo files to demonstrate the functionality of the transpose API suite.

Setup

  1. Sign up for a free key at https://transpose.io
  2. python3 -m venv env
  3. source env/bin/activate
  4. python3 -m pip --upgrade pip
  5. python3 -m pip install -r requirements.txt
  6. jupyter notebook

These commands get your environment set up and launch the notebook. You can set up your key as an environment variable or add it as a string into the Transpose object initialization.

ex:

api = Transpose("YOUR_KEY_HERE")

The rest should work out of the box!

About

For Ape Academy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published