viritaromero
Software Engineer, passionate about Data Science and Machine Learning.
Viridiana RomeroAustin Texas
Pinned Repositories
Breast-Cancer-Detection
AI app to detect breast cancer in histopathological database
Detecting-Brain-Hemorrhage-in-Computed-Tomography-CT-imaging
Computer Vision Model in PyTorch that detects Brain Hemorrhage in Computed Tomography (CT) imaging
Detecting-Depression-in-Tweets
Detecting Depression in Tweets using Baye's Theorem
Detecting-Pneumonia-in-Chest-X-Rays
A Computer Vision model made in PyTorch that detects Pneumonia in Chest X-Rays
Distracted-Driver-Detection
CNN model that detects distracted drivers on the road
Mexican-Food-Classifier
Image Classifier for typical mexican food
Plant-diseases-classifier
Artificial Intelligence app that detects diseases in plants using a deep learning model
Predicting-Bikesharing-rentals-Per-Hour
Used XGBoost and SKlearn models to predict bikesharing rentals Per Hour
Sentiment-Analysis-using-a-CNN
Sentiment Analysis using a Convolutional Neural Network
Spam-Detection
Spam Classifier using Python
viritaromero's Repositories
viritaromero/Character-Level-LSTM-in-Pytorch
Implemented a character-level RNN. That will learn from some text one character at a time, then generate new text one character at a time. I used a recopilation of fairy tales
viritaromero/coursework
Checklist of videos and exercises that you can follow if you want to get a good baseline for Data Structures and Algorithms.
viritaromero/Object-Detection-in-Image
Object detection in image using pre-trained model resnet50
viritaromero/Algo-and-DS
Code Repo for Algorithms and Data Structure Courses
viritaromero/ChatbotusingChatterbot
Creation of a ChatBot using Python library "Chatterbot"and a Chatterbot Corpus to train it
viritaromero/handwritingrecognition
Handwriting Recognition using Python's machine learning library, scikitlearn
viritaromero/matplotlibvisualizations
Using Matplotlib for visualizations
viritaromero/Object-Detection-in-Video-using-Tensorflow-and-YOLO
viritaromero/RecommenderSystem
Simple Recommender System using Python
viritaromero/Sentiment-Analysis-with-Pytorch
Implemented a complete RNN that can classify the sentiment of movie reviews (positive or negative).
viritaromero/Style-Transfer-witn-Pytorch-and-pre-trained-model
Applied style transfer to an image using the style of other image. VGG19 pre-trained model is used for the "features" portion.
viritaromero/textclassificationusingspacy
Text classification of Hotel reviews using Spacy Library for advanced Natural Language Processing
viritaromero/Trained-a-text-generating-neural-network-on-a-text-dataset-
Text-Generating Neural Network trained on an text dataset, using a pre-trained model
viritaromero/webcrapingwikipediatable
Web Scraping a Wikipedia Table
viritaromero/webscrape
Web Scraping 5k race results with Python and BeautifulSoup