Pinned Repositories
aminecar
This repository contains the code for a webapp to control any picar model.
ComputerVision-Intelligent-Machines-VMI-masters
This folder contains the practical works and projects that I did during the first semester of my master's degree : Computer Vision & Intelligent Machines (VMI) for the year 2019/2020.
hashcode-2k19
My write-up for the HashCode 2019 challenge
intro-to-ML-workshop
This repo was created for the " Intro to ML " workshop I animated on Feb,16th 2019
Mobile-Autonomous-Systems-SAM-Perception-masters
This folder contains the practical works and projects that I did during the first semester of my master's degree : Mobile Autonomous Systems (SAM)
Payroll
A mobile app for managing your employees ( salaries , attendance , number of working hours ... )
Pong_VHDL_FPGA
A VHDL Project using ISE 14.7, developed on a Xilinx Spartan 6
qbso-fs
Python implementation of QBSO-FS : a Reinforcement Learning based Bee Swarm Optimization metaheuristic for Feature Selection problem.
qlearning-gridworld
A simple implementation of the gridworld example using the Q-learning algorithm
VirApp
WPF C# Application for managing social works departement of the school
amineremache's Repositories
amineremache/qbso-fs
Python implementation of QBSO-FS : a Reinforcement Learning based Bee Swarm Optimization metaheuristic for Feature Selection problem.
amineremache/intro-to-ML-workshop
This repo was created for the " Intro to ML " workshop I animated on Feb,16th 2019
amineremache/aminecar
This repository contains the code for a webapp to control any picar model.
amineremache/qlearning-gridworld
A simple implementation of the gridworld example using the Q-learning algorithm
amineremache/ComputerVision-Intelligent-Machines-VMI-masters
This folder contains the practical works and projects that I did during the first semester of my master's degree : Computer Vision & Intelligent Machines (VMI) for the year 2019/2020.
amineremache/Mobile-Autonomous-Systems-SAM-Perception-masters
This folder contains the practical works and projects that I did during the first semester of my master's degree : Mobile Autonomous Systems (SAM)
amineremache/Payroll
A mobile app for managing your employees ( salaries , attendance , number of working hours ... )
amineremache/Pong_VHDL_FPGA
A VHDL Project using ISE 14.7, developed on a Xilinx Spartan 6
amineremache/pytorch_image_classification_cnn
This is the repo for the pattern recognition module assignement
amineremache/tf-feature-selection
Implementation of various feature selection methods using TensorFlow library.
amineremache/hashcode-2k19
My write-up for the HashCode 2019 challenge
amineremache/AdminLTE
AdminLTE - Free Premium Admin control Panel Theme Based On Bootstrap 3.x
amineremache/aiohttp-jinja2
jinja2 template renderer for aiohttp.web
amineremache/amineremache.github.io
Responsive Portfolio Website Using HTML, CSS & JavaScript
amineremache/Arithmetic-evaluation-and-Intermediate-code-generation-using-LEX-and-BISON
For my compilers' course, we were asked to make a programme that evaluate arithmetic expressions and generate an intermediate-code. Here's the programme using Lex & Bison
amineremache/awesome-rl
Reinforcement learning resources curated
amineremache/carauction-network
The source code for IBM Blockchain essentials demo
amineremache/chess-arm
A project we've done for chess club at the school to make an arm play chess
amineremache/first-react-app
First react app during WorkUp Learning workshop 01/09/2018
amineremache/jsonParsing
a tutorial I followed to fill a ListView of an android app with a JSON data source
amineremache/matrix_mult
A project we had in Parallel High Performance Computing course where we used openMP & CUDA
amineremache/Medicinopia
A mobile app ( prototype ) for my 3rd year project that was about providing an integrated and technological solution for remote assistance of patients system
amineremache/modelToJSON
This is a module that i needed for an android app to get data as JSON file from another django project
amineremache/noahcar
Autonomous Remote Controlled (toy) car using deep learning. Raspberry Pi, PiCar, Python
amineremache/OxHack2018
Oxhack project
amineremache/R-W_HDD_sectors
An assignement I had to do for " Centrlized Operating System " module , which is described in the document at README (in french) it consists on reading sectors of a hard drive ( hd or sd ) using CHS addresing
amineremache/root-workshop
Exercices using ROOT framework
amineremache/SpatioTemporalSegmentation
4D Spatio-Temporal Semantic Segmentation on a 3D video (a sequence of 3D scans)
amineremache/tf-tutos
A project containing all the code that I use while learning from https://www.tensorflow.org/tutorials/
amineremache/token_auth_django
How to make an authentification token using django's rest_framework