Skip to content

Commit b0cbfec

Browse files
committed
Update Readme
1 parent 8439282 commit b0cbfec

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
</div>
2121
<br>
2222

23-
# 🚀 FactifAI
23+
# 🚀 Factif AI
2424

25-
**FactifAI** revolutionizes test automation by directly controlling your computer through AI. Using built-in vision capabilities of Claude, OpenAI, and Gemini along with computer use, it can navigate any application naturally - clicking, typing, and verifying results just like a human would.
25+
**Factif AI** revolutionizes test automation by directly controlling your computer through AI. Using built-in vision capabilities of Claude, OpenAI, and Gemini along with computer use, it can navigate any application naturally - clicking, typing, and verifying results just like a human would.
2626

2727
<div align="center">
28-
<img src="assets/images/factif-ai-home.png" alt="FACTIF-AI in action" width="900"/>
28+
<img src="assets/gifs/factif-ai-demo.gif" alt="FACTIF-AI in action" width="900"/>
2929
</div>
3030

3131
## Table of Contents
@@ -89,6 +89,10 @@ For detailed configuration options, see:
8989

9090
FactifAI offers two powerful modes of automation to cover all your testing needs:
9191

92+
<div align="center">
93+
<img src="assets/gifs/factif-ai-preview.gif" alt="FACTIF-AI in action" width="900"/>
94+
</div>
95+
9296
### 🌐 Puppeteer Mode (Default)
9397
Perfect for web application testing, the AI agent uses Puppeteer to control Chrome/Chromium browser:
9498
- **Web Testing**: Automate any web application
@@ -118,7 +122,9 @@ Features:
118122

119123
## 🤝 Contributing
120124

121-
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
125+
To contribute to the project, start by exploring [open issues](https://github.com/presidio-oss/factif-ai/issues) or checking our [feature request board](https://github.com/presidio-oss/factif-ai/discussions/categories/feature-requests?discussions_q=is%3Aopen+category%3A%22Feature+Requests%22+sort%3Atop).
126+
127+
Please read our [Contributing Guidelines](./CONTRIBUTING.md) for more details.
122128

123129
## 📄 License
124130

assets/gifs/factif-ai-demo.gif

21.9 MB
Loading

assets/gifs/factif-ai-preview.gif

14.1 MB
Loading

assets/images/factif-ai-home.png

-516 KB
Binary file not shown.

frontend/src/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4+
5+
.overflow-y-auto::-webkit-scrollbar {
6+
display: none;
7+
}

0 commit comments

Comments
 (0)