Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages