Build A Digital Resume Using Python & Streamlit /

Deploy Your Streamlit App To Render (Free Heroku Alternative)

Dev.to blog Hashnode LinkedIn Brave Google Drive Render Visual Studio Code Python GitHub

Technologies Used

  • Git
  • Python 3.10.6
  • pip3
  • Streamlit
  • Pillow

Commands Used

  • source my_env/bin/activate (to activate python env)
  • pip install streamlit Pillow
  • streamlit run app.py
  • pip install pipreqs
  • pipreqs --encoding=utf8 (generate requirements.txt)

Project URL

Github URL

Credits / References

Next Iteration

  • Make a json API containing data - DONE
  • Make app read data from the API - DONE