Skip to content

Commit 46bfb7f

Browse files
author
marwan37
committed
update README: add images, links, docs
1 parent f328c41 commit 46bfb7f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

omni-reader/README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ For interactive use, the project includes a Streamlit app:
125125
streamlit run app.py
126126
```
127127

128+
<div align="center">
129+
<img src="assets/streamlit.png" alt="Streamlit UI Interface" width="800"/>
130+
<p><em>Interactive Streamlit interface for easy document processing and model comparison</em></p>
131+
</div>
132+
128133
### ### Remote Artifact Storage and Execution
129134

130135
This project supports storing artifacts remotely and executing pipelines on cloud infrastructure. Follow these steps to configure your environment for remote operation:
@@ -191,6 +196,11 @@ ZenML's metadata tracking is used throughout the pipeline:
191196
- Pipeline results are available in the ZenML Dashboard
192197
- HTML visualizations can be automatically saved to configurable directories
193198

199+
<div align="center">
200+
<img src="assets/html_visualization.png" alt="HTML Visualization of OCR Results" width="800"/>
201+
<p><em>HTML visualization showing metrics and comparison results from the OCR pipeline</em></p>
202+
</div>
203+
194204
## 📁 Project Organization
195205

196206
```
@@ -210,4 +220,5 @@ omni-reader/
210220
## 🔗 Links
211221

212222
- [ZenML Documentation](https://docs.zenml.io/)
213-
- [Mistral AI Vision](https://docs.mistral.ai/capabilities/vision/)
223+
- [Mistral AI Vision Documentation](https://docs.mistral.ai/capabilities/vision/)
224+
- [Gemma 3 Documentation](https://ai.google.dev/gemma/docs/integrations/ollama)

0 commit comments

Comments
 (0)