Skip to content
View sophia62's full-sized avatar
💭
Building stuff
💭
Building stuff

Highlights

  • Pro

Block or report sophia62

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sophia62/README.md

Hello! I’m Sophia Beebe 👋

Software Engineering student with minors in Data Analytics and Intercultural Studies at BYU–Idaho.
I build projects at the intersection of software engineering, AI, data and robotics.

🌍 Languages: English • Chinese • Portuguese

👨‍💻 Featured Projects

These projects best represent my technical depth and problem-solving skills.

🤖 Robotics & AI Systems

  • Folding Laundry Robot
    A multi-phase robotics project combining mechanical design, servo control, Python automation, and system-level architecture to fold clothing autonomously.

  • 🎙️ Voice-Controlled Multi-Device Assistant
    Voice-driven assistant built to avoid AI hallucinations when executing multiple commands simultaneously. Uses offline speech recognition, local LLMs, and streaming TTS.

  • AI Banking Project – Bank Marketing Prediction
    End-to-end machine learning project predicting whether a customer will subscribe to a term deposit using a dataset of 37,000+ records. Implemented data preprocessing, one-hot encoding, feature scaling, and a Decision Tree classifier, with evaluation using accuracy, precision, recall, F1-score, and a mini holdout validation to assess real-world generalization.


📱 Application Development

  • Sun Buddy – Sunlight Wellness App
    iOS sunlight-tracking app built with SwiftUI and later redesigned using Base44. Presented at the IDS Conference; focuses on habit formation, accessibility, and environmental wellness.

  • Food Symptom Tracker
    App for tracking dietary intake and symptoms to identify patterns and triggers.


🎓 Advanced Academic Projects (Code Not Public)

These projects were completed as part of advanced software engineering coursework.
Code is not publicly available due to course policy, but the projects emphasize architecture, design strategy, quality metrics, and system-level thinking.

  • Orbital Simulator (C++ · Software Architecture & Simulation Design)
    Designed a physics-based orbital simulation focusing on class relationship design, polymorphism, and system adaptability. Applied concepts including, object creation strategies, large inheritance tree management, and redundancy reduction. Evaluated design quality using metrics such as adaptability, alignment, and testability, and practiced debugging and integration testing for dynamic, stateful systems.

  • Skeet Game Refactor (C++ · Design Patterns & Separation of Concerns)
    Refactored a legacy game codebase to improve maintainability, extensibility, and clarity using advanced Strategy-based design patterns. Applied concepts such as algorithm abstraction, message passing, command passing, interfaces, layered system design, state management, and decorator-based extensions. Emphasized separation of concerns, reducing coupling while enabling new behaviors without modifying existing code.

Design documentation, UML diagrams, and architectural explanations available upon request.


📊 Data Analytics & Machine Learning


☁️ Cloud & Web Development


🛠️ APIs & Automation


🏆 Hackathon Projects


🤳 Connect with Me

🤝 Connect With Me - 💼 LinkedIn: https://www.linkedin.com/in/sophia10 - 🌐 Website: https://sophiabeebe.com

Feel free to explore my repositories and projects. I'm open to collaboration and always excited to learn new things. If you have any questions or just want to say hello, don't hesitate to reach out!

Thank you for visiting my profile!

Pinned Loading

  1. Drone-Locator-Project Drone-Locator-Project Public

    This is a simple C# console application that simulates a drone delivery system for BYUI. The user can add items to a cart, check out, and receive an estimated delivery time based on the package's w…

    C#

  2. Language-Translator Language-Translator Public

    Basic translator of English to Chinese, then back to the English version of the chinese grammar to see the correct syntax.

    Python

  3. Personal-website Personal-website Public

    Personal website to describe my projects

    CSS

  4. cupofvilatte/scotti cupofvilatte/scotti Public

    A learning application for summarizing lectures and videos and quizzing the user for comprehension.

    HTML

  5. Cloud-Project Cloud-Project Public

    Using the services VPC, Security Groups, EC2, Nat Gatways, RDS, Application Load Balancer, Autoscaling Group, Certificate Manager, EFS, Route 53 and Certificate Manager to host a website.

  6. Excel_to_Google_API Excel_to_Google_API Public

    Excel Schedule to Google Calendar using API

    Python 1