--- title: Math Roots emoji: 🧮 colorFrom: blue colorTo: indigo sdk: docker app_port: 7860 pinned: false license: mit tags: - streamlit - math-genealogy - webapp --- # 📚 Math Roots: Math Genealogy Tree Explorer A simple Streamlit app to explore your mathematical genealogy tree using your Math Genealogy Project ID. ## 🌟 Features - 🧑‍🎓 Enter your Math Genealogy Project ID to trace your academic "ancestors" - 🌳 Interactive, web-based interface powered by [Streamlit](https://streamlit.io/) ## 🚀 Usage 1. Install dependencies: ```bash pip install streamlit ``` 2. Run the app: ```bash streamlit run app.py ``` 3. Open the provided local URL in your browser. ## 📝 Model Card **Library:** Streamlit **App Entry Point:** `app.py` **Tags:** math-genealogy, streamlit, webapp ## 📄 License MIT