jvivar2383
NOAA EPP/MSI Earth System Sciences and Remote Sensing Fellow. Department of Computer Science City College of New York
New York, New York
Pinned Repositories
2021-summer-prep-python
BasaltChemistryExploration
code-monkey-search
Simple web search engine made for fun
cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
Data-strcutures-implementation-in-python
In this notebook I give a brief implementation of known data structures such as Queues, linked list, stacks, binary trees and recursion.
Facial-Attribute-Classification-by-ML-Algorithms
github-slideshow
A robot powered training repository :robot:
html_images
NOAA_PBLH
This project is determining the planetary boundary layer height via carrier to noise ratios values.
Stat_Proj
jvivar2383's Repositories
jvivar2383/NOAA_PBLH
This project is determining the planetary boundary layer height via carrier to noise ratios values.
jvivar2383/Stat_Proj
jvivar2383/2021-summer-prep-python
jvivar2383/BasaltChemistryExploration
jvivar2383/code-monkey-search
Simple web search engine made for fun
jvivar2383/cookiecutter-data-science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
jvivar2383/Data-strcutures-implementation-in-python
In this notebook I give a brief implementation of known data structures such as Queues, linked list, stacks, binary trees and recursion.
jvivar2383/Facial-Attribute-Classification-by-ML-Algorithms
jvivar2383/github-slideshow
A robot powered training repository :robot:
jvivar2383/html_images
jvivar2383/Jenifer-Vivar
jvivar2383/jvivar2383
Config files for my GitHub profile.
jvivar2383/Least-Squares-classifier-for-handwritten-images
I used a least squares classier to determine whether an image with a hand written number is a determined number k (for k in [0,9])
jvivar2383/lll
jvivar2383/markdown-portfolio
jvivar2383/MFTReddit
jvivar2383/MixingLayerheigth_using_ML
jvivar2383/NetCDF-File-Handling-in-Python
Basic Libraries and explanation on how to open and obtained data from NetCDF files using netCDF4 Library
jvivar2383/NYC_Police_Records
This repository will investingate and plot the data from 50-a.org to a more digestable format
jvivar2383/pseudo_labeling_small_datasets
Pseudo Labeling for Neural Networks and Logistic Regression/SVMs ( Based on "Pseudo-Label : The Simple and Efficient Semi-Supervised Learning Method for Deep Neural Networks")
jvivar2383/random_data
I use this to upload data to use for vega-lite visualization
jvivar2383/Search-Engine-Flask
search engine made using flask by harish babu
jvivar2383/tesseract
Tesseract Open Source OCR Engine (main repository)
jvivar2383/Vizualisation_project_final
jvivar2383/web-scraping-to-download-.7z-files
this function takes as input an url with a page of nested windows 7 files (.7z). each zipfile is downloaded and save locally with the name of the href link. The function also takes a tag input reepresenting the tag you want to search for in the html file. The default argument is set to 'a' for anchor because is the most common. The function checks if the file is already in the system to avoid double downloads of the file.
jvivar2383/Web_scrapping-exercise
Create a private repo on GitHub called calscrape. Share it with mdogy. Create an ipython notebook and commit it. I want you to keep committing it as you edit it so I can see it build up. Your mission is to scrape the cuny fall 2021 academic calendar site using the requests library, beautiful soup, and pandas, just like in class. You should wind up with a pandas data frame where the index column is a python date. There should be a column for “day of the week” with variable label dow and a column called text with the explanation. Print out this data frame. 5 extra credit points if you figure out how to use the google API to programmatically add these dates to your google calendar with the request library.