Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sreesankar711/tabdetext


https://github.com/sreesankar711/tabdetext

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Tabular Data Detection and Extraction


Image 1


image1.jpg


Image 2


image2.jpg


Image 3


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
```