Skip to content
View AlvaroVasquezAI's full-sized avatar

Highlights

  • Pro

Block or report AlvaroVasquezAI

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. People_Detection People_Detection Public

    People detection with a neural network (84.51% acc) to detect people in urban environments using custom-extracted image features. The NN is trained on a dataset consisting of images categorized int…

    Jupyter Notebook 1

  2. Machine_Learning Machine_Learning Public

    Machine Learning Mastery Repository

    Jupyter Notebook

  3. Satellite_Image_Classification Satellite_Image_Classification Public

    Satellite image classification using a custom Convolutional Neural Network (CNN), which achieves 96% accuracy on test data . The model is designed to classify images from the EuroSAT dataset into t…

    Jupyter Notebook

  4. Voice_Classifier Voice_Classifier Public

    A Python app for classifying voice recordings using KNN and SVM models. Includes a graphical interface for training, evaluating, and classifying audio data with acoustic descriptors. Designed for a…

    Python

  5. Face_Gender_Classifier Face_Gender_Classifier Public

    A machine learning project for gender classification from facial images using Perceptron and SVM. Trained on a dataset of 2,307 images, both models achieved ~90% accuracy on test data. The project …

    Jupyter Notebook

  6. Face_Detection Face_Detection Public

    A deep learning project that enhances face detection through RLHF, bridging the gap between controlled-environment and real-world performance using MobileNetV2 architecture, transfer learning, and …

    Python