An open API service indexing awesome lists of open source software.

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.

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_