https://github.com/meqdaddev/programming-languages
Programming Languages Repo.
https://github.com/meqdaddev/programming-languages
Last synced: 4 months ago
JSON representation
Programming Languages Repo.
- Host: GitHub
- URL: https://github.com/meqdaddev/programming-languages
- Owner: MeqdadDev
- Created: 2020-10-02T11:30:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-03T07:52:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T09:59:18.919Z (over 1 year ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Programming Languages Projects
## Python
- **[Image Histogrammer](https://github.com/MeqdadDarweesh/image-histogrammer)**
_Tags: Image Processing, OpenCV, Data Visualization, matplotlib_
-----------------
- **[Handwritten Digits Recongnition with Naive Bayes classifier](https://github.com/MeqdadDarweesh/Numbers-Recognition-by-Naive-Bayes-classifier)**
_Tags: Machine Learning, Classification, Naive Bayes, Data Science, SciKitLearn, Probabilities, K-fold_
-----------------
- **[Articles text to Speech](https://github.com/MeqdadDarweesh/articles-text-to-speech)**
_Tags: Machine Learning, Web Scraping, nltk, NLP, gTTS, API_
-----------------
- **[Bitcoin Price Sniffer](https://github.com/MeqdadDarweesh/bitcoin-price-sniffer)**
_Tags: Bitcoin, API, JSON, CoinDesk, Cryptocurrency_
-----------------
- **[Articles News - Scraping and Summarizing](https://github.com/MeqdadDarweesh/articles-news-scraping-summarizing)**
_Tags: Machine Learning, Web Scraping, nltk, NLP_
-----------------
- **[City Weather Web App](https://github.com/MeqdadDarweesh/flask-city-weather-app)**
_Tags: Web Dev, Flask, API, Weather_
-----------------
- **[Iris Classification with TensorFlow DNN](https://github.com/MeqdadDarweesh/iris-classification-tensorflow-dnn)**
_Tags: Machine Learning, TensorFlow, Deep Learning, DNN Classifier, Neural Network, Iris Dataset, Classification_
-----------------
## Java
- **[Homy - Smart Home System (Arduino + Android)](https://github.com/MeqdadDarweesh/Homy-Smart-Home-Manager-using-Bluetooth-Module-with-Arduino)**
_Tags: Android, Android Studio, Bluetooth, Home Automation_
-----------------
## C++
- **[Color Detector Using HUE Channel](https://github.com/MeqdadDarweesh/color-detector-using-hue-channel)**
_Tags: Image Processing, OpenCV, HSV, Colors_
-----------------
## C
- **[Parallel Computing - Matrix-Vector multiplication](https://github.com/MeqdadDev/MPI_Matrix_Vector_Multiplication_Parallel_and_Sequential)**
_Tags: Parallel Computing, MPI, Parallel Processing, Matrix Multiplication_