Skip to content

Commit

Permalink
docs: update pipe readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminshafii committed Dec 29, 2024
1 parent ddd2c3b commit 72e5847
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions pipes/auto-pay/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,44 @@
# Auto-Pay Pipe

analyse your screen/mic activity in real time and write logs, to extract specific information like CRM, customer, market research, or ideas
Automatically trigger bank transfers based on screen activity. The pipe monitors your screen for payment-related information and can initiate transfers through the Wise API.

100% private on your computer using 4-5 AI models, use total 5 gb RAM including existing screenpipe stack (llama3.2, phi4 etc.)
## Features

https://github.com/user-attachments/assets/e4c115d9-51cf-4870-aec4-4df4743d2d02
- Real-time screen monitoring to detect payment information
- Automatic extraction of payment details:
- Recipient name and email
- Payment amount and currency
- Bank account details (routing and account numbers)
- Reference notes and descriptions
- Secure bank transfer initiation via Wise API
- Support for both email and bank account transfers
- Automatic quote creation and recipient management
- Transfer requirement validation for different currency corridors

## How it Works

1. **Screen Analysis**: Uses screenpipe's OCR to analyze your screen activity in real-time
2. **Payment Detection**: Identifies payment-related information from various sources (invoices, emails, etc.)
3. **Data Extraction**: Extracts structured payment information using AI models
4. **Transfer Creation**: Automatically creates and executes transfers through Wise:
- Creates quotes for currency conversion
- Manages recipient accounts
- Validates transfer requirements
- Initiates and funds transfers

<img width="1312" alt="Screenshot 2024-12-21 at 4 39 29 PM" src="https://github.com/user-attachments/assets/2e395762-198f-43e6-9e5a-2974b8e71fcf" />
## Privacy & Security

- 100% private, runs locally on your computer
- Uses local AI models (llama3.2, phi4, etc.)
- Requires ~5GB RAM including the screenpipe stack
- Sensitive data never leaves your machine
- Bank transfers require explicit user confirmation

## Example Use Cases

- Automating recurring vendor payments
- Processing invoices from emails
- Handling international transfers
- Managing contractor payments

<img width="1312" alt="Screenshot 2024-12-21 at 4 39 29 PM" src="https://github.com/user-attachments/assets/2e395762-198f-43e6-9e5a-2974b8e71fcf" />

0 comments on commit 72e5847

Please sign in to comment.