Skip to content

Life In Numbers/Charitesh-Team/StreamlitApps

Charitesh Perambudooru requested to merge Charitesh-Team/StreamlitApps into main

Merge Request Overview

Project Title: Life In Numbers – A Multipage Streamlit App

This merge request integrates a multipage Streamlit web application developed by our team of five members. Each team member contributed an individual interactive app page, which has been consolidated under a single multipage interface (Home.py).

Pages & Contributors:

  1. Time AliveJayassimaha
    Calculates how long a person has been alive based on their Date of Birth.

  2. Body StatsSrujan
    Computes personal health metrics like BMI and ideal weight.

  3. Horoscope GeneratorCharitesh
    Displays horoscope predictions based on the user's birth date.

  4. Life MilestonesRohan
    Highlights key milestones or events in a person’s life based on their age.

  5. Zodiac InfoHashank
    Determines and displays the user's zodiac sign and its traits.

  6. Save StatsJayassimaha
    Allows users to download or store their generated stats/results.

Summary

All apps have been integrated into a clean multipage structure using Streamlit’s st.sidebar() and page routing format. The UI is consistent across all pages with interactive input and real-time output. This MR merges the final working version into the main branch.

Edited by Charitesh Perambudooru

Merge request reports

Loading