Pinned Repositories
AuroraX-ai
digital-logic-design
CSE231 - Digital Logic Design.
face-generation
Generate synthetic faces using Generative Adversarial Network (GAN). In this project, here defined and trained a DCGAN on a dataset of faces. The goal is to get a generator network to generate new images of faces that look real but don't exist in reality.
FlightBooking
A simple website for booking flight online. Users can book their preferable flight by this system. They also can search for available flights.
swarm-intelligence
This repository contains feature selection using Particle Swarm Optimization (PSO) and Dispersive Flies Optimization (DFO) techniques. The project involved selecting the optimal subset of features from a large dataset for a given machine learning task, with the goal of improving the classification accuracy.
T5-based-text-summarization
The main idea of this project is to experiment with different text summarization approaches in Natural Language Processing. It contains T5 based text summarization techniques with extractive and abstractive summarization in Python using Hugging Face Transformers library.
traffic-congestion-prediction
A Machine Learning approach to predict traffic congestion.
traffic-monitor-app
An android app by which traffic police of any area can detect any driver who exceeds speed limit of 40kph in front of schools, colleges, universities, hospitals and any other sensitive places by tracking through GPS.
syedirfanx's Repositories
syedirfanx/swarm-intelligence
This repository contains feature selection using Particle Swarm Optimization (PSO) and Dispersive Flies Optimization (DFO) techniques. The project involved selecting the optimal subset of features from a large dataset for a given machine learning task, with the goal of improving the classification accuracy.
syedirfanx/T5-based-text-summarization
The main idea of this project is to experiment with different text summarization approaches in Natural Language Processing. It contains T5 based text summarization techniques with extractive and abstractive summarization in Python using Hugging Face Transformers library.
syedirfanx/AuroraX-ai
syedirfanx/blockchain-for-fintech-applications
syedirfanx/caffeine
Java object-oriented programming warm up
syedirfanx/face-generation
Generate synthetic faces using Generative Adversarial Network (GAN). In this project, here defined and trained a DCGAN on a dataset of faces. The goal is to get a generator network to generate new images of faces that look real but don't exist in reality.
syedirfanx/transformer-based-question-answering
A Question Answering project using the Hugging Face Transformers library in Python, which includes fine-tuning pre-trained models on custom datasets to answer questions based on given contexts.
syedirfanx/web-scraping
This is a Python-based web scraper that extracts data from various news portals using the BeautifulSoup library. The scraped data is saved in both CSV and JSON file formats.
syedirfanx/chrisco-data-exploration
syedirfanx/coding-challenges-python
Repository for Python solutions to LeetCode problems.
syedirfanx/crypto-analysis
This repository contains analysis of historical Bitcoin price data and implementing a simple moving average-based trading strategy.
syedirfanx/data-comprehension
syedirfanx/data-science-salary-insights
This repository contains the code and documentation related to my exploration and analysis of a comprehensive dataset on data science salaries from 2020 to 2023. Through careful data transformation and analysis, I have uncovered fascinating insights into the global landscape of data science compensation.
syedirfanx/dawn-of-react-js
Rise with react js fundamentals.
syedirfanx/digital-marketing
syedirfanx/django-webapp
Proceed with a demo django web application
syedirfanx/excel
Proceed with advanced MS Excel
syedirfanx/financial-data-analysis
syedirfanx/global-inflation
Exploring global inflation trends: A comprehensive analysis of economic indicators and factors driving inflation rates across countries.
syedirfanx/machine-learning-algorithms
syedirfanx/python-problem-solving
Problem solving using python.
syedirfanx/rain-forecast
Predict rain in Australia based on humidity on that day using DecisionTree Classifier
syedirfanx/revenue-forecasting
syedirfanx/syedirfan
This is my personal website. Here my portfolio and the blog I write will be found.
syedirfanx/syedirfanx
syedirfanx/time-series-analysis
Time series analysis using R kernal in Jupyter Notebook
syedirfanx/travel-recommendations
syedirfanx/ValentineConsumerTrends
Welcome to the Valentine's Day Consumer Data Analysis repository! This project focuses on analyzing consumer trends, behaviors, and sentiments surrounding Valentine's Day. From gift preferences to spending patterns, this repository houses datasets, code, and insights derived from the analysis of Valentine's Day-related data.
syedirfanx/vigilant-succotash
syedirfanx/whack-a-mole
A simple game in Java