Welcome to my personal projects repository! This repository is a collection of my projects and experiments with Python programming, Artificial Intelligence (AI), and Machine Learning (ML). It is organized into two main sections:
- AI/ML Projects
- Python Programming Tasks
This folder contains various AI/ML projects, tutorials, and experiments. The projects are further categorized into subfolders based on the type of task or focus area:
Drowsiness Detection Tutorial.ipynb
: A tutorial project to detect driver drowsiness using computer vision techniques.OCR_Basics_EasyOCR.ipynb
: Basics of Optical Character Recognition (OCR) using EasyOCR.torchnn.py
: Implementation of neural networks using PyTorch.
Basic analysis on open accident data.ipynb
: An exploratory data analysis project on open accident datasets.Data Analysis V1.ipynb
: A beginner's guide to data analysis using Python.Data Analysis.ipynb
: Advanced techniques in analyzing large datasets.
chatbot_cohere.ipynb
: Developing a chatbot using Cohere's NLP platform.Text_generation_Cohere.ipynb
: Text generation experiments using Cohere's APIs.
bertEHR.ipynb
: Exploring BERT for electronic health record analysis.Construction contract review using AI.ipynb
: Using AI for reviewing construction contracts.MNIST_Reconstruction_HB.ipynb
: Reconstructing MNIST dataset using advanced AI techniques.panc_report.ipynb
: Automating report generation for pancreatic datasets.Sentiment.ipynb
: Sentiment analysis using NLP tools and libraries.
AirPollutionMultivariate.ipynb
: Multivariate analysis for air pollution prediction.Crop production prediction code.ipynb
: Machine learning to predict crop production.EarthSense-API-Regression-Automation.ipynb
: Automating regression using EarthSense API.Feature_selection.ipynb
: Techniques for feature selection in ML models.House_price_pred_RF_MIflow.ipynb
: House price prediction using Random Forest with MLflow.Tensorflow_in_10.ipynb
: A beginner's guide to TensorFlow in 10 minutes.Weather_prediction_(LSTM).ipynb
: Weather prediction using LSTM models.
This folder contains Python scripts and notebooks focused on basic programming tasks and software development.
calculator.py
: A simple calculator application in Python.musiclayer.py
: A Python program for playing and managing music.QR.py
: A Python script to generate QR codes.shirt_exercise.ipynb
: A fun exercise to practice Python programming.speechtotext.py
: A Python program to convert speech to text.
- Clone the repository:
git clone https://github.com/<your-username>/Personal-Projects.git cd Personal-Projects
This repository is primarily for personal learning and experimentation, but feedback, suggestions, and ideas for improvement are always welcome!