NumPy
NumPy is an open source library for the Python programming language, adding support for large, multidimensional arrays, and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.
- GitHub: https://github.com/topics/numpy
- Wikipedia: https://en.wikipedia.org/wiki/NumPy
- Repo: https://github.com/numpy/numpy
- Created by: Travis Oliphant
- Related Topics: python, scipy,
- Last updated: 2026-06-26 00:18:09 UTC
- JSON Representation
https://github.com/elmezianech/email-spam-ham-classifier-nb-simple
Count Vectorizer Naive Bayes Email Classifier: This Python project utilizes a simple Naive Bayes approach with Count Vectorizer to classify emails as spam or ham. The implementation focuses on word frequency for classification.
countvectorizer emails jupyter-notebook machine-learning ml naive-bayes naive-bayes-classifier numpy pandas python spam-detection spam-filtering
Last synced: 07 Apr 2026
https://github.com/ljadhav25/django-data-analyzer
Django Data Analyzer is a web application built using the Django framework, designed to streamline data analysis tasks. Users can upload CSV files containing data for analysis. The application utilizes the powerful data manipulation capabilities of Python libraries like pandas and numpy to perform various analyses on the uploaded data.
data-analysis data-visualization django-application matplotlib numpy pandas python seaborn
Last synced: 01 Mar 2026
https://github.com/venky-1710/superhero-recruitment
Superhero Recruitment System predicts hero selection using machine learning. Users input hero attributes through a web interface. A Random Forest model analyzes abilities, strengths, weaknesses, success rates, and missions completed. The Flask app displays results, showing if a hero is selected.
css flask html numpy pandas python scikit-learn
Last synced: 07 Apr 2026
https://github.com/gehad-ahmed30/hand-gesture-volume-control
This repository features innovative projects using OpenCV, highlighting the power of computer vision. With detailed documentation and source code, developers can easily learn various techniques. Explore to enhance your understanding of image processing and object detection! 🚀
mediapipe numpy opencv pyautogui python
Last synced: 08 Apr 2026
https://github.com/akku-1206/spotify_data_analysis
Spotify Tracks Analysis Overview This project performs an exploratory data analysis (EDA) on Spotify music data to uncover insights and correlations related to song features, popularity, and genre.
matplotlib numpy pandas python seaborn
Last synced: 13 Apr 2026
https://github.com/saket-sk/data-science-lab
List of Assignments I have performed as a part of Honorary Course of Data Science and Machine Learning Lab.
data-cleaning data-science jupyter-notebook jupyter-notebook-extension numpy numpy-arrays pandas pandas-dataframe pandas-python python
Last synced: 16 Apr 2026
https://github.com/piyushamukherjee/fuxi
– A Cascade Machine Learning Forecasting System for 15-Day Global Weather Prediction
ml numpy pandas tensorflow weather-forecast
Last synced: 13 Apr 2026
https://github.com/yadavkaushal/datascience-e-commerce-shopping-details
This project analyzes customer purchase data including details such as location, company, credit card usage, browser info, job roles and purchase price. It explores patterns in payment methods, spending behavior and online transactions. Using Pandas, Matplotlib and Seaborn, we clean analyze and visualize key trends to derive actionable insights.
data datacleaning dataframe datapreprocessing dataset libraries matplotlib numpy pandas plots visulaization
Last synced: 06 May 2026
https://github.com/maia-bastos/regress-o-linear-atividade-est-gio-cvm
Linear Regression Model - Teste Técnico
machine-learning numpy pandas python sklearn
Last synced: 07 Apr 2026
https://github.com/iamsaniasingh/heart_disease_prediction
This is my very first machine learning project, where I used a supervised learning algorithm—logistic regression—to predict heart disease. The model was trained and tested entirely on a pre-existing dataset, with no user input involved. The goal was to understand how ML models work and how they can be applied in healthcare predictions.
logistic-regression machine-learning machine-learning-algorithms numpy pandas python sklearn
Last synced: 11 Apr 2026
https://github.com/ramyacp14/global-warming-analysis
Analyzes and visualizes global temperature data to identify climate change trends. The project includes global and seasonal temperature trend analysis, country-wise and city-specific temperature visualizations, and geospatial analysis with interactive maps and heatmaps.
data-visualization folium geospatial-analysis jupyter-notebook matplotlib numpy opencage-geocoder pandas plotly python seaborn
Last synced: 07 Apr 2026
https://github.com/lucasgleria/seamese-network-algorithm
Este projeto implementa um sistema de busca por similaridade de imagens usando redes siamesas e Triplet Loss em PyTorch. Ele gera embeddings de imagens (MNIST com EfficientNet-B0) para encontrar visuais semelhantes. O foco está na análise visual e no aprendizado de representações no espaço vetorial.
google-colab matplotlib numpy pandas python pytorch timm
Last synced: 11 Apr 2026
https://github.com/nambukeerthi/phonepe_project
This project will create a live geo-visualization dashboard using data from the PhonePe Pulse GitHub repository.
matplotlib numpy pandas python sklearn sql streamlit
Last synced: 07 Apr 2026
https://github.com/tapas-gope/telecommunication-customer-churn
This project involves predicting customer churn in a telecommunications company using machine learning techniques, exploring various features' impact, optimizing models, and identifying key factors influencing churn.
feature-engineering matplotlib-pyplot model-evaluation-and-validation numpy pandas python scikit-learn
Last synced: 12 Sep 2025
https://github.com/krishbharadwaj5678/clearbg
Instantly remove backgrounds from any image with Clear BG. Upload your photos, remove the unwanted backdrop, and download the result in seconds.
background-remove background-remover deployment numpy onnxruntime pillow python python3 rembg streamlit
Last synced: 07 Apr 2026
https://github.com/biswarup14/priceprediction-ml-model
machine-learning numpy pandas python scikit-learn
Last synced: 07 Apr 2026
https://github.com/werctfourth/python-border-autocrop
A Python script that crops borders from images.
border crop image-processing numpy pillow python python3
Last synced: 18 May 2026
https://github.com/samankhamesian/rating-prediction-system
This project is an implementation of simple rating prediction systems for items from user
latent-factor-model machine-learning numpy pattern-recognition python rating-prediction
Last synced: 18 May 2026
https://github.com/grandmoff100/pygrids
Dimensional Data Manipulation and Spreadsheet-like pretty grids.
arrays grids hacktoberfest numpy python spreadsheet
Last synced: 18 May 2026
https://github.com/asuquoaa/energy-_gdp-_and_scimago_rankings_analysis-2006-2015
Analysis of top 15 countries in energy, renewables, and GDP using three global datasets.
Last synced: 01 May 2026
https://github.com/mrktsm/spam-email-recognizer
Long Short-Term Memory (LSTM) network trained to classify emails as spam or non-spam. It processes email content to make accurate predictions and can be integrated into projects for efficient spam detection and email management.
data-preprocessing keras lstm-neural-network model-architecture nltk numpy pandas performance-evaluation scikit-learn spam-classification-model tenserflow training-the-model
Last synced: 09 Apr 2026
https://github.com/zakircodearchitect/intent-classifiers-on-regression-models
This project compares five optimization algorithms (GD, SGD, Momentum, RMSProp, and Adam) on Univariate Linear Regression and a neural network for Intent Classification with the ATIS dataset. It evaluates convergence speed, stability, and final loss, showing that Adam delivers the best performance across both models.
atis-dataset intent-classification jupyter-notebook keras keras-neural-networks matplotlib numpy python regression-models tenserflow
Last synced: 02 May 2026
https://github.com/lordy5/ml-algorithms
Implementing ml algorithms from scratch to learn how they work.
from-scratch machine-learning ml numpy
Last synced: 05 Apr 2025
https://github.com/chandkund/time-series-forecasting
A time series forecasting project using the Airline Passenger dataset. This project leverages ARIMA modeling to predict future passenger numbers by analyzing historical trends and seasonality from 1949-1960. The results demonstrate effective forecasting for better business planning.
arima-forecasting arima-model data-science numpy pandas python seaborn
Last synced: 07 Apr 2026
https://github.com/riju18/from-data-production-to-client-handover
The common tedious problem is to build a data app to demonstrate the data analysis & analytics along with Machine Learning to a client. It was an attempt to do it on small scale in the most powerful & simplest way.
machine-learning matplotlib numpy pandas plotly python seaborn streamlit
Last synced: 30 Apr 2026
https://github.com/anselmoo/useful-math-functions
useful-math-functions for Optimization, Benchmarking, Visualizing, and more ...
basic functions math mathematics numpy
Last synced: 17 Mar 2025
https://github.com/khushi130404/outlier_exterminator
Outlier_Exterminator is a Python tool for detecting and treating outliers using IQR, Z-Score, and Percentile methods. It supports trimming, capping, and Winsorization, demonstrated in a Jupyter Notebook.
capping iqr machine-learning numpy percentile-method trimming winsorization z-score
Last synced: 18 May 2026
https://github.com/lmizner/codecademy_auto_evaluation
Summarized categorical variables in Python using numerical summary statistics.
categorical-data frequency jupyter-notebook median numpy pandas proportion python
Last synced: 07 May 2026
https://github.com/harishtpj/rawnn
A minimal Neural Network framework written from scratch
framework neural-network numpy python
Last synced: 11 Jun 2026
https://github.com/05afreen/indian-job-market-analysis
This repository focuses on 🔍 scraping, 🧹 cleaning, and 📊 visualizing job market data in India. It automates job listing collection from platforms like 🌐 Naukri, Indeed, and LinkedIn using 🐍 BeautifulSoup/Selenium. The scraped data is then 🛠️ cleaned and standardized, handling ❌ missing values, 🏷️ formatting inconsistencies, and 🔎 extracting
Last synced: 11 Apr 2026
https://github.com/alexsolov28/ml_nir
Научно-исследовательская работа на тему «Прогнозирование цен на жилье»
jupyter-notebook matplotlib numpy pandas python seaborn
Last synced: 20 Jan 2026
https://github.com/xkomil/datasciencesummerstudy
I want to document in this repository all my studying data science topics
data-science data-visualization machine-learning meteostat numpy pandas seaborn sklearn streamlit-webapp
Last synced: 05 May 2026
https://github.com/lefteris-souflas/economic-connectedness-analysis
Jupyter notebook, replicating studies on social capital from Nature journal, analyze economic connectedness, upward income mobility, and more. Python and relevant datasets are utilized to recreate figures and analyses.
analytics choropleth-map json jupyter-notebook matplotlib matplotlib-pyplot numpy pandas plotly-express python3 regplot scatterplot seaborn stata visualization
Last synced: 07 Apr 2026
https://github.com/berlin0308/ntu-2023fall-ds
data-visualization image-processing machine-learning numpy pandas
Last synced: 30 Oct 2025
https://github.com/bearddan2000/python-web-3d-matplotlib-scatter-parametric-curve-graph
A demo of creating a 3d scatter parametric curve graph.
3d curve graph matplotlib numpy pandas parametric python scatter web
Last synced: 09 Apr 2026
https://github.com/adijo/multilayeredperceptron
An implementation of a multi-layered perceptron.
deep-learning machine-learning numpy
Last synced: 01 May 2026
https://github.com/toon-van-berkel/imagetovideofx
ImageToVideoFX is a simple Python project that takes an image (JPG/PNG) and transforms it into a short video with a smooth zoom effect. You can optionally add background music. This is perfect for content creators or developers who want to automate turning images into engaging video content.
imagetovideo moviepy numpy pillow python
Last synced: 08 May 2025
https://github.com/kisaa-fatima/object-detection-using-yolo-v8
From this project I gained practical experience in AI, computer vision, and GUI development, while also understanding the importance of automation in retail processes.
computer-vision gui numpy opencv-python pil roboflow tkinter yolov8
Last synced: 18 May 2026
https://github.com/jaewonson37/python_programming
algorithms data-structures encapsulation exception-handling functions loop matplotlib monte-carlo numpy object-oriented-programming pandas prototyping pseudo-random-number-generation python recursion top-down unit-testing visualization webcrawling
Last synced: 09 May 2026
https://github.com/amiridk/statics-and-algebra-in-python
simple and important statics operations and Famous statistical problems , also algebra operations
algebra itertools matplotlib numpy pandas python scipy seaborn static
Last synced: 24 Feb 2025
https://github.com/nikita620/churn-prediction-using-ann
minor project for Python and AI
artificial-neural-networks matplotlib numpy pandas
Last synced: 03 May 2026
https://github.com/mrhoban/python-syntax-medical-insurance-project
datascience matplotlib numpy python
Last synced: 04 May 2026
https://github.com/petridhsg/firewall-data-classification
A single implementation of a machine learning algorithm for a firewall data classification task
machine-learning matplotlib numpy python seaborn
Last synced: 01 May 2026
https://github.com/youssefali11997/100-numpy-exercises
100 exercise on NumPy library. NumPy (Numerical Python) is a package used for scientific computing with Python.
Last synced: 18 May 2026
https://github.com/rohansoni45/movie-recommendation-system
This project is a Content-Based Recommender System that suggests movies to users based on their preferences and watched history. The system leverages cosine similarity to find and recommend movies similar to a selected title. It is built using Python and libraries like Pandas, NumPy, and Scikit-learn.
content-based-filtering cosine-similarity data-analysis data-science machine-learning numpy pandas python recommender-system render scikit-learn
Last synced: 17 Apr 2026
https://github.com/jpgiant/training_project
Analyzing whether there is a difference between the average death ages of left handers and right handers using Bayesian Conditional Probability Theorem.
bayesian-statistics data-analysis data-visualization numpy pandas-dataframe python
Last synced: 30 Apr 2026
https://github.com/harmanveer2546/house-price-prediction-using-machine-learning
We all have experienced a time when we have to look up for a new house to buy. But then the journey begins with a lot of frauds, negotiating deals, researching the local areas and so on. So to deal with this kind of issues Today, I prepared a MACHINE LEARNING Based model, trained on the House Price Prediction Dataset.
catboost-classifier linear-regression machine-learning matplotlib numpy pandas python random-forest seaborn support-vector-machine
Last synced: 07 Apr 2026
https://github.com/burakahmet/handwriting-digit-recognition
Instant handwriting digit classification with mnist dataset and TensorFlow
artificial-intelligence artificial-neural-networks cnn colab-notebook convolutional-neural-networks data-augmentation handwritten-digit-recognition image-processing keras mnist model numpy pillow python tensorflow tensorflow-examples tensorflow-models tkinter tkinter-canvas tkinter-graphic-interface
Last synced: 19 Jan 2026
https://github.com/bishopce16/world_weather_analysis
The project’s objective is to improve a travel app to give customers a way to decide their travel destination and ideal hotel based on weather preferences.
apis citipy datetime gmaps json-traversal jupyter-notebook matplotlib numpy pandas python requests scipy
Last synced: 13 Apr 2026
https://github.com/farzeennimran/moon-phases-prediction-using-ai
Deep learning model that predicts the phase of the moon 🌒🌓🌔🌕🌖🌗🌘
artificial-intelligence cnn cv2-library data-science data-visualization deep-learning keras matplotlib numpy opencv predictive-modeling python tensorflow
Last synced: 07 Apr 2026
https://github.com/brenderb/python-projects
General interest and school python projects I completed. Included are lab analysis files (with uncertainty analysis, fitting, and graphing), simulation files (visualization of electric+magnetic fields, etc), specific research project files (data extraction + processing for a building science lab, graphs for a medical physics paper) and misc files
csv fitting matlab matplotlib numpy os pandas pyplot python scipy uncertainty
Last synced: 05 Apr 2025
https://github.com/vbhvsingh0/fraudulent_transactions
A few models were developed based on Decision trees and Logistic Regression to categorize fraudulent transactions
credit-card-fraud data-science logistic-regression machine-learning numpy numpy-python pandas pandas-python python3 random-forest-classifier
Last synced: 09 May 2026
https://github.com/trups39/nyc-green-taxi-trip-analysis
Analyze NYC Green Taxi data, predicting fares and optimizing pickup locations using Regression machine learning models uncover travel patterns.
numpy pandas predictive-modeling python3 regression-models skit
Last synced: 17 Feb 2026
https://github.com/rajesh9943/developing-a-bike-buyer-sales-report-dashboard-using-excel
This dataset has details of 1000 users from different backgrounds and whether or not they buy a bike. This data can be used to build the dashboard in Google Sheets. There are some NA (Null / Empty) values injected in the dataset. Use this dataset for Data Cleaning, Exploration, and Visualization.
excel google-sheets numpy pandas-library python3
Last synced: 17 May 2026
https://github.com/technologicat/orderfix
Reorder solutions of parametric studies to make continuous curves
cython eigenvalues numpy postprocessing python python2 python27 python3 python34
Last synced: 25 Jan 2026
https://github.com/mituskillologies/aiml-dypiemr-sep24
Programs conducted at DYPIEMR, Pune in training on AIML during September 2024.
artificial-intelligence data-analysis data-science machine-learning matplotlib neural-network numpy pandas python3
Last synced: 05 Apr 2025
https://github.com/harmanveer-2546/ad-click-prediction-analysis-and-insights
To predict whether a user will click on ad or not.
ads analysis classification-report click insights linearregression matplotlib numpy onehotencoder pandas pipeline prediction preprocessing randomforestclassifier seaborn sklearn sklearn-compose sklearn-library sklearn-metrics standardscaler
Last synced: 27 Jan 2026
https://github.com/chandkund/predicting-heart-disease
Welcome to the Heart Disease Prediction project! 🩺 This project focuses on developing a predictive model to assess heart disease risk based on health indicators like age, cholesterol levels, and blood pressure. By analyzing these features, we aim to create an effective tool for early diagnosis and heart disease prevention
machine-learning matplotlib numpy pandas python seaborn sklearn
Last synced: 18 Jan 2026
https://github.com/Mike014/SoundBot
This Repository will contain the prototype of a ChatBot created for the playback of audio, or everything related to audio in the world of video games and not.
chatbot dsp nlp nlp-library nlp-machine-learning numpy python scipy sound-processing
Last synced: 12 Sep 2025
https://github.com/aapo-kossi/christmas_tree_spectrogram
Colab notebook to generate a spectrogram visualization on a programmable led installation
colab-notebook numpy pandas python
Last synced: 07 Apr 2026
https://github.com/erikbrinkman/homeotopy
A python library for computing homeomorphisms between some common continuous spaces
Last synced: 10 Apr 2025
https://github.com/orthoin3d/django-ndarrayfield
New Django field to store numpy ndarray.
django django-fields numpy numpy-arrays
Last synced: 07 Mar 2026
https://github.com/hi-shekhar/data_science
Data science
algorithm-comparison decision-trees keras kmeans linear-regression logistic-regression numpy pandas python sentiment-analysis svm time-series visualization webcrawler
Last synced: 05 Apr 2026
https://github.com/djpetti/pyunits
Unit-aware Python with dimensional analysis support.
dimensional-analysis numpy python36 python37 python38 scientific-computing unit-conversions
Last synced: 17 Jan 2026
https://github.com/bbergerud/tenops
Creating a common interface for numpy, pytorch, tensorflow, etc.
Last synced: 20 Jan 2026
https://github.com/wondermongering/nonlineardatagen
A flexible Python framework for generating, fitting, and visualizing noisy nonlinear data. Perfect for educational purposes, algorithm testing, and demonstrating statistical concepts. Includes tools for various noise models, custom function fitting, robust error metrics, and publication-quality visualizations
curve-fitting data-simulation data-visualization education educational-tool interpolation mathematical-modelling matplotlib noise-modeling numpy regression-analysis scientific-computing scipy signal-processing statistics teaching-resource time-series-analysis
Last synced: 22 Aug 2025
https://github.com/aminkhavari78/-maternal-health-risk-data-set
In this part I'm working on Maternal Health Risk Prediction
data-science linearsvc machine-learning matplotlib numpy pandas scatter-plot sklearn
Last synced: 05 May 2026
https://github.com/kahleryasla/signal-convolution
implementation of signal convolution in Python using both a custom function and NumPy's built-in convolve function. Also includes a function for recording and playing audio using the sounddevice library.
audio-recorder convolution matplotlib numpy python signal-processing sounddevice
Last synced: 02 Mar 2025
https://github.com/hamishivi/denserflow
A basic numpy neural net library. This achieved high marks in a uni assignment!
deep-learning neural-network numpy
Last synced: 18 May 2026
https://github.com/sanjanahombal/study-on-sentiment-analysis
This project explores the optimal combination of Bag-of-Words and TF-IDF vectorization with Naive Bayes and SVM for sentiment analysis. It evaluates performance using accuracy, precision, recall, and F1-score, addressing ethical concerns like data privacy and bias to improve sentiment classification in real-world applications.
bag-of-words confusionmatrix googlecollab gridsearch-crossvalidation matplotlib-pyplot naive-bayes-classifier numpy pandas seaborn sklearn svm-classifier tfidf-vectorizer
Last synced: 07 Jan 2026
https://github.com/sultanazhari/customer-habit-analysis-model
Megaline company wants to develop a model that can analyze consumer behavior and recommend one of Megaline's two new plans: Smart or Ultra. In this classification task, we need to develop a model that is able to choose the right package
accuracy-score decision-tree-classifier logistic-regression matplotlib-pyplot numpy pandas python3 random-forest-classifier seaborn train-test-using-sklearn
Last synced: 11 Apr 2026
https://github.com/nermeenkamal/population_growth_analysis_and_visualization
Python
analysis data-science dataset matplotlib numpy pandas python seaborn visualization
Last synced: 02 May 2026
https://github.com/santiagoenriquega/custom_neural_net
This repository focuses on building a neural network from scratch using only base python and Numpy.
gradient-descent neural-network numpy optimization python
Last synced: 18 May 2026
https://github.com/nikhilfuke1/movies-recommendation-system-python-project-
This project is a simple movie recommendation system built using Python. It suggests movies based on the similarity of titles and a predefined similarity score matrix.
difflib numpy pandas python sklearn
Last synced: 30 Dec 2025
https://github.com/clchinkc/zombie
Personal project, Python, NumPy, Matplotlib, Pygame, Scikit-learn, TensorFlow, Docker
algorithms data-analysis docker machine-learning matplotlib numpy pygame python sklearn tensorflow zombie-simulation
Last synced: 05 Apr 2026
https://github.com/zalkklop/lvsm
Official code for "LVSM: A Large View Synthesis Model with Minimal 3D Inductive Bias" (ICLR 2025 Oral)
attention-mechanisms deep-learning github-config large-view-synthesis matplotlib multi-label-classification nltk numpy one-vs-rest python seaborn sql tensorflow transformers
Last synced: 09 Apr 2025
https://github.com/DYK-Team/vna-impedance-measurements
Calibration and deembedding for impedance measurments
antenna-equation cst-studio de-embedding delay-time lab-automation magneto-impedance microstrip numpy pcb-cells phase-unwrapping probe python rohde-schwarz scattering-parameters scpi-instruments sensors solt-calibration surface-impedance vna zhejiang-university
Last synced: 08 May 2025
https://github.com/shshojaei/python-tutorial
Python tutorials
jupyter-notebook matplotlib numpy pandas programming-t python python-tutorial scipy seaborn tutorial
Last synced: 05 Apr 2026
https://github.com/muhkartal/fr-framework
A modular and extensible face recognition framework featuring real-time detection, facial landmark analysis, and recognition with API support.
dlib face-recognition fastapi numpy opencv pillow pydantic python-multipart requests scipy uvicorn
Last synced: 13 Apr 2026
https://github.com/paulinhok14/csgo-datascience-project
📊 Analysis of CS:GO grenade usage patterns and their impact on match outcomes using data science and statistical methods.
matplotlib mlflow numpy python scikit-learn scipy seaborn
Last synced: 30 Dec 2025
https://github.com/guifernandess7/ciencia-de-dados-e-ml-notebooks
Notebooks com uso dos módulos Pandas, Numpy e Matplotlib para análise de dados e criação de gráficos e tensorFlow e seaborn para machine learning e visualização
machine-learning matplotlib numpy pandas python tensorflow
Last synced: 04 Apr 2026
https://github.com/samir-atra/license-plate-recognition
License plate recognition system
imageai-library knn lpr numpy object-detection opencv python tensorflow tensorflow-tutorials
Last synced: 03 May 2026
https://github.com/sudarshanc00/brain-tumor-classification
This project uses a deep learning model in PyTorch to classify brain MRI images into four tumor types, aiding early diagnosis and treatment planning. Two ResNet-based models were developed and optimized, achieving high accuracy to support healthcare professionals in identifying tumor categories.
matplotlib numpy pytorch resnet scikit-learn streamlit
Last synced: 10 Apr 2026
https://github.com/firewind25/gdp-data-extraction-and-processing
Data Extraction from a web resource using Web-Scraping and request APIs. Processed it using Pandas and NumPy libraries. Finally exporting it to csv file for further analysis
numpy pandas python webscraping
Last synced: 12 Jul 2025
https://github.com/redinfinitypro/ai_projects
Rating (7/10) The code is a chatbot that interacts with users based on article content. However, issues include incorrect sorting, typos, incorrect indentation, and lack of explanations for each part, potentially affecting the bot's robustness and understanding of context.
newspaper nltk numpy python random sklearn string warnings
Last synced: 20 Jul 2025
https://github.com/mnitin-reddy/image-compression-using-k-means-clustering
This project implements the K-means algorithm for clustering and image compression. It reduces the number of colors in an image using K-means, achieving compression while maintaining key visual features. The project demonstrates the process on a sample dataset and a real image.
image-processing imagecompression kmeans-clustering machine-learning matplotlib numpy
Last synced: 19 May 2026
https://github.com/anas436/python
This is Python Programming Language. Here, the basic problems of Python language have been solved. If you can solve these problems then your basic skills will be developed in this language and you will be suitable for doing good projects.
jupyter-notebook jupyterlab numpy pandas pycharm python3 watson-studio
Last synced: 11 Apr 2026
https://github.com/amardeepsingh-06/smart_attendance_system
The Smart Attendance System is designed to automate the attendance process using facial recognition. Traditional methods of taking attendance can be time-consuming and prone to errors. This project aims to streamline the process by leveraging computer vision technology, allowing for efficient, contactless, and accurate attendance tracking.
asgiref django mysql numpy opencv pillow-library python sqlparse
Last synced: 05 Apr 2026
https://github.com/kishanlalchoudhary/be-sem-7
BE SEM 7 Assignments
blockchain cpp design-analysis-algorithms machine-learning matplotlib numpy pandas scikit-learn seaborn
Last synced: 11 Apr 2026
https://github.com/georgehanymilad/breast-cancer-detection
Machine Learning Project
anaconda classification classification-algorithm data-science dataanalysis kaggle machine-learning machine-learning-algorithms matplotlib numpy pandas python python3 seaborn
Last synced: 06 Apr 2026
https://github.com/memgonzales/order-brushing-shopee2020
Solution to the Week 1 Contest (Student Category) of the 2020 Shopee Code League on order brushing detection
data-analytics e-commerce fraud-detection jupyter-notebook numpy order-brushing pandas python rule-based
Last synced: 11 Apr 2026