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

Block or report teja00

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
teja00/README.md

Hello there πŸ‘‹

teja00 Open Source Love tejanagubandi

Top Languages Β Β Β  GitHub Stats

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


class MasterStudent:

    def __init__(self):
        self.name = "Teja Nagubandi"
        self.role_interested = "AI Engineer"
        self.language_spoken = ["te", "hin", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")

    def reach_me_put(self):
        print("Drop me a mail at tejanagubandi00@gmail.com")

    def current_interest(self):
        print("πŸ”¬ Current Research: Scalable Distributed Training with Augmented Losses")
        print("πŸš€ Active Projects:")
        print("  - BuildingBlocks: A lightweight library for linear algebra and statistical computations using PyTorch and Nbdev.")
        print("    Documentation: https://github.com/teja00/BuildingBlocks")
        print("  - Go Backend Project: Building an efficient, scalable backend service with Go.")

me = MasterStudent()
me.say_hi()
me.reach_me_out()
me.current_interest()

Pinned Loading

  1. CTIG-Diffusion CTIG-Diffusion Public

    This implementation is based on the paper titled "Conditional Text Image Generation with Diffusion Models," which can be found at arXiv:2306.10804v1.

    Python 8

  2. BuildingBlocks BuildingBlocks Public

    Creating Simple Implementation using Pytorch to work on Linear Algebra, Statistics using Nbdev

    HTML

  3. curio curio Public

    Forked from urban-toolkit/curio

    Curio: A Dataflow-Based Framework for Collaborative Urban Visual Analytics

    TypeScript

  4. DyGLib_TemproalSmoothing DyGLib_TemproalSmoothing Public

    Forked from yule-BUAA/DyGLib

    A Library for Dynamic Graph Learning (NeurIPS 2023)

    Python

  5. GranulQA GranulQA Public

    Granularity-aware Question Answering

    Python 2

  6. GoBackendLegacy GoBackendLegacy Public