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.")