Update README.md
Browse files
README.md
CHANGED
|
@@ -70,6 +70,14 @@ AISAK-O exhibits exemplary performance in multimodal tasks, surpassing conventio
|
|
| 70 |
|
| 71 |
AISAK-O is actively deployed within the AISAK ecosystem. Ongoing updates and enhancements are planned to further refine its capabilities and performance.
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
### Caveats:
|
| 74 |
|
| 75 |
- Users should verify critical decisions based on AISAK-O’s outputs, especially in high-stakes scenarios, to ensure accuracy and reliability.
|
|
|
|
| 70 |
|
| 71 |
AISAK-O is actively deployed within the AISAK ecosystem. Ongoing updates and enhancements are planned to further refine its capabilities and performance.
|
| 72 |
|
| 73 |
+
## Beta Testing:
|
| 74 |
+
|
| 75 |
+
```python
|
| 76 |
+
# please select 1 ≥ photo(s)
|
| 77 |
+
pip install aisak==2.1.2
|
| 78 |
+
pip3 install --no-cache-dir git+https://github.com/huggingface/transformers@19e6e80e10118f855137b90740936c0b11ac397f
|
| 79 |
+
import aisak.aisak
|
| 80 |
+
```
|
| 81 |
### Caveats:
|
| 82 |
|
| 83 |
- Users should verify critical decisions based on AISAK-O’s outputs, especially in high-stakes scenarios, to ensure accuracy and reliability.
|