8000 teja00 (Teja) ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View teja00's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro

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.

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
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 7

  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

0