
Passionate data science fresher with hands-on experience in machine learning, deep learning, NLP, and generative AI. Proficient in Python and tools such as NumPy, Pandas, Scikit-learn, TensorFlow, and PyTorch for data analysis and model building. Experienced in EDA, data preprocessing, feature engineering, and model evaluation, with working knowledge of SQL, Jupyter Notebook. Eager to apply skills and grow as a Data Scientist, Machine Learning Engineer, or AI Engineer.
This project is a command-line application that fetches and displays real-time weather information for a user-specified city. The program takes the city name as input, sends a request to the OpenWeatherMap API, processes the JSON response, and displays the current weather condition along with the temperature in Celsius.
This project is a simple automation tool that checks whether a specific product is available on Amazon by scraping data from the product’s web page. The program sends an HTTP request to the Amazon product URL, parses the HTML content, extracts the product title and availability status, and then displays whether the item is in stock or out of stock.
This project is a graphical Analog Clock application that visually displays the current time using moving hour, minute, and second hands. The clock is built using a GUI window where mathematical calculations are applied to rotate the clock hands in real time. The display updates every second to accurately represent time progression.
Analog Clock Application (Python, Tkinter)