AJ2401
Passionate Software Developer | Fintech Enthusiast | Machine Learning Enthusiast | Full Stack Developer 🚀
Analyst at Deloitte USIHyderabad,India
Pinned Repositories
Assignment_Project
Currently practicing and honing my web development skills.
Bank-Account-Management-only-Functionalities-
This repository contains a software application developed in C++ for managing banking operations. It utilizes various tools and techniques to handle tasks related to banks, customers, accounts, and transactions efficiently and accurately by using core concepts of data-structures.
Calculator
Hosted a fully functional calculator implemented using HTML, CSS, and JavaScript. It provides a user-friendly interface and allows users to perform basic arithmetic operations.
CODING_PRACTICE
Within this repository, you'll find a mix of coding exercises, algorithms and other coding goodies that I found interesting and enjoyable. It's a mishmash of my personal coding journey and the challenges that I had encountered along the way.
Data-Visualization
This project comprises a set of Python scripts designed to analyze and visualize stock market data. It uses matplotlib for generating insightful plots that represent various aspects of stock performance over time.
Employee-Churn-Analysis-and-Visualization-with-Web-Interface
This project uses the employee_churn_trimmed.csv which contains data on employees who quit or stayed at their jobs, to uncover what could be causing churn in the company or org and thus present these insights and findings using matplotlib and seaborn visualization plots and Displaying the Outputs in a Structured way using an interface(Website).
Financial-Data-Analytics-and-Forecasting-Models
Developed predictive models like ARIMA and logistic regression to analyze market trends and forecast movements. Employed statistical techniques like moving averages for trend insights and binary outcome predictions in financial analysis.
LSTM-and-ARIMA-Models-for-Stock-Forecasting
A hybrid forecasting model combining LSTM for sequence prediction and ARIMA for error correction. This repo demonstrates improved accuracy in financial trend prediction, showcasing training processes, error analysis, and performance metrics.
Machine-Learning-Model-Development-and-Analysis
Comprehensive guide to Machine Learning, covering AI fundamentals, data science, types of learning, algorithms, coding examples, and practical applications in a concise format.
Tkinter-Application-Markdown-to-PDF-Converter
Transform Markdown files into polished PDFs effortlessly with this intuitive Python GUI application, leveraging markdown_it and pdfkit for seamless conversions
AJ2401's Repositories
AJ2401/LSTM-and-ARIMA-Models-for-Stock-Forecasting
A hybrid forecasting model combining LSTM for sequence prediction and ARIMA for error correction. This repo demonstrates improved accuracy in financial trend prediction, showcasing training processes, error analysis, and performance metrics.
AJ2401/Calculator
Hosted a fully functional calculator implemented using HTML, CSS, and JavaScript. It provides a user-friendly interface and allows users to perform basic arithmetic operations.
AJ2401/Data-Visualization
This project comprises a set of Python scripts designed to analyze and visualize stock market data. It uses matplotlib for generating insightful plots that represent various aspects of stock performance over time.
AJ2401/Employee-Churn-Analysis-and-Visualization-with-Web-Interface
This project uses the employee_churn_trimmed.csv which contains data on employees who quit or stayed at their jobs, to uncover what could be causing churn in the company or org and thus present these insights and findings using matplotlib and seaborn visualization plots and Displaying the Outputs in a Structured way using an interface(Website).
AJ2401/Financial-Data-Analytics-and-Forecasting-Models
Developed predictive models like ARIMA and logistic regression to analyze market trends and forecast movements. Employed statistical techniques like moving averages for trend insights and binary outcome predictions in financial analysis.
AJ2401/Machine-Learning-Model-Development-and-Analysis
Comprehensive guide to Machine Learning, covering AI fundamentals, data science, types of learning, algorithms, coding examples, and practical applications in a concise format.
AJ2401/Tkinter-Application-Markdown-to-PDF-Converter
Transform Markdown files into polished PDFs effortlessly with this intuitive Python GUI application, leveraging markdown_it and pdfkit for seamless conversions
AJ2401/Assignment_Project
Currently practicing and honing my web development skills.
AJ2401/Bank-Account-Management-only-Functionalities-
This repository contains a software application developed in C++ for managing banking operations. It utilizes various tools and techniques to handle tasks related to banks, customers, accounts, and transactions efficiently and accurately by using core concepts of data-structures.
AJ2401/CODING_PRACTICE
Within this repository, you'll find a mix of coding exercises, algorithms and other coding goodies that I found interesting and enjoyable. It's a mishmash of my personal coding journey and the challenges that I had encountered along the way.
AJ2401/Computer_Networking_Project
I have coded the OSI model, treating it like a sandwich with seven layers. Each layer has its own job, just like in the analogy. From the basic bread layer to the delicious bacon of the application layer, my code ensures smooth communication and efficient data management, following the principles of the OSI model.
AJ2401/Flask_Project_01
In this project,I have developed a simple web application using Flask, HTML, CSS, and JavaScript. The web application has several pages, including a home page, sign-in page, sign-up page, and dashboard page. We used an Excel file as a database to store user information and implemented user authentication and authorization using session-management
AJ2401/IT_LAB_PROJECT
This project is an Information Technology Lab Mini Project that involves building a web application using Flask, a Python web framework. The project includes three pages: a Home page, a Sign-in page, and a Dashboard page. The Home page displays basic information about the application and provides links to the Sign-in and Register pages.
AJ2401/Markdown-File-Converter
Effortlessly convert between Markdown, HTML, and PDF with the Markdown File Converter – a versatile tool for seamless document transformations and insightful file analyses. Enhance your workflow with style and efficiency!
AJ2401/MIT-LABS
This repository serves as a valuable resource for understanding the labs conducted at the Manipal Institute of Technology (MIT). While it may not contain all the lab codes, but it provides a collection of useful codes to understand of the lab concepts.
AJ2401/Oracle-Integration-Cloud
A collection of notes on Oracle Cloud Integration, capturing key concepts, tips, and insights as I navigate through its features and capabilities.
AJ2401/OS_LAB_PROJECT
I have implemented Context Switching and RR scheduling. Here I did the Context Switching whenever Process switch takes place. Here Scheduling is done, so whenever time slice of one process is completed, processor is allocated to next process,for this here we need to save the state of process so that next time it should run from where it was left.
AJ2401/Suvidha_Foundation
This project is a web application developed for Suvidha Foundation, a non-profit organization, to facilitate their Internship process for various departments offered by them. The web application allows users to sign up, apply for internship, and submit their resumes. The application is built using Python Flask, HTML, CSS, and JavaScript,etc.
AJ2401/TheGamingPlaza
Here in this repository I developed to practice and showcase my CSS abilities. Although it is a dummy website, it emulates the functionalities and features commonly found on gaming platforms. This project allowed me to experiment with various CSS techniques and improve my understanding of web design principles.
AJ2401/Tick-Tack-Toe-Game
Just using the core concepts of java , I created a small Terminal based game of Tic Tac Toe from scratch. Moreover, I learned how we can turn a commonly played game into code and to think like a programmer 😂
AJ2401/WEB-DEVELOPMENT
Trying to get a hands-on experience over HTML, CSS, and jQuery, solely based on their core concepts.