Skip to content
View adipoluri's full-sized avatar

Highlights

  • Pro

Organizations

@TheTripleA2023 @RecallRehearsal
Block or Report

Block or report adipoluri

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

Hi there, I'm Adi!👋

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Adi Poluri"
        self.school = "UBC"
        self.location = "Vancouver"
        self.role = {
            "incoming": "TBD",
            "previous": "Computer Vision Engineer @ DaoAI"
        }
        self.ask_me_about = ["game-dev", "ai", "computer-vision","three-js"]
       
    def moreInfo(self):
        aboutMe = {
            "currentFocus" : "Building a Space Flight Simulator in the Destiny 2 Universe",
            "languages" : ["Python", "C++", "C", "C#", "Java", "Dart","Javascript", "TypeScript", "Julia"],
            "technologies" : {
                "web" : ["React", "JavaScript", "ThreeJS", "NodeJS", "NextJS", "Flutter", "HTML/CSS", "Socket.io"],
                "gamedev" :  ["Unity", "Unreal Engine", "three.js", "Godot"],
                "mobile" : ["Flutter", "Android Development"],
                "databases" : ["MySQL", "hiveDB", "mongo"],
                "robotics/hardware" : ["pSoC Creator", "arduino", "BLE"],
                "misc" : ["Firebase", "supabase", "open-cv", "flask", "spacy", "NLTK"]
            } 
        }
        print(aboutMe)
        
    
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting!")
    
    
me = SoftwareEngineer()
me.say_hi()
me.moreInfo()

Pinned

  1. TheTripleA2023/theCouncilApp TheTripleA2023/theCouncilApp Public

    Give the Council your problem, and you can get a bunch of (imaginary AI-generated) friends to weigh in on your dilemmas, even if you're all alone!

    TypeScript 1 1

  2. quizifymusicgame quizifymusicgame Public

    A fun game where you can test your music knowledge with your friends!

    JavaScript 2

  3. redacted redacted Public

    Repo for my FPS game [REDACTED]. [REDACTED] is a passion project to test out Unity's capabilities and publish a finished game.

    C# 3 1

  4. tidbit tidbit Public

    🍩 TidBit! The browser extension that makes finding answers and completing tasks a breeze. Our 2023 NwHacks Project.

    TypeScript 3