Git Product home page Git Product logo

Hey there

visitors Open Source Love

#!/usr/bin/python
# @author: Yuvraj Dagur | @thatfreakcoder

class AboutMe:
    def __init__(self):
        self.name = "Yuvraj Dagur"
        self.role = "Student - B.Tech in Computer Science and Engineering"
        self.location = "Jaipur, Rajasthan (India)"
        self.blog = "https://dev.to/thatfreakcoder/"
        self.knowledge_base = [
            "Machine Learning",
            "MEAN Stack Web Development",
            "Server Side Scripting"
        ]
        self.knowledge_base.insert(0, "Deep Learning")

    def about_me(self):
        print(
            """Hello there, thanks for dropping by!

This is {name}, I live in {location}. I am a {role} and recently I am focusing on {focus} for my personal growth.

I have wide interests, but most of them are {knowledge_base}.

I write down tips and lecture notes on my personal tech blog, which can be found here: {blog}""".format(
                name=self.name,
                location=self.location,
                role=self.role,
                focus=self.knowledge_base[0],
                knowledge_base=", ".join(self.knowledge_base[1:]),
                blog=self.blog,
            )
        )

know_more = AboutMe()
know_more.about_me()

🔧 Skills

Python Node Angular Tensorflow Flask Heroku MySQL

📈 GitHub Stats

Zhenye's GitHub Stats Zhenye's GitHub Stats

😋 Let's Connect

Yuvraj Dagur's Projects

angularweatherapp icon angularweatherapp

An Angular Weather Webapp for displaying weather data for different countries, cities, states and coordinates. Currently view Wind Speed, Humidity, Pressure and Feels Like Temperature, using OpenWeatherMap API.

basic-tetris icon basic-tetris

Basic Tetris Game built using HTML, CSS and Javascript.

bootstrap-component-library icon bootstrap-component-library

This Repository will have different type of pre-build components like navigation bar , carousel etc etc based on bootstrap . Please consider contributing to it if you think your designed components could help the newbie web developers.

botbuilder-samples icon botbuilder-samples

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript and TypeScript to help you get started with the Bot Framework SDK!

ccmp icon ccmp

[Private Projects] Client Connection Management Portal for Dispur Wireless

collabomate icon collabomate

A collaborative platform where anyone can come in and post their ideas regarding a project or a startup. Others can see their ideas and can help in collaborating with that idea and make it a reality.

covid-resource-portal icon covid-resource-portal

An open source, crowdsourced Resource Portal for sharing Leads and Information for COVID Resources from everywhere.

covid19-forum icon covid19-forum

An opensource forum to write about anything and everything related to your mental health during the Covid-19 Lockdown. There can be some Doctor Signups too.

d-cypher icon d-cypher

An attempt to replicate the famous Enigma Machine to Code and Decode messages. Currently working only on Desktop site.

datascience-mashup icon datascience-mashup

In this repo I will try to gather all of the projects related to data science with clean datasets and high accuracy models to solve real world problems.

dreamscrape icon dreamscrape

Json data set of dream reports, scraped from DreamBank

git-github-workshop icon git-github-workshop

Repository for the 3-day workshop on Git and Github in Poornima Institute of Engineering and Technology by Cytron Club

google-keep-clone icon google-keep-clone

A clone of the Google Keep App that everyone can take notes into. The notes will be public to all and everyone can add or remove any note.

gpt-2 icon gpt-2

Code for the paper "Language Models are Unsupervised Multitask Learners"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.