This is a Streamlit project that allows you to create a resume blog using Streamlit, a popular Python library for building interactive web applications.
- This project was inspired by the need for a simple yet customizable resume blog.
- Support for various sections in a resume: professional information, "What I do," and projects.
Clone the project
git clone https://github.com/braiyenmassora/streamlit-resume-blog.git
Go to the project directory
cd streamlit-resume-blog
Activate virtual environment
source streamlit-resume-blog/bin/activate
Install dependencies
pip install -r requirements.txt
Start the server
cd streamlit-resume-blog
cd src
streamlit run app.py
Access Server on Chrome or Firefox
http://localhost:8501/
You can customize the content in the app.py file according to your needs.