Skip to content

A collection of assignments πŸ“š and projects πŸ’» for the AI/ML SIT2025 course, brought to you by The Web Blinders Γ— The Wisdom Wells 🀝 | Learning πŸš€, building, and exploring the world of AI & ML together!

Notifications You must be signed in to change notification settings

udaycodespace/AIxML-SIT2025-WebBlinders-WisdomWells

Repository files navigation

🧠 AIxML-SIT2025 Internship Submissions

Welcome to my repository for the AIxML-SIT2025 Remote Internship.
Here, I have documented and submitted all my assignments completed as part of the internship.

βš™οΈ This repository is now updated to include my final project submission.


πŸ“š Current Submissions

βœ… ASSIGNMENTx1: College Routine Planner

πŸ“… Date: 20-05-2025
πŸ‘¨β€πŸ’» Author: Somapuram Uday
πŸ“Œ Objective:
Implement a time-based daily routine planner using Python's if-elif-else ladder. Based on wake-up time input, the assistant suggests appropriate actions like continuing sleep, preparing for college, or joining internship sessions.

πŸ”§ Key Features:

  • Time parsing from float format
  • Conversion to total minutes since midnight
  • Structured decision ladder with context-aware messages

πŸ”— View on GitHub


βœ… ASSIGNMENTx2: Data Extraction from Mixed List

πŸ“… Date: 21-05-2025
πŸ“Œ Objective:
Extract and analyze different data types from a mixed Python list consisting of tuples, lists, and dictionaries.

πŸ”§ Key Concepts:

  • Type checking using isinstance()
  • List comprehension and iteration
  • Flattening nested structures
  • Summation and odd-value filtering

πŸ”— View on GitHub


βœ… PROJECT_QUALIFICATION_TASKx1: DataFrame Manipulations

πŸ“… Date: 07-06-2025
πŸ“Œ Objective:
Practice low-level pandas DataFrame manipulations without using built-in shortcuts like .apply(), .dt, etc. Focuses on logic-building and manual operations.

πŸ”§ Tasks Covered:

  1. Logarithmic transformations using loops
  2. Conditional replacement based on sign of values
  3. Classification of even integers
  4. Index column generation without default methods

πŸ”— View on GitHub


βœ… FINAL PROJECT: EDA Γ— Mobile Device Usage Analysis

πŸ“… Date: 15-06-2025
πŸ“Œ Objective:
Perform an in-depth Exploratory Data Analysis (EDA) on mobile device usage dataset. Identify user behavior, brand/OS trends, and draw statistical insights.

πŸ”§ Highlights:

  • Data preprocessing and cleaning
  • Visualizations with seaborn and matplotlib
  • User segmentation by behavior class
  • OS and brand usage patterns
  • App usage, battery, and screen time analysis

πŸ”— View on GitHub
πŸ”— View on Colab
πŸ”— View Original Dataset on Kaggle


πŸ§ͺ PROTOTYPE PROJECT: DUMPxPROJECT – Experiment Dump Notebook

πŸ“… Date: 14-06-2025
πŸ“Œ Objective:
This notebook contains raw experiments, scratchpad code, and testing snippets created while prototyping ideas during the internship.

πŸ”§ Included Snippets:

  • Code drafts before final EDA implementation
  • Testing alternative data visualizations
  • Exploratory functions for preprocessing

πŸ”— View on GitHub


πŸš€ How to Run

To run any of the submitted assignments or tasks:

  1. Clone the repository:

    git clone https://github.com/udaycodespace/AIxML-SIT2025-WebBlinders-WisdomWells.git
    cd AIxML-SIT2025-WebBlinders-WisdomWells
  2. Open any .ipynb file using Jupyter Notebook, VS Code, or Google Colab:

    • If using Jupyter:
      jupyter notebook
    • Or open files directly on GitHub using the links provided above.
  3. Run the notebook cell-by-cell for interactive results.


🧠 Skills Gained So Far

Throughout the internship, I have gained practical experience in:

  • βœ… Python Basics & Logic Building
  • βœ… Data Type Handling & List Comprehensions
  • βœ… Working with Dictionaries, Tuples, and Lists
  • βœ… Basic Data Science with pandas
  • βœ… Exploratory Data Analysis (EDA)
  • βœ… Data Visualization with matplotlib & seaborn
  • πŸ”œ Machine Learning (coming up next)

πŸ‘¨β€πŸŽ“ About Me

Name: Somapuram Uday
Internship Track: AI/ML SIT2025
Type: Remote Internship


🏁 Summary

This repository represents my learning journey through structured assignments and practical tasks that enhance foundational skills in Python, data handling, and logic building. It is a part of the AIxML-SIT2025 internship program and includes my final project based on real-world data.

⭐ Feel free to explore, fork, and suggest improvements!

About

A collection of assignments πŸ“š and projects πŸ’» for the AI/ML SIT2025 course, brought to you by The Web Blinders Γ— The Wisdom Wells 🀝 | Learning πŸš€, building, and exploring the world of AI & ML together!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published