xeeshan404 commited on
Commit
6bbc247
ยท
verified ยท
1 Parent(s): 5f3b8de

Fix metadata and deploy Agentic Image2Word

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # ๐Ÿง  Agentic Image2Word Converter
2
 
3
  An AI-powered document conversion system that transforms scanned images into formatted Word documents using an **agentic architecture**. Built as a Phase 2 evolution of a traditional OCR converter, this system features autonomous decision-making, adaptive preprocessing, and learning memory.
@@ -102,7 +114,7 @@ PPIT/
102
  ## ๐ŸŒ Deployment
103
 
104
  This application is deployed on **Hugging Face Spaces**:
105
- - Live URL: [https://huggingface.co/spaces/YOUR_USERNAME/agentic-image2word](https://huggingface.co/spaces/)
106
 
107
  ## ๐Ÿ“„ License
108
 
 
1
+ ---
2
+ title: Agentic Image2Word Converter
3
+ emoji: ๐Ÿง 
4
+ colorFrom: indigo
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "6.14.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ ---
12
+
13
  # ๐Ÿง  Agentic Image2Word Converter
14
 
15
  An AI-powered document conversion system that transforms scanned images into formatted Word documents using an **agentic architecture**. Built as a Phase 2 evolution of a traditional OCR converter, this system features autonomous decision-making, adaptive preprocessing, and learning memory.
 
114
  ## ๐ŸŒ Deployment
115
 
116
  This application is deployed on **Hugging Face Spaces**:
117
+ - Live URL: [https://huggingface.co/spaces/xeeshan404/agentic-image2word](https://huggingface.co/spaces/xeeshan404/agentic-image2word)
118
 
119
  ## ๐Ÿ“„ License
120