Profile Builder

Hello, this is my first post in this forum. I started using Streamlit about a month ago and recently built a dashboard for my organization using Streamlit and PyVis.

As a personal project, I am working on a Profile Builder app. This app takes data from profile.yaml and config.yaml and displays the profile in a visually interesting manner. I aim to complete this project within a week.

I wanted to share the work-in-progress with you for your feedback so that I can incorporate additional features before finalizing the app.

You can check it out here: Profile Builder App - https://rrambo.streamlit.app/

Please let me know if you have any questions or feedback!

1 Like

Added portfolio and projects sections. Need to cleanup the code and make sure the data for the profile comes only from yaml file.

Entries in the YAML files have been removed, and border colors now feature darker variants of the surrounding colors. The Projects section has been restructured, and hover text has been updated for most visuals.

Sidebar button press event is yet to scroll the page to the respective sections. A final cleanup is planned for tomorrow, along with adding substantial documentation to the GitHub repository.

Since the structure is now mostly stable, I plan to update the YAML files to reflect the profile changes whenever time allows. Additionally, I’m considering writing about the project on the Medium website.

Started working on the algo site for derivatives.

1 Like

The app is now complete from programming perspective. Implemented scrolling with sidebar menu items.
app link: rrambo.streamlit.app
github link: GitHub - RamanaAmbore/stremlite_profile: Build online profile website using streamlit

Please let me know if you find any issues or have any feedback.

Here is the link to the article on Medium: Streamlit Profile Builder – A Simple Way to Create Interactive Online Profiles