Skip to content

A streamlined setup script for Anthropic's Computer-Use Demo environment. This script automates the entire setup process, handling all dependencies and configuration automatically.

License

Notifications You must be signed in to change notification settings

neo-con/claude-computer-quicklaunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anthropic QuickStart Automation

A streamlined setup script for Anthropic's Computer-Use Demo environment. This script automates the entire setup process, handling all dependencies and configuration automatically.

Demo

Features

  • 🚀 One-click setup for Anthropic's Computer-Use Demo
  • 🔒 Secure API key handling
  • 📦 Automatic dependency management
  • 🐳 Docker environment configuration
  • 💻 Cross-platform support (macOS, Linux)

Prerequisites - (Any other dependencies will be downloaded via script)

  • Python 3.x
  • Internet connection
  • Anthropic API key

Quick Start

  1. Clone this repository:
git clone https://github.com/neo-con/claude-computer-quicklaunch.git
  1. Make the setup script executable:
chmod +x setup.sh
  1. Run the setup script:
./setup.sh
  1. Enter your Anthropic API key when prompted

  2. Access the demo at http://localhost:8080

What Does It Do?

The setup script automatically:

  • Checks and installs required dependencies (Python, Docker, Git)
  • Creates a virtual environment using Pipenv
  • Securely stores your Anthropic API key
  • Downloads and configures the Computer-Use Demo
  • Launches the Docker container with all necessary ports
  • Opens the demo in your default browser

Security

  • API keys are stored securely with appropriate file permissions
  • Environment variables are handled safely
  • No sensitive data is logged or exposed

License

MIT License - See LICENSE for details

Author

Neocodes (@neo-con) - Neil Concepcion

About

A streamlined setup script for Anthropic's Computer-Use Demo environment. This script automates the entire setup process, handling all dependencies and configuration automatically.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages