Skip to content
View LaurenBassett's full-sized avatar
🎓
University of Virginia MS Data Science Student
🎓
University of Virginia MS Data Science Student
Block or Report

Block or report LaurenBassett

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
LaurenBassett/README.md

class LaurenBassett():
    
  def __init__(self):
    self.name = "Lauren Bassett"
    self.location = "Washington, DC"
    self.education = {
    
                     "Graduate" : {
                         "University of Virginia":{ 
                             "College of Data Science": "Data Science"
                         }
                     }, 
                     "Undergraduate" : {
                        "University of Kentucky" :{
                         "College of Engineering": {
                             "Major":"Computer Science",
                             "Minor": "Mathematics",
                             "Certificate": "Cyber Security"
                             },
                          "Gatton College of Business": {
                              "Major": "Economics",
                              "Minor": "Statistics"
                            }                       
                        }
                     }

                    }
  def __str__(self):
    return self.name

if __name__ == '__main__':
    me = LaurenBassett()

Pinned Loading

  1. A-_Pyraminx A-_Pyraminx Public

    Python

  2. BinaryMasksAndBoundingBoxes BinaryMasksAndBoundingBoxes Public

    Takes JSON file with annotations and .png files and generates binary masks and bounding boxes for use in Machine Learning.

    Python

  3. RSA-Encryption RSA-Encryption Public

    RSA encryption algorithm generating large random prime numbers to create public and private keys.

    Python

  4. Simple-Kerberos-Server Simple-Kerberos-Server Public

    A simplified version of a Kerberos Server completed for CS 576 with Dr. Fei at the University of Kentucky

    C

  5. A-Corpse-Corpus A-Corpse-Corpus Public

    Jupyter Notebook

  6. UVA_BASKETBALL_STRESS UVA_BASKETBALL_STRESS Public

    Forked from anath703/UVA_BASKETBALL_STRESS

    UVA MSDS Capstone Project

    Python