No description
  • Python 97.3%
  • Dockerfile 2.7%
Find a file
Karen c864029a7b
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 15m26s
rename files
2026-05-31 22:37:02 +02:00
.forgejo/workflows uncomment login 2026-05-31 19:57:59 +02:00
assets rewrite 2026-05-31 22:36:27 +02:00
pages rename files 2026-05-31 22:37:02 +02:00
portfolio add init for packaging structure of portfolio 2026-01-05 13:55:49 +01:00
.dockerignore Add dockerfiles 2026-05-31 18:45:14 +02:00
.gitignore create .gitignore with python files 2026-01-04 20:08:27 +01:00
app.py change script pages path 2026-01-05 14:04:22 +01:00
content.py rewrite 2026-05-31 22:36:27 +02:00
Dockerfile Add dockerfiles 2026-05-31 18:45:14 +02:00
README.md rewrite content. Fix grammar. 2026-05-31 17:56:20 +02:00
requirements.txt add requirements files for venv 2026-01-04 20:09:12 +01:00

digital-resume

A Streamlit-based data science resume.

Run locally

Before running the app, make sure Python is installed on your machine.

From the project root, run:

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
streamlit run app.py

Open the local URL printed by Streamlit, usually:

http://localhost:8501

To stop the app, press Ctrl+C in the terminal.