srisurya commited on
Commit
c9a8dad
·
2 Parent(s): 1f4ca33 06bc76a

Merge branch 'main' of https://github.com/SrisuryaTeja/Web-Based-Text-Extraction-and-Retrieval-System

Browse files
Files changed (2) hide show
  1. .github/workflows/main.yml +1 -1
  2. README.md +11 -0
.github/workflows/main.yml CHANGED
@@ -17,4 +17,4 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://Srisurya-teja:[email protected]/spaces/Srisurya-teja/SPACE_NAME main
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push --force https://Srisurya-teja:[email protected]/spaces/Srisurya-teja/Web-Based-Text-Extraction-and-Retrieval-System main
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Web-Based Text Extraction and Retrieval System
2
 
3
  This project is a web application that performs Optical Character Recognition (OCR) on images and highlights keywords within the extracted text. The system supports both English and Hindi languages, allowing users to upload images, extract text, and search for specific keywords within the extracted content.
 
1
+ ---
2
+ title: Web-Based-Text-Extraction-and-Retrieval-System
3
+ emoji: 📄 # You can choose any emoji that represents your app
4
+ colorFrom: blue # Start color for the gradient background
5
+ colorTo: green # End color for the gradient background
6
+ sdk: streamlit # Your app uses Streamlit
7
+ sdk_version: "1.21.0" # Version of Streamlit you are using
8
+ app_file: app.py # Entry point of your application
9
+ pinned: false
10
+ ---
11
+
12
  # Web-Based Text Extraction and Retrieval System
13
 
14
  This project is a web application that performs Optical Character Recognition (OCR) on images and highlights keywords within the extracted text. The system supports both English and Hindi languages, allowing users to upload images, extract text, and search for specific keywords within the extracted content.