Giter Club home page Giter Club logo

Hello World! I'm Hetvi Hadvani


Glad to see you here! 🤩  

I'm a pursuing Bachelors's in Computer Engineering 🎓 at CHARUSAT University🏛. I'm an enthusiastic, inquisitive programmer who's always willing to work across domains 💡. I love to explore new technologies and leverage them to solve real-life problems ✨.


GIF GIF GIF

About me...

-🌱 I’m currently into web-development🕸.

-🤖 I'm exploring AI and ML.

-👩‍💻I'm learning Data Structure and Algorithms and will continue till my last breath😂.

-✍Am Content Writer at Club Gamma | Charusat University.

More about me...

-😈My motto - Strive until its done.

-⚡Quantitative aptitude is all time fav🤩.

-🧠Love solving puzzels and logical reasoning questions 🧩🧩.

-🎸I play guitar in my free time.

-🤠Love Math, Music and Mythology (weird enough😂).

Have fun with my projects🤩:

-Play some drums here 🥁.

-Share and read blogs here 📔.

Most used Languages

Skills

HTML CSS C Java C++ Python Django Angular Vim VSCode Pelican Git

Reach me

Hetvi's Linkdein Hetvi's Email Hetvi's Github Hetvi's Codechef Hetvi's Leetcode Hetvi's Instagram

Hetvi Hadvani's Projects

complete-placement-preparation icon complete-placement-preparation

This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.

devjoke icon devjoke

#DevJoke. Submit a PR if you know a good dev joke.

dsa icon dsa

Important DS and Algos

dsa_sem4 icon dsa_sem4

I'll be adding my code for practical file here. Feel free to contribute, add code if you have better approaches.

image_steganography icon image_steganography

# Image Steganography Encryption - hides an image in another image Decryption - takes encrypted image to produce original images ## Dependencies - Python OpenCV ```pip3 install opencv-python``` - Numpy ```pip3 install numpy``` ## Usage ### Encryption ``` $: chmod +x encrypt.py $: ./encrypt.py <file1> <file2> (<name>) ``` Where <file1> and <file2> are images in the source folder (img/) Creates file ```<name>.png``` in destination folder (encrypt/). If name not given, default is ```output.png``` ### Decryption ``` $: chmod +x decrypt.py $: ./decrypt.py <filename> (<name>) ``` Where <filename> is an image in source folder (encrypt/) Creates files ```<name>1.png``` and ```<name>2.png``` in destination folder (decrypt/) if name given. If name not given, default is ```output1.png``` and ```output2.png```

learning-cloud icon learning-cloud

List of resources - courses, sample code, articles and screencasts for learning AWS, Azure, GCP, IBM and Alibaba Cloud

mrguide icon mrguide

The app is an integration of timer with To-do list which helps users to schedule their tasks more efficiently and avoid procrastination.

python_chatbot icon python_chatbot

In this Python project with source code, we are going to build a chatbot using deep learning techniques. The chatbot will be trained on the dataset which contains categories (intents), pattern and responses. We use a special recurrent neural network (LSTM) to classify which category the user’s message belongs to and then we will give a random response from the list of responses. Let’s create a retrieval based chatbot using NLTK, Keras, Python, etc.

sorting_visualizer icon sorting_visualizer

Sorting Visualizer is a GUI based python program to visualize common Sorting Algorithms. It uses the Tkinter Library in python for GUI.

twitter-web-clone icon twitter-web-clone

Official Hacktoberfest 2021 project repository from Club Gamma. Start hacking!

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.