mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 10:41:04 +00:00
Add Skyvern demo video (#42)
This commit is contained in:
parent
619e77e6d0
commit
514a8cee69
3 changed files with 7 additions and 5 deletions
|
@ -6,10 +6,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
args: ['--maxkb=5000']
|
args: ['--maxkb=5000']
|
||||||
exclude: |
|
exclude: 'inputs.*|skyvern_demo_video\.mp4'
|
||||||
(?x)(
|
|
||||||
inputs.*
|
|
||||||
)
|
|
||||||
- id: check-byte-order-marker
|
- id: check-byte-order-marker
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
|
|
|
@ -59,6 +59,11 @@ Expand the diagram above to go deeper into how:
|
||||||
2. We parse the HTML + extract the image to generate an interactable element map
|
2. We parse the HTML + extract the image to generate an interactable element map
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
# Demo
|
||||||
|
<p align="center" >
|
||||||
|
<video src="images/skyvern_demo_video.mp4"></video>
|
||||||
|
</p>
|
||||||
|
|
||||||
# Quickstart
|
# Quickstart
|
||||||
This quickstart guide will walk you through getting Skyvern up and running on your local machine.
|
This quickstart guide will walk you through getting Skyvern up and running on your local machine.
|
||||||
|
|
||||||
|
@ -102,7 +107,7 @@ pre-commit install
|
||||||
### Executing tasks (UI)
|
### Executing tasks (UI)
|
||||||
Once you have the UI running, you can start an automation by filling out the fields shown in the UI and clicking "Execute"
|
Once you have the UI running, you can start an automation by filling out the fields shown in the UI and clicking "Execute"
|
||||||
|
|
||||||
<p align="center">
|
<p align="center" >
|
||||||
<img src="images/skyvern_visualizer_run_task.png"/>
|
<img src="images/skyvern_visualizer_run_task.png"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
BIN
images/skyvern_demo_video.mp4
Normal file
BIN
images/skyvern_demo_video.mp4
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue