Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sreesankar711/tabdetext
https://github.com/sreesankar711/tabdetext
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sreesankar711/tabdetext
- Owner: sreesankar711
- Created: 2024-05-04T05:50:02.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-10T15:08:28.000Z (8 months ago)
- Last Synced: 2024-05-11T15:52:03.575Z (8 months ago)
- Language: Jupyter Notebook
- Size: 9.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tabular Data Detection and Extraction
image1.jpg
image2.jpg
image3.jpg### SkewML
```
!git clone --depth=1 https://github.com/sreesankar711/TabDetExt.git tmp_folder
!mv tmp_folder/* .
!rm -rf tmp_folder
```### Backend
```
cd backend
flask --app final3 run
```### Frontend
```
cd frontend
npm start
```