From c8960bf83559ad4eb7cf19880368148287cc6a71 Mon Sep 17 00:00:00 2001 From: Louis Gallet Date: Wed, 30 Oct 2024 16:40:03 +0100 Subject: [PATCH] feat: :sparkles: First backup --- .gitattributes | 1 + README.txt | 15 ++++++ main.tex | 42 ++++++++++++++++ sections/introduction/introduction.tex | 1 + sections/membres-projet/membres-projet.tex | 11 +++++ sections/repartition-des-taches/OCR/ocr.tex | 0 .../repartition-des-taches/autre/autre.tex | 0 .../gestion-de-l-image/gestion-de-l-image.tex | 0 .../gestion-du-projet/gestion-du-projet.tex | 0 sections/repartition-des-taches/git/git.tex | 0 .../repartition-des-taches.tex | 48 +++++++++++++++++++ 11 files changed, 118 insertions(+) create mode 100644 .gitattributes create mode 100644 README.txt create mode 100644 main.tex create mode 100644 sections/introduction/introduction.tex create mode 100644 sections/membres-projet/membres-projet.tex create mode 100644 sections/repartition-des-taches/OCR/ocr.tex create mode 100644 sections/repartition-des-taches/autre/autre.tex create mode 100644 sections/repartition-des-taches/gestion-de-l-image/gestion-de-l-image.tex create mode 100644 sections/repartition-des-taches/gestion-du-projet/gestion-du-projet.tex create mode 100644 sections/repartition-des-taches/git/git.tex create mode 100644 sections/repartition-des-taches/repartition-des-taches.tex diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b634d85 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pdf filter=lfs diff=lfs merge=lfs -text diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..11400db --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +Please add your content into the section folder. It should have the following structure: + +(obviously, you should replase sections and subsectionX with the section name and the subsection name) + +OCRudoku-first-defense/ +├── main.txt +├── README.txt +└── sections + ├── section1 + │   └── section1.tex + └── section2 + ├── subsection1 + │   └── subsection2.tex + └── subsection2 + └── subsection2.tex \ No newline at end of file diff --git a/main.tex b/main.tex new file mode 100644 index 0000000..cc0af60 --- /dev/null +++ b/main.tex @@ -0,0 +1,42 @@ +\documentclass[12pt]{article} +\usepackage{graphicx} % Required for inserting images +%\usepackage[margin=0.5cm]{geometry} % Définit toutes les marges à 2cm +\usepackage{graphicx} % Required for inserting images +\usepackage[T1]{fontenc} +\usepackage{fancyhdr} +\usepackage[table,xcdraw]{xcolor} +\usepackage{float} + + + +\title{First Defense Report} +\author{ Lilian Labat, Luca De-Donno, Louis Gallet } +\date{November 2024} + +\begin{document} +\pagestyle{fancy} +\fancyhead{} +\fancyhead[RO,LE]{\textbf{OCRudoku - First Defense Report}} + +\maketitle + +\newpage +\tableofcontents % Sommaire +\newpage + + + +\section{Introduction} + +\input{sections/introduction/introduction} + +\section{Membres du projet} +\input{sections/membres-projet/membres-projet} +\newpage + + +\section{Répartition des tâches} +\input{sections/repartition-des-taches/repartition-des-taches} + + +\end{document} diff --git a/sections/introduction/introduction.tex b/sections/introduction/introduction.tex new file mode 100644 index 0000000..890d5ee --- /dev/null +++ b/sections/introduction/introduction.tex @@ -0,0 +1 @@ +This document provides an update on the progress of the project undertaken by OCRudoku leading up to the first review, covering the period from September to November. It discusses a range of elements, including challenges encountered and the implementation of various features. The use of most methods is detailed in the corresponding section. \ No newline at end of file diff --git a/sections/membres-projet/membres-projet.tex b/sections/membres-projet/membres-projet.tex new file mode 100644 index 0000000..43af0c1 --- /dev/null +++ b/sections/membres-projet/membres-projet.tex @@ -0,0 +1,11 @@ +\subsection{Lilian Labat (Project Manager)} + +To be completed: Lilian's bio + +\subsection{Luca De-Donno} + +To be completed: Luca's bio + +\subsection{Louis Gallet} + +Louis Gallet has been passionate about computers and programming from a young age. Alongside his coursework, he completed various independent projects in his free time. In his first year at EPITA, he served as project manager for the S2 project. This year, he is motivated to succeed in this new challenge, now in C programming. AI is a field that fascinates him, and he hopes to make it one of his areas of expertise. Contributing to the development of a neural network as part of this project is an opportunity he plans to fully leverage. \ No newline at end of file diff --git a/sections/repartition-des-taches/OCR/ocr.tex b/sections/repartition-des-taches/OCR/ocr.tex new file mode 100644 index 0000000..e69de29 diff --git a/sections/repartition-des-taches/autre/autre.tex b/sections/repartition-des-taches/autre/autre.tex new file mode 100644 index 0000000..e69de29 diff --git a/sections/repartition-des-taches/gestion-de-l-image/gestion-de-l-image.tex b/sections/repartition-des-taches/gestion-de-l-image/gestion-de-l-image.tex new file mode 100644 index 0000000..e69de29 diff --git a/sections/repartition-des-taches/gestion-du-projet/gestion-du-projet.tex b/sections/repartition-des-taches/gestion-du-projet/gestion-du-projet.tex new file mode 100644 index 0000000..e69de29 diff --git a/sections/repartition-des-taches/git/git.tex b/sections/repartition-des-taches/git/git.tex new file mode 100644 index 0000000..e69de29 diff --git a/sections/repartition-des-taches/repartition-des-taches.tex b/sections/repartition-des-taches/repartition-des-taches.tex new file mode 100644 index 0000000..d80bc47 --- /dev/null +++ b/sections/repartition-des-taches/repartition-des-taches.tex @@ -0,0 +1,48 @@ +Below is the task allocation for the first project review: +% Please add the following required packages to your document preamble: +% \usepackage[table,xcdraw]{xcolor} +% Beamer presentation requires \usepackage{colortbl} instead of \usepackage[table,xcdraw]{xcolor} +\begin{table}[H] +\begin{tabular}{llll} +Task / Member & Lilian & Luca & Louis \\ +\rowcolor[HTML]{C0C0C0} +Image Management & & & \\ +Preprocessing & Principal & Secondary & \\ +Rotation & Secondary & & Principal \\ +Segmentation & Principal & & Secondary \\ +\rowcolor[HTML]{C0C0C0} +OCR & & & \\ +Neural Network & Principal & & Secondary \\ +Image Bank Management & & Principal & Secondary \\ +Training Management & Secondary & Principal & \\ +\rowcolor[HTML]{C0C0C0} +Project Management & & & \\ +Establishing Work Methods & Principal & & Secondary \\ +Task Assignment & Secondary & & Principal \\ +\rowcolor[HTML]{C0C0C0} +Git & & & \\ +Repository Setup & Principal & Secondary & \\ +Access Management & & Principal & Secondary \\ +Git Security Management & & Secondary & Principal \\ +CI/CD Management & & & Principal \\ +P2P Checking & Principal & Principal & Principal \\ +\rowcolor[HTML]{C0C0C0} +Other & & & \\ +Report Writing & & Secondary & Principal \\ +Solver Creation & & Principal & \\ +GUI Implementation & Secondary & Principal & +\end{tabular} +\end{table} + +\newpage + +\subsection{Image Management} +\input{sections/repartition-des-taches/gestion-de-l-image/gestion-de-l-image} +\subsection{OCR} +\include{sections/repartition-des-taches/OCR/ocr} +\subsection{Project Management} +\include{sections/repartition-des-taches/gestion-du-projet/gestion-du-projet} +\subsection{Git} +\include{sections/repartition-des-taches/git/git} +\subsection{Other} +\include{sections/repartition-des-taches/autre/autre} \ No newline at end of file