Skip to content
View EvangeliaS's full-sized avatar

Block or report EvangeliaS

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cine-Shelf Cine-Shelf Public

    Discover and manage movie collections with Angular and the TMDB API. Includes search, ratings, pagination, and local storage support.

    TypeScript 1

  2. Quantum-Fourier-Transform-via-variational-quantum-circuits Quantum-Fourier-Transform-via-variational-quantum-circuits Public

    This project is a research focused on utilizing variational quantum circuits (VQC) to simulate the Quantum Fourier Transform (QFT), a fundamental operation in quantum computing.The primary objectiv…

    Jupyter Notebook

  3. CGAL-Polygon-Optimization CGAL-Polygon-Optimization Public

    Forked from StathisChatziloizos/CGAL-Polygon-Optimization

    From Point Sets to Optimization and Evaluation: In this project series, we have executed three projects, each focusing on a fundamental aspect of polygon manipulation using CGAL.

    C++

  4. Eigenfaces-for-Face-Recognition Eigenfaces-for-Face-Recognition Public

    Eigenfaces method for face recognition using PCA (Principal Component Analysis) under varying lighting conditions.

    Jupyter Notebook

  5. Music-Classification-with-Neural-Networks Music-Classification-with-Neural-Networks Public

    This project focuses on classifying 1-second music samples into four genres (classical, hip-hop, rock, and blues) using neural networks with two different audio data representations: MFCCs and mel-…

    Jupyter Notebook

  6. Memory-Management-Simulation Memory-Management-Simulation Public

    This project implemented in C++ aims to evaluate and compare the performance of three different memory allocation algorithms: best fit, worst fit, and the Buddy algorithm. The simulation is designe…

    C++