-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add Japanese README I created Japanese translated README. * fix: replace some words --------- Co-authored-by: yutao <yutao.tao@bytedance.com>
- Loading branch information
1 parent
8ec5622
commit c9a38b0
Showing
3 changed files
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
<p align="center"> | ||
<img alt="Midscene.js" width="260" src="https://github.com/user-attachments/assets/bff5e76f-ea5c-42b7-bd12-0143a04671cf"> | ||
</p> | ||
|
||
<h1 align="center">Midscene.js</h1> | ||
<div align="center"> | ||
|
||
[English](./README.md) | [简体中文](./README.zh.md) | 日本語 | ||
|
||
</div> | ||
|
||
<p align="center"> | ||
楽しいUI自動化 | ||
</p> | ||
|
||
<p align="center"> | ||
<img src="https://img.shields.io/npm/v/@midscene/web?style=flat-square&color=00a8f0" alt="npm version" /> | ||
<img src="https://img.shields.io/npm/dm/@midscene/web.svg?style=flat-square&color=00a8f0" alt="downloads" /> | ||
<img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square&color=00a8f0" alt="License" /> | ||
</p> | ||
|
||
Midscene.jsは、自然言語を使用してページを制御し、アサーションを実行し、JSON形式でデータを抽出できるAI駆動の自動化SDKです。 | ||
|
||
<p align="center"> | ||
<video src="https://github.com/user-attachments/assets/995486bf-0905-43a0-ae33-234b1307dcf1" controls/> | ||
</p> | ||
|
||
## 特徴 ✨ | ||
|
||
- **自然言語インタラクション 👆**: ステップを説明するだけで、Midsceneがユーザーインターフェースを計画し、制御します。 | ||
- **UIを理解し、JSONで回答 🔍**: データ形式に関するプロンプトを提供し、期待される応答をJSON形式で受け取ります。 | ||
- **直感的なアサーション 🤔**: 自然言語でアサーションを行います。すべてAIの理解に基づいています。 | ||
- **すぐに使えるLLM 🪓**: GPT-4oのような公開のマルチモーダルLLMを使用できます。カスタムトレーニングは不要です。 | ||
- **可視化 🎞️**: 可視化ツールを使用して、プロセス全体を簡単に理解し、デバッグできます。 | ||
- **全く新しい体験! 🔥**: 自動化開発の全く新しい世界を体験してください。楽しんでください! | ||
|
||
## リソース 📄 | ||
|
||
* [ホームページ: https://midscenejs.com](https://midscenejs.com/) | ||
* [クイックスタート](https://midscenejs.com/docs/getting-started/quick-start.html) | ||
* [APIリファレンス](https://midscenejs.com/docs/usage/API.html) | ||
* [可視化ツール](https://midscenejs.com/visualization/index.html) | ||
|
||
## ライセンス | ||
|
||
Midscene.jsは[MITライセンス](https://github.com/web-infra-dev/midscene/blob/main/LICENSE)の下で提供されています。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters