CoolFace
Apppublic

AffordableAI/ComputerUseDocker

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
3likes
App README

Claude Computer Use Demo

This demo showcases Claude's computer use capabilities through a simple chat interface. Users can interact with Claude to perform various computer-related tasks in a sandboxed environment.

Docker Setup

The application is containerized using Docker for easy deployment and scaling.

Local Development

  1. 1.Clone the repository
  2. 2.Create a .env file with your Anthropic API key:
   ANTHROPIC_API_KEY=your-api-key-here
  1. 1.Build and run with Docker Compose:
bash
   docker-compose up --build

Hugging Face Deployment

  1. 1.Create a new Space on Hugging Face
  2. 2.Choose "Docker" as the SDK
  3. 3.Add your ANTHROPICAPIKEY to the Space's secrets
  4. 4.Push the code to the Space repository

Features

  • Interactive chat interface
  • Computer interaction simulation
  • Text editor operations
  • Bash command execution
  • Configurable system prompts
  • Advanced settings for model parameters

Security Notice

This demo runs in a sandboxed environment. Never provide access to sensitive information or credentials.

License

Apache 2.0