- CLICK ME -> Final Report is at https://gitlab.cs.pub.ro/marius_vlad.dumitru/picsc-2025/-/blob/main/final/PICSC_FinalReport_Dumitru_Marius-Vlad.pdf?ref_type=heads
- CLICK ME -> Final Presentation is at https://gitlab.cs.pub.ro/marius_vlad.dumitru/picsc-2025/-/blob/main/final/PICSC_FinalPresentation_Dumitru_Marius-Vlad.pdf?ref_type=heads
- CLICK ME -> Source code is src folder at https://gitlab.cs.pub.ro/marius_vlad.dumitru/picsc-2025/-/tree/main/src?ref_type=heads
- src - Project source code.
- src-examples - source code examples provided by the professor. They are only examples to help me write better code, provided by the professor, and not part of the project actual source code. Put them here for better organization.
- LaTeX/src - contains the source .tex files for the final report and final presentation.
- docs - helper documentation provided by the professor.
- final- contains the final report and final presentation needed for evaluation.
-
Download Miniconda
-
Create a new conda environment PICSC-2025:
conda create -n PICSC-2025
- Activate the new environment:
conda activate PICSC-2025
- Install the following packages:
conda install python
conda install conda-forge::scapy
conda install conda-forge::numpy
conda install conda-forge::pandas
conda install conda-forge::astropy
conda install conda-forge::scipy
conda install conda-forge::scikit-learn
conda install conda-forge::matplotlib
conda install tqdm
- For debugging:
conda install conda-forge::icecream