Skip to content
View krishanu-2001's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report krishanu-2001

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

Night Coding

Hey there! I'm Krishanu Saini

About Me:

const userDetails = () => {
  let obj = {
    username:  'Krishanu Saini',
        city:  'New Delhi',
     program:  'B.Tech',
      branch:  'Computer Science and Engineering',
        years:   4
  }
  console.log(obj)
}

⛅ Currently, I am exploring Computer Vision and AI through projects.


⚙️  GitHub Analytics

🤝🏻  Connect with Me

Pinned Loading

  1. Edgar-Database-Analyser Edgar-Database-Analyser Public

    A financial product for US based SAAS companies. Analyze 10K, 10Q and 8K filing of SAAS companies and generate financial reports and investability score of companies.

    HTML 7 1

  2. University-Management-System University-Management-System Public archive

    Forked from ronnie-36/University-Management-System

    HTML 3

  3. Parallel-all-shortest-path Parallel-all-shortest-path Public

    A high-performance communication-avoiding implemetation of the parallel 2D Floyd-Warshall algorithm for the all source shortest path problem

    C 3

  4. flaskFakeNewsDetectorApp flaskFakeNewsDetectorApp Public

    Trained a fake-news detector machine learning model based on TF-IDF vectorization and Naive Bayes classifiers. Uses flask as backend and compatible UI to verify news and post on blogging website.

    Python 4