Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ancss committed Aug 14, 2024
1 parent 3c2e46d commit 4462f31
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 30 deletions.
40 changes: 23 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,36 +1,42 @@
# OSAI: Intelligent Operating System Assistant

OSAI is an innovative AI assistant for operating systems, designed to enhance the user experience through natural language interaction. It integrates powerful AI capabilities to understand and execute various system-level tasks, providing users with an intelligent solution for operating system management and control.
OSAI is an AI-powered operating system assistant designed to enhance the user's operating system experience through natural language interaction. It integrates powerful AI capabilities to understand and execute various system-level tasks, providing intelligent solutions for operating system management and control.

[中文文档](./README.zh.md)
**OSAI's functionality is not limited to the features showcased below; its capabilities are only limited by how you choose to use it.**

## Feature Showcase

### 1. Open YouTube and Search for AI
### 1. Explain and Rename PDF Files

![open youtube](./public/openYoutube.gif)
![pdf](./public/environmentvariable2.gif)

### 2. Add System Notifications
### 2. Batch Rename Images

![reminderstart](./public/reminderstart.gif)
![renameimages](./public/renameimages.gif)

#### Open System Notifications
### 3. Classify Files by Style and Type

![openreminder](./public/openreminder.gif)
![classification](./public/classification.gif)

### 4. Add, View, and Delete Environment Variables

![environmentvariable2](./public/environmentvariable2.gif)

### 3. Add, View, and Delete Environment Variables
### 5. Open YouTube and Search for AI

![environmentvariable](./public/environmentvariable.gif)
![open youtube](./public/openYoutube.gif)

### 6. Add System Notifications

## Upcoming Features
![reminderstart](./public/reminderstart.gif)

- **AI-Powered Multi-File Renaming**: Automatically generate meaningful names for batch files by analyzing their content using AI.
- **AI-Driven File Classification**: Intelligently identify file types and content for automatic organization and classification.
- **Voice Control Integration**: Support voice commands for a hands-free system control experience.
### 7. Open System Notifications

![openreminder](./public/openreminder.gif)

## Basic Usage Guide
## Basic Operation Guide

To use OSAI, you need a Claude API key. Please [click here to obtain one](https://console.anthropic.com/settings/keys), then open the application and add it in the settings.
Usage requires a Claude API key. Please click [here](https://console.anthropic.com/settings/keys) to obtain one, and add it in the application settings.

## Technical Requirements

Expand Down Expand Up @@ -59,7 +65,7 @@ To use OSAI, you need a Claude API key. Please [click here to obtain one](https:
```
npm run tauri dev
```
2. Build for production:
2. Build production version:
```
npm run tauri build
```
34 changes: 21 additions & 13 deletions README.zh.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
# OSAI:智能操作系统助手

OSAI 是一个创新的操作系统 AI 助手,旨在通过自然语言交互增强用户的操作系统使用体验。它集成了强大的 AI 能力,可以理解并执行各种系统级任务,为用户提供智能化的操作系统管理和控制方案。
OSAI 是一个操作系统 AI 助手,旨在通过自然语言交互增强用户的操作系统使用体验。它集成了强大的 AI 能力,可以理解并执行各种系统级任务,为用户提供智能化的操作系统管理和控制方案。

**OSAI 的功能不仅仅只有如下的功能展示,OSAI 的功能只取决于你想如何使用它。**

## 功能展示

### 1. 打开 youtube 并搜索 Ai
### 1. 解释、重命名 PDF 文件

![open youtube](./public/openYoutube.gif)
![pdf](./public/environmentvariable2.gif)

### 2. 添加系统通知
### 2. 批量重命名图片

![reminderstart](./public/reminderstart.gif)
![renameimages](./public/renameimages.gif)

#### 打开系统通知
### 3. 文件按照风格和类型进行分类

![openreminder](./public/openreminder.gif)
![classification](./public/classification.gif)

### 4. 添加、查看、删除环境变量

### 3. 添加、查看、删除环境变量
![environmentvariable2](./public/environmentvariable2.gif)

![environmentvariable](./public/environmentvariable.gif)
### 5. 打开 youtube 并搜索 Ai

## 即将推出的功能
![open youtube](./public/openYoutube.gif)

- **多文件 AI 重命名**:通过 AI 分析文件内容,自动为批量文件生成有意义的名称。
- **AI 驱动的文件分类**:智能识别文件类型和内容,自动组织和分类文件。
- **语音控制集成**:支持语音指令,实现免手操作的系统控制体验。
### 6. 添加系统通知

![reminderstart](./public/reminderstart.gif)

### 7.打开系统通知

![openreminder](./public/openreminder.gif)

## 基本操作指南

Expand Down

0 comments on commit 4462f31

Please sign in to comment.