Pinned Repositories
Arabic_ASR
Arduino-Setup-Admin-Dashbord
This is the admin Dashboard dedicated to the selection of participants for OMC's Arduino Setup event
Icar4u
Anomaly recognition system that sends alarms to targeted authorities when an anomaly is found depending on its type
KnnIntro
This is an introduction to using Knn algorithm using sklearn
Masters-Thesis
Masters thesis on Automatic Speech Recognition for Arabic and its application for Question answering systems.
MedOs
MedOs is an app that manages patients in a doctor's office. It gives the oppurtunity for a patient to take a rendez-vous and check his position in real time. It also lets the doctor or his assistant to save rendez-vous or create new ones. The app is divided into An android and web app for patients and a desktop for the doctor's offiche, this is the desktop part.
NeuralNetIntro
Python_Course
This repository contains source codes and documentation for the 2018-2019 Python initiation course at the Open Minds Club
sofianeMdjk.github.io
This repo contains the sources for my Github pages
Swarm-Intelligence
An application of Classic search algorithms (BFS, DFS, A, A*) in comparison with Swarm Intelligence Algos (Bee Swarm Optimiization , Ant Colony Optimization)
sofianeMdjk's Repositories
sofianeMdjk/Python_Course
This repository contains source codes and documentation for the 2018-2019 Python initiation course at the Open Minds Club
sofianeMdjk/sofianeMdjk.github.io
This repo contains the sources for my Github pages
sofianeMdjk/Icar4u
Anomaly recognition system that sends alarms to targeted authorities when an anomaly is found depending on its type
sofianeMdjk/Masters-Thesis
Masters thesis on Automatic Speech Recognition for Arabic and its application for Question answering systems.
sofianeMdjk/Swarm-Intelligence
An application of Classic search algorithms (BFS, DFS, A, A*) in comparison with Swarm Intelligence Algos (Bee Swarm Optimiization , Ant Colony Optimization)
sofianeMdjk/Arabic_ASR
sofianeMdjk/KnnIntro
This is an introduction to using Knn algorithm using sklearn
sofianeMdjk/MedOs
MedOs is an app that manages patients in a doctor's office. It gives the oppurtunity for a patient to take a rendez-vous and check his position in real time. It also lets the doctor or his assistant to save rendez-vous or create new ones. The app is divided into An android and web app for patients and a desktop for the doctor's offiche, this is the desktop part.
sofianeMdjk/NeuralNetIntro
sofianeMdjk/Arduino-Setup-Admin-Dashbord
This is the admin Dashboard dedicated to the selection of participants for OMC's Arduino Setup event
sofianeMdjk/Artificial-Drawer
This app permits its user to draw figures on screen using the webcam that detects fingers, when the fingers are close up resembling a pen, the drawing starts (each finger must be covered with a distinct color, the app detects any color).
sofianeMdjk/Buckwalter
A small python script that transliterates Arabic text using the Buckwalter Transliteration Scheme. It allows for multiple decisions to be made around whether or not to include all types of diacritics and characters or ignore them. Useful for NLP experiments where you may want to normalize text.
sofianeMdjk/CeristSMSRooter
An android app that creates a communication alternative (which is the SMS sending) in case of a natural catastrophe where the internet conenxion may not be usable anymore
sofianeMdjk/code_snippets
sofianeMdjk/Data-Mining-Toolkit
sofianeMdjk/DecisionTreesIntro
A sample implementation of decision tree classifiers using Scikit learn
sofianeMdjk/English-French-Translator
End to End English to French Translator using encoder decoder model
sofianeMdjk/HackUPC
sofianeMdjk/Healthy_town
sofianeMdjk/image_video_classification
A pattern for image and video classification using tenserflow
sofianeMdjk/imageClassification
A pattern of images classification using Keras with the dogs/cats example
sofianeMdjk/MNIST-Problem
Handwritten Digit recognition Problem
sofianeMdjk/OMC-Badge-Drawer
Script that automatically prints first name, family name and id on the open minds club badge for 2018/2019
sofianeMdjk/OpenStudentsCommunity
OSC(Open Student Community) is a web app that'll help students share their works, find courses in any different study subject and find help to resolve their problems.
sofianeMdjk/Preventeo
Preventeo is an app that helps people preventing themselves agaisnt diseases and allergies. This appuses Semantic Web technologies
sofianeMdjk/python-apriori
Python implementation of the Apriori Algorithm.
sofianeMdjk/Unsupervised-trial
Basic application for testing the clustering technique using sklearn and K-Means