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.
π
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
π
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
π
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:
- Logarithmic transformations using loops
- Conditional replacement based on sign of values
- Classification of even integers
- Index column generation without default methods
π View on GitHub
π
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
π
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
To run any of the submitted assignments or tasks:
-
Clone the repository:
git clone https://github.com/udaycodespace/AIxML-SIT2025-WebBlinders-WisdomWells.git cd AIxML-SIT2025-WebBlinders-WisdomWells -
Open any
.ipynbfile using Jupyter Notebook, VS Code, or Google Colab:- If using Jupyter:
jupyter notebook
- Or open files directly on GitHub using the links provided above.
- If using Jupyter:
-
Run the notebook cell-by-cell for interactive results.
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)
Name: Somapuram Uday
Internship Track: AI/ML SIT2025
Type: Remote Internship
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!