Giter Site home page Giter Site logo

Hey There! I am Abhishek Dobliyal

Linkedin: Abhishek Dobliyal GitHub Abhishek-Dobliyal

Trophies

Technology Stack

Languages:

Frameworks:

Additional:

GitHub Analytics

A little more about me...

package main

import (
    "fmt"
    lucian "graphicera.com/Abhishek-Dobliyal"
)

type About struct {
    lucian.AbhishekDobliyal
    Languages map[string][]string
    Tools map[string][]string
    Additional []string
}

func (a *lucian.AbhishekDobliyal) StayHappy(enjoy bool) {
    if enjoy {
        fmt.Println("Stay happy and keep coding!")
    } else {
        fmt.Println("Stay focused and keep coding!")
    }
}

func NewAbout() *About {
    return &About{
    
        Languages: map[string][]string{
            "Advanced": []string{"Python"},
            
            "Intermediate": []string{"GoLang", "Javascript", "SQL"},
            
            "Novice": []string{"C++", "Java"},
        },
        
        Tools: map[string][]string{
            "Machine Learning": []string{"Sklearn", "Pandas", "Numpy", 
                                         "Matplotlib", "Seaborn", "Tensorflow", 
                                         "Keras"},
                                                          
            "Web Related": []string{"Flask", "BeautifulSoup", "Streamlit", "VueJS", 
                                    "FastAPI", "Fiber", "TailwindCSS", "Bootstrap"},
                                    
            "GUIs/Automation": []string{"Tkinter", "Pygame", "PyAutoGUI"},
        },
        
        Additional: []string{"MySQL", "MongoDB", "HTML", "CSS", "Git/Github", 
                             "Data Structures and Algorithms", 
                             "Full Stack Development"},
    }
}

func main() {
    abhishekDobliyal := NewAbout()
    abhishekDobliyal.StayHappy(true)

    fmt.Println(abhishekDobliyal.Languages)
    fmt.Println(abhishekDobliyal.Tools)
    fmt.Println(abhishekDobliyal.Additional)

    fmt.Println("Thank You for visiting my Repo.")
}

Abhishek's Projects

algoviz icon algoviz

Visualizing Sorting and Searching algorithms made easy.

book-my-auto icon book-my-auto

Mobile web app to book 🛺 without an installable app. Part of Nama Yatri Open Mobility challenge.

calculation-pad icon calculation-pad

Jot down any mathematical expression as you would on a paper, Let Machine Learning take care of the rest.

codegpt icon codegpt

A utility to assist and automate coding tasks.

covid_19_predictor icon covid_19_predictor

A web app to predict the probability of COVID-19 in a patient using Machine Learning.

crypt icon crypt

Encrypt/Decrypt your meassages using ASCII strings

crypton icon crypton

Stalk the top-20 cryptos. (Part of MLH Global API Week Hackathon)

deploy-drop icon deploy-drop

A command-line utility to remove all deployments from a (inactive) github repository.

falcon icon falcon

Remotely monitor any system through simple HTTP requests.

generator icon generator

A web app developed using Vue.js and Bootstrap to generate random objects

hackernewz icon hackernewz

A clone of HackerNews website made with Vue & TailwindCSS

imagevision icon imagevision

A web app for image processing that can come in handy in day-to-day life.

lotus icon lotus

A Simple Virtual Assistant developed using PYTHON-3

monoshot icon monoshot

A web app that makes applying video and image enhancements a breeze.

portfolio icon portfolio

A material design inspired simple & clean e-portfolio

py-lock icon py-lock

A simple CLI Credentials Manager purely written in Python 3

quoter icon quoter

Generate quotes. (Part of MLH Global API Week Hackathon)

request2g0 icon request2g0

Test APIs with single click of a button. Uber app inspired user interface.

scrapein icon scrapein

A simple CLI tool to scrape jobs from Indeed.

speller icon speller

Grammar and Spell check on the fly.

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.