Skip to main content

RealSense Copilot is AI programming for Intel RealSense cameras in your terminal

Project description

RealSense Copilot is AI pair programming tool for Intel RealSense cameras in your terminal.

RealSense Copilot (based on Aider) lets you pair program with LLMs, to write and edit code in your local git repository. Start a new project or work with an existing git repo. Realsense works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM.

Getting started

You can get started quickly like this:

$ python -m pip install -U realsense-copilot

# Change directory into a git repo
cd /to/your/git/repo

# Work with Claude 3.5 Sonnet on your repo
$ export ANTHROPIC_API_KEY=your-key-goes-here
$ realsense demo.py

# Work with GPT-4o on your repo
$ export OPENAI_API_KEY=your-key-goes-here
$ realsense demo.py

See the installation instructions and other documentation for more details.

Features

  • Run realsense copilot with the files you want to edit: realsense <file1> <file2> ...
  • realsense demo.py
  • Ask for changes:
    • Detect a person and their distance. Move the robot to the person. Stop when it reaches their feet.
    • /run python3 demo.py
    • If the resulting code, outputs a bug, simply add it to the chat by pressing "y" and Realsense will attempt to fix the bug so you can re /run your app.
    • Add new features or test cases.
  • Realsense will edit your files to complete your request.
  • Realsense automatically git commits changes with a sensible commit message.
  • Realsense works with most popular languages: python, javascript, typescript, php, html, css, and more...
  • Realsense works best with GPT-4o & Claude 3.5 Sonnet and can connect to almost any LLM.
  • Realsense can edit multiple files at once for complex requests.
  • Realsense uses a map of your entire git repo, which helps it work well in larger codebases.
  • Edit files in your editor while chatting with aider, and it will always use the latest version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

realsense_copilot-0.60.2.dev61.tar.gz (39.1 MB view details)

Uploaded Source

Built Distribution

realsense_copilot-0.60.2.dev61-py3-none-any.whl (38.2 MB view details)

Uploaded Python 3

File details

Details for the file realsense_copilot-0.60.2.dev61.tar.gz.

File metadata

File hashes

Hashes for realsense_copilot-0.60.2.dev61.tar.gz
Algorithm Hash digest
SHA256 0a00dea577e1e820eaff026cb889ad75ec8c382cf3238a2445bb866fa042e629
MD5 4d77bfd037abf826c16dce5d0e34132c
BLAKE2b-256 d53b72819f1b56ed62041a6debfb8640a051cd994b2308ac3551ca58b720946f

See more details on using hashes here.

File details

Details for the file realsense_copilot-0.60.2.dev61-py3-none-any.whl.

File metadata

File hashes

Hashes for realsense_copilot-0.60.2.dev61-py3-none-any.whl
Algorithm Hash digest
SHA256 c6f1bd3ea12a1fe3711eef070e3de2a508055ddd30745ddbc85245b7f99b8dac
MD5 b0f564e23a16cad42ac009a240b60a90
BLAKE2b-256 ac803f4a3864f2346f0ade3d62ca01fad905de26b94a0214dcd2b90a7e735127

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page