Skip to content
View lokranjanp's full-sized avatar
๐Ÿค”
Contemplating
๐Ÿค”
Contemplating

Highlights

  • Pro
Block or Report

Block or report lokranjanp

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
lokranjanp/README.md
class Lokranjan():
    
  def __init__(self):
    self.name = "Lokranjan P";
    self.username = "lokranjanp";
    self.location = "Mysuru, India";
    self.web = "https://lokranjan.online";

  
  def __str__(self):
    return self.name

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

๐ŸŽ“ About Me

I'm a 21-year-old Computer Science engineering undergrad from a state-level college in India. Currently, I'm on the hunt for exciting internship opportunities while continuously learning new tech and skills. I am currently working on building my own 2FA system along with a workout based app/platform.

๐Ÿ› ๏ธ Tech Stack

Here's what I rock when it comes to technology:

  • Languages: Python, C++, Java, SQL, MATLAB
  • Web Development: Flask, HTML, CSS, JavaScript
  • ML: TensorFlow, PyTorch, SciKit-Learn
  • Databases: MySQL, Redis, MongoDB
  • Tools: GitHub, PostMan, PyCharm

๐Ÿ’ก Interests

When I'm not coding, you can find me indulging in:

  • ๐Ÿ’ช Working out (weight and resistance training)
  • ๐ŸŽถ Music
  • ๐ŸŽฅ Good cinema (Nolan, Spielberg, Scorsese, Tarantino, Fincher, Russo's) => ๐Ÿ˜ฎโ€๐Ÿ’จ๐Ÿ—ฟ
  • โšฝ Football (massive fan!)

I'm also fascinated by the beauty of physics and can talk for hours about it.
๐Ÿ‹๏ธ My work ethic is as disciplined as my gym routine. Consistency and dedication are key!

My Github Stats


GitHub Streak

GitHub Stats




Get in Touch! ๐Ÿ“ฌ


ย ย ย  ย ย ย 

Pinned Loading

  1. AsteroidsAI AsteroidsAI Public

    Training a Deep Q Learning agent to master the famous arcade game, Asteroids using a DQN Neural Network with Long and Short term Memory recall. This is also my undergrad minor project, 21IS6P01.

    Python 3 2

  2. reddit_memesite reddit_memesite Public

    Custom flask based random reddit meme fetcher with fast meme retrieval based on selected subreddits providing a seamless meme scroll through with multi-route unique caching.

    CSS

  3. Asteroids Asteroids Public

    Arcade game for a single player built using PyGame with various performance metrics and minimalistic graphics using OOP. This is also part of my undergrad minor project, 21IS6P01.

    Python 3 1

  4. 2fa-flask 2fa-flask Public

    A custom 2FA authentication system using Python, SQL, Redis, and SMTP, featuring dynamic 6-digit OTP generation with PyOTP. Provision as AaaS [Authentication as a Service] with a scalable 2FA service.

    Python

  5. discordbot discordbot Public

    Discord bot that evens out your groupchats' warfield as your loyal wingman. Developed using official discord.py module with API based fetching response fetch capabilities.

    Python

  6. image-encrpyter-decrypter image-encrpyter-decrypter Public

    Simple image encryption and decryption using OpenCV2 module and OOP in python with bit based encryption/decryption.

    Python 1