Kawaeee / ikusel

Simple web-based tool that lets users upload an image and convert it to an Excel spreadsheet (.xlsx) file!

Home Page:https://kawaeee-ikusel-main-2eujpn.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ikusel (πŸ“·πŸ’»πŸ“Š)

Open in Streamlit

Simple web-based tool that lets users upload an image and convert it to an Excel spreadsheet (.xlsx) file!

Getting Started

  • Clone the repository
git clone git@github.com:Kawaeee/ikusel.git
cd ikusel/
  • Install necessary dependencies
pip install -r requirements.txt
  • Run the streamlit
streamlit run main.py

Streamlit web application will be hosted on http://localhost:8501

  • Serve Docker container
# Directly build and run
docker build -t ikusel-app-image .
docker run --rm --name=ikusel-app-container -p 0.0.0.0:8501:8501 ikusel-app-image

# Serve with docker compose
docker-compose build
docker-compose up

About

Simple web-based tool that lets users upload an image and convert it to an Excel spreadsheet (.xlsx) file!

https://kawaeee-ikusel-main-2eujpn.streamlit.app/

License:MIT License


Languages

Language:Python 95.5%Language:Dockerfile 4.5%