ImagesClassifier_GUI

Machine Learning Images Classification in Graphical User Interface

Take pictures
Labelize them
Define a Model Design
Train your model
Test your model

Without any line of code !

ICGUI1
ICGUI2

Corewar – 42 Project

This project invites you to create a virtual arena and to compete with programs coded in a simplistic language. You will thus approach the design of a VM (with the instructions that it recognizes, the registers, etc), and the problems of compilation of an assembly language in bytecode. With, as a bonus, the pleasure of having your champions compete on your arena!

Corewar

Lem_in – 42 Project

Your ant colony must move from one point to another. But how to make it as short as possible? This project introduces you to graphing algorithms: your program will have to intelligently select the precise paths and movements that these ants must take.

PushSwap

PushSwap – 42 Project

This project asks you to sort data on a stack, with a limited set of instructions, in fewer possible moves. To succeed, you will have to manipulate different sorting algorithms and choose the most appropriate solution (or solutions) for an optimized ranking of data.

PushSwap