> Tausif_Mushtaque_

// AKA: blackhashcode

/* why be a king when you can be a God? -Marshal Mathers */

// About my narcissistic-self

const education = "Bachelors in Computer Science and Engineering";
/* This degree seems pretty cliche but oh well works good */
const major = "Machine Learning and Pattern Recognition in Neural Networks";
const minor = "Advanced Database Systems";

if (grandFatherWants === "doctor") {
  throw "BEING A DOCTOR IS A REALLY DIFFICULT JOB";
} else {
  let currentPath = "Engineering";
  let interest = "bioinformatics";
}
/* It's kinda funny how now my interest lies mostly on bioinformatics */

function describeMe() {
  return {
    trendMaker: true,
    trendFollower: true,
    stereotype: false,
    description: "Just a regular human being who never liked staying at home"
  }
}

// Projects

class ReGi_PPI {

/* Deep Learning Model for protein interaction prediction */
constructor() {
  this.modelType = "Graph Neural Network";
  this.embeddings = "ProtBert Transformer";
  this.output = "PPI-network predictions";
  this.publicationStatus = "Journal pending";
}

}

class FacePatrol {

/* Web application for intruder detection */
constructor() {
  this.model = "YOLO-V8";
  this.dataset = "Custom (classmates)";
  this.features = ["Admin panel", "Real-time alerts", "Location tracking"];
}

}

/* " Loyalty is a two-way street. If I'm asking for it from you,then you're getting it from me " - Harvey Specter */

// Education

const mastermindSchool = {

};

const northSouthUniversity = {

};

/* Contact endpoints */




/* Project repositories */