No description
- Python 97.3%
- Dockerfile 2.7%
|
Some checks failed
Build and publish Docker image / build-and-push (push) Failing after 15m26s
|
||
|---|---|---|
| .forgejo/workflows | ||
| assets | ||
| pages | ||
| portfolio | ||
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| content.py | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
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.