Skip to content
/ clauADA Public

Code-Interpreter / Advanced Data Analysis mode for Claude that executes Python code within the browser

Notifications You must be signed in to change notification settings

psbots/clauADA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clauADA

A chrome extension that enables Code-Interpreter/Advanced Data Analysis mode for Claude by executing Python code within the browser

It generates code for the given query using Claude APIs and uses PyScript, Pyodide and WASM to run full-fledged Python code including data analysis libraries like Pandas, Matplotlib, numpy, nltk etc.

The generated code is shown in an editable interface, so you can make any changes if required before running the code.

To quickly test the extension :

  • Download this repo as a zip and extract it or git clone
  • Go to Chrome - Extensions - Manage Extensions
  • Turn on developer mode
  • Click load unpacked
  • Select the dist folder
  • Load the extension from the Extensions menu
  • Click the hamburger button - Settings and set up API keys for either Anthropic API or AWS Bedrock (note that the Bedrock ID should have access to Claude models). The keys are only stored locally in the browser and used only to make Claude API calls. They are not sent to any other server other than Anthropic or AWS Bedrock servers.
  • You are ready to chat and run python code on the browser
  • Please note that the extension is tested only on Chrome and might not work on other browsers.

sincos scatter

About

Code-Interpreter / Advanced Data Analysis mode for Claude that executes Python code within the browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published