Skip to content
View rewrihitesh's full-sized avatar
πŸ˜‡
Open for job
πŸ˜‡
Open for job
  • IIITH
  • Hisar, Haryana, India

Block or report rewrihitesh

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

Hi there πŸ‘‹

I'm Hitesh, I'm a senior year PostGraduate at the International Institute of Information Technology (IIITH), Hyderabad. I like to work at low level system softwares.
Recently I, have taken keen interest in NLP techniques and I am looking to explore endless possibility in that area.
Welcome to my GitHub, you can find all my projects here!

def current_work(name):
  print(name, "πŸ”­ is currently working on a NLP Area.")
  print(name, "🌱 is currently learning how one can improve the transformers to benifit mankind.")
  
def about_me(name):
  print("πŸ‘― I'm very fascinated by the dystopian future that AI might create.")
  print("πŸ“« You can reach out to me anytime on my email.")

if __name__ == "__main__":
  name = "Hitesh Kumar"
  current_work(name)
  about_me(name)
  print("⚑ I love exploring the awesome world of deep learning!") 
  print("I also spend my time playing football and playing the chess.")

Popular repositories Loading

  1. ParallaxPagerTransformer ParallaxPagerTransformer Public

    Forked from xgc1986/ParallaxPagerTransformer

    A pager for Android with parallax effect

    Java

  2. awesome-for-beginners awesome-for-beginners Public

    Forked from MunGell/awesome-for-beginners

    A list of awesome beginners-friendly projects.

  3. Augmented-Self-Balancing-Search-Tree Augmented-Self-Balancing-Search-Tree Public

    Augmented AVL Tree

    C++

  4. AVL-Running-Median AVL-Running-Median Public

    C++

  5. Interview-Questions Interview-Questions Public

    Forked from twowaits/SDE-Interview-Questions

    Most comprehensive list πŸ“‹ of tech interview questions πŸ“˜ of companies scraped from Geeksforgeeks, CareerCup and Glassdoor.

    Java

  6. MPI-LU-fact MPI-LU-fact Public

    Forked from platipo/MPI-LU-fact

    LU decomposition with MPI

    C