spyder-python-ide
There are 61 repositories under spyder-python-ide topic.
tabnine/tabnine-spyder-ide
Spyder IDE client for TabNine.
dracula/spyder-ide
🧛🏻♂️ Dark theme for Spyder
nano-bot01/Heart-Disease-Prediction-using-machine-and-deep-learning-techniques
Heart Disease Prediction using machine and deep learning techniques works on heart dataset
prathamesh693/Sales-and-Demand-Forecasting-for-Retail-Chains
This project aims to forecast weekly sales for retail stores using historical sales and economic data. By applying advanced time series forecasting models, we enable better inventory management, demand planning, and revenue optimization for retail chains. The project includes both traditional statistical models and deep learning techniques.
Sudhanshu-Ambastha/Multiple-Disease-Prediction-Bot
This a multiple disease prediction based on user input which can predict upto 40 disease and trained on 131 parameters
aysekonus/objectdetection
Object Detection with YOLOv3
Gautham0011/Pneumonia-Detection-Using-Deep-Learning
In this Project we aim to dive into a Present Societal Pandemic issue which we are facing around us past 2 years due to outbreak of Novel Corona Virus. Getting tested for covid-19 virus is not an easy deal with costly RT-PCR test, and delayed results, and with its no. of variants with different mutations emerging everyday all the new methods found to detect the virus and its variant have either become : - Ineffective as all tests may not find each of the variants. - Each of them a set a finical restrictions for the technology used. - Each test has its own detection time . Chest X-Ray already exists and overcomes most of the above drawbacks, but still fail to give long term effects or severity. So as a Solution We Aim to develop a model to give large no. of classifications and comparisons of Covid Patients and whether it leads to pneumonia disease , also these models could be trained to classify long term effects after years of infection how things could change w.r.t chest infections, and lead to other chronic disease.
KarthikMurugadoss1804/Project-Planning---Constraint-programming
Developed a constraint satisfaction problem model for deciding what projects can be taken on and what companies need to be contracted to deliver on these projects.
nazli-d/filters-and-noise
This GitHub repository contains an example demonstrating the application of fundamental image processing filters (Mean, Median, Gaussian) using Python and OpenCV, along with the addition of Salt and Pepper Noise.
akibzaman/Intelli_Helmet
Intelli-Helmet is a stress monitoring system using the brain wave data form EEG headset and physiological data (Heart Rate) from wearable device.
mrzResearchArena/IDE-Cheat-Sheet
IDE Shortcuts
PythOS-App/PythOS
The newest way to use Python!
Sudhanshu-Ambastha/Combined-Disease-Prediction-Bot
this is combination of 3 different disease prediction system check readme for details
AkhilT9/Customer-Churn-Analysis-
Customer Churn Analysis - Telecom Retention
armahdavi/unsupervised-clustering-ml---pm_source_detection-indoor-air
Indoor PM2.5 source detection algorithm using unsupervised clustering ML method (k-means clustering)
Ash021980/Blue-Bank-Loan-Analysis
Using Python and Tableau, I created a report of borrowers who may have issues paying back the loan to Blue Bank.
Ash021980/Value-Inc-Sales-Analysis
Value Inc is a retail store that sells household items all over the world by bulk. The Sales Manager has no sales reporting but he has a brief idea of current sales. He also has no idea of the monthly cost, profit and top selling products. He wants a dashboard on this and says the data is currently stored in an excel sheet.
chandra237/Speech-Emotion-Recog
It was the machine learning project of Speech Emotion Analyzer to find the emotion by extracting the features of the voices.
EllyB95/Geocoding
Geocoding-Python Code-Enter the Street address to get the latitude and longitude
harshvardhanhub/Flight_path_simulations
This project consist of GUI based upon flight path simulation
ppande574/Python-Pong
A simple GUI-based 2-Player Pong game created using Pygame in Python 3.
prashanth233/Virtual_Assistant
Pychram was used to create the AI voice assistant Mike. It is able to carry out fundamental client-designed tasks and comprehend human speech. The Mike is activated and starts carrying out user orders when the user specifies the right trigger words.
Sazzadul-Eanan/Basic_python_learning
Python_Basics
Sazzadul-Eanan/Handling_netCDF_with_python
Working_with_data_found_in_the_netCDF_format
Sudhanshu-Ambastha/Heart-Disease-Prediction-Bot
this repository is part of multiple disease prediction system repository
AbhishekYadav915/multiple_disease_prediction_using_ml
Developed a web-based application for predicting the likelihood of multiple diseases using machine learning models with accuracy up to 95%.
dcc97/car-data-analysis
Analysis of a car make, companies and description of car dataset to solve data analysis problems
sudipto3331/Bisection-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the Bisection Method for finding roots of nonlinear equations. The code includes input validation, iteration, and termination based on the desired error or reaching the maximum number of iterations. Results are saved into an Excel file.
sudipto3331/False-Position-Numerical-Method-Implementation-in-Python
This repository contains a Python implementation of the False Position Method, also known as the Regula Falsi Method, for finding roots of nonlinear equations. Additionally, the script compares the performance of the False Position Method with the Bisection Method, saving results in an Excel file (`LAB2.xls`).
theAldrin/Bounday_Fill_using_Python
This is an implementation of boundary fill algorithm using Python. It can generate any polygon or circle of custom user given specifications and will colour the figure starting from a user provided point with a user defined colour.
aligh993/Python
Python Projects
armahdavi/data_pipeline_analytics_statistics_ML_PM_PSD_residential_QFF
Sharing all the data pipelines and processing codes, statistical modellings, descriptive statistics, plot visualizations, and machine learning from Mahdavi & Siegel (2021) (Indoor Air) Project Miestone: 2017 - 2020 Full-length article: https://onlinelibrary.wiley.com/doi/abs/10.1111/ina.12782
LynnT-2003/Image-Processing
CSX 4506 / ITX 4506 Image Processing (Major Elective), Semester 2/2023
PaulGarceau/Analytics-Portfolio
Data Analytics Examples
Vikhorz/optimal-path-qlearning
Implementation of Q-Learning and Double Q-Learning for optimal pathfinding in large, dynamic environments. Uses reward shaping and adaptive exploration. Compares RL performance with Dijkstra and random selection, showing Q-Learning's scalability and superior cumulative rewards.