https://github.com/phamquiluan/go5-project
Extracting Tabular Data from Image to Excel files
https://github.com/phamquiluan/go5-project
excel-export image-processing table-extraction table-recognition
Last synced: 8 months ago
JSON representation
Extracting Tabular Data from Image to Excel files
- Host: GitHub
- URL: https://github.com/phamquiluan/go5-project
- Owner: phamquiluan
- Created: 2022-07-18T06:42:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T13:15:59.000Z (almost 2 years ago)
- Last Synced: 2025-04-25T14:00:09.391Z (about 1 year ago)
- Topics: excel-export, image-processing, table-extraction, table-recognition
- Language: Jupyter Notebook
- Homepage:
- Size: 72.7 MB
- Stars: 36
- Watchers: 4
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Go5-Project: Extract Table from Image to Excel
[](https://dl.circleci.com/status-badge/redirect/gh/phamquiluan/Go5-Project/tree/main)
[](https://github.com/phamquiluan/Go5-Project/actions/workflows/docker-image.yml)

# How to start
## Prerequisite
- GPU available (if not, remove the `runtime:nvidia` line in `docker-compose.yaml` file)
- docker-compose
## 1. Clone
```bash
git clone git@github.com:phamquiluan/Go5-Project.git
```
## 2. Start up services
```bash
cd Go5-Project
COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker compose up --build
```
## 3. Open browser with url
```bash
localhost:8501 # you can update the port the .env file
```
