Skip to content
View Avnish1447's full-sized avatar

Block or report Avnish1447

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Avnish1447/README.md

👨‍💻 About Me

I’m Avnish Agrawal, a passionate engineering student specializing in Python, currently exploring API integrations, GUI development, and web development. I love building user-centric applications that solve real-world problems and continuously learning new technologies.

🧰 Tech Stack

Languages
Python Python
Java Java
SQL SQL
C++ C++

Frameworks & Libraries
Flask Flask
Keras Keras
Streamlit Streamlit
Tkinter Tkinter
CustomTkinter CustomTkinter
BeautifulSoup BeautifulSoup

Tools & Platforms
Git Git
GitHub Actions GitHub Actions
OpenWeatherMap OpenWeatherMap
VS Code Visual Studio Code
PyCharm PyCharm

Concepts

API Integration Web Scraping OOP CNN Azure LSTM

📌 Featured Projects

• Developed an interactive web app using Python, Streamlit, and a pre-trained LSTM model to forecast stock closing prices based on historical data from Alpha Vantage API.
• Integrated moving average visualizations (100-day, 200-day) and real-time stock data preprocessing, scaling, and prediction pipelines.
• Deployed the application on Streamlit Cloud with output visualizations and structured multi-page GitHub Wiki for documentation.

A Flask web app that detects crop diseases from leaf images using a convolutional neural network trained on the PlantVillage dataset. Built with Keras, OpenCV & Flask, it lets users upload photos and get real-time predictions.

A command-line Python application that fetches and displays real-time weather data for any specified city using the OpenWeatherMap API. Showcases HTTP requests, JSON parsing, and robust error handling.

A desktop GUI tool built with CustomTkinter to scrape product titles and prices from Flipkart based on user search queries. Demonstrates web scraping techniques and GUI integration .

💼 Work Experience

BrainWave Matrix Solutions (March 2025 – April 2025)

Role: Python Programming Intern

  • Built a fully functional ATM interface in Python simulating core banking operations: balance inquiry, deposit, withdrawal, and transaction history.
  • Developed a Python-based Inventory Management System for stores/warehouses with product addition, editing, deletion, inventory tracking, and report generation.
  • Implemented user authentication, data validation, and GUI components using Tkinter to enhance user experience.

Codveda (April 2025 – May 2025)

Role: Python Development Intern

  • Designed a To-Do List GUI application using Tkinter and CustomTkinter with features like add/view/delete/complete tasks, and JSON-powered persistence.
  • Created a command-line Weather API Integration tool that fetches real-time data using the OpenWeatherMap API with robust error handling.
  • Built a Flipkart Product Scraper GUI that scrapes product titles and prices using requests and BeautifulSoup, based on user input.
  • Strengthened hands-on skills in GUI development, API integration, and web scraping with direct mentorship.

Edunet Foundation (Microsoft AI & Azure Internship) (May 2025 – June 2025)

Role: AI & Azure Intern (Microsoft AI & Azure Internship Program)

  • Participated in Microsoft-sponsored internship via Edunet Foundation focusing on AI, ML, Deep Learning, and Generative AI using Microsoft Learn.
  • Gained hands-on experience through real-world AI projects and Azure cloud service integration.
  • Currently developing a capstone project using Azure AI tools, emphasizing practical cloud deployment workflows.
  • Building expertise in cutting-edge AI technologies and collaborating with industry mentors for guided learning.

📊 GitHub Stats

Avnish’s GitHub stats

Top Langs

trophy

📬 Let’s Connect

GitHub  Email  LinkedIn

Pinned Loading

  1. Stock-Trend-Prediction Stock-Trend-Prediction Public

    ⚠️ This LSTM-based stock prediction app is for educational use only. Do not use it for real investment decisions. I’m not liable for any financial losses. 📉 Note: “Predicted vs Original” plot is on…

    Jupyter Notebook 1

  2. Plant-Disease-Detection Plant-Disease-Detection Public

    🌿 Plant Disease Detection Web App 🔍 | Detects crop diseases from leaf images using a CNN trained on the PlantVillage dataset. 🧠 Built with Keras, OpenCV & Flask. Upload and predict in real-time wit…

    Jupyter Notebook 1

  3. API-Integration API-Integration Public

    Weather API Integration with Python A command-line Python application that fetches and displays real-time weather data for any specified city using the OpenWeatherMap API. It demonstrates API integ…

    Python

  4. Data-Scraper Data-Scraper Public

    🛍️ Flipkart Product Scraper with Python GUI A user-friendly desktop application that allows you to scrape product titles and prices from Flipkart based on your search queries. Built with CustomTkin…

    Python