botui/README.md

30 lines
471 B
Markdown

# BotDesktop
An AI-powered desktop automation tool that records and plays back user interactions useful for legacy systems and common desktop tasks.
![image](https://github.com/user-attachments/assets/477b7472-81d8-4e38-a541-70a7e2496a02)
## Setup
1. Install dependencies:
```bash
npm install
```
2. Create a .env file with your Azure OpenAI credentials
3. Development:
```bash
npm run dev
```
4. Build:
```bash
npm run build
```
## Testing
```bash
npm test
```