SkyisjustTheBeginning
Certified Python Programmer.Worked with CNN models , XGBoost,Decision Tree,Linear Regression,Random Forest etc. Has scraped websites using Scrapy Learning C++
India
Pinned Repositories
acronym
A program which converts a sentence into an acronym
breed-identifier
A transfer learning model to identify the breed of a dog from an image.It uses the trained model mobilenet.The modules used are Numpy , PIL , Tensorflow and tensorflow_hub
column-extractor
Python program which prints all the values under a column in a .csv file.Uses the pandas module.
Dog-vs.-Cat-Image-Classifier
A Convolutional Neural Network designed to classify dog and cat images.
EasyConvert
A program to convert images in a folder into a numpy array
Image-Reader
Program to change the format of an image
Password-Generator
A simple Password generator.This password generator only uses the module random and uses no other built-in functions.
Plates-Banking-Simulation
A simple simulation of a banking system.
Rabbit-Virtual-Assistant
A virtual assistant using Python named Rabbit.
Speech-Synthesizer
A simple Speech Synthesizer which uses the module gTTS for Speech Synthesization , Tkinter for GUI ,functools to send data to a tkinter function and os to open the audio file after conversion.
SkyisjustTheBeginning's Repositories
SkyisjustTheBeginning/Plates-Banking-Simulation
A simple simulation of a banking system.
SkyisjustTheBeginning/Rabbit-Virtual-Assistant
A virtual assistant using Python named Rabbit.
SkyisjustTheBeginning/acronym
A program which converts a sentence into an acronym
SkyisjustTheBeginning/breed-identifier
A transfer learning model to identify the breed of a dog from an image.It uses the trained model mobilenet.The modules used are Numpy , PIL , Tensorflow and tensorflow_hub
SkyisjustTheBeginning/column-extractor
Python program which prints all the values under a column in a .csv file.Uses the pandas module.
SkyisjustTheBeginning/Dog-vs.-Cat-Image-Classifier
A Convolutional Neural Network designed to classify dog and cat images.
SkyisjustTheBeginning/EasyConvert
A program to convert images in a folder into a numpy array
SkyisjustTheBeginning/Image-Reader
Program to change the format of an image
SkyisjustTheBeginning/Password-Generator
A simple Password generator.This password generator only uses the module random and uses no other built-in functions.
SkyisjustTheBeginning/Speech-Synthesizer
A simple Speech Synthesizer which uses the module gTTS for Speech Synthesization , Tkinter for GUI ,functools to send data to a tkinter function and os to open the audio file after conversion.
SkyisjustTheBeginning/stopword-remover
Python program to remove stopwords from a sentence.Uses the GENSIM module.
SkyisjustTheBeginning/Titanic-Prediction-Model
A XGBoost Classification model trained using the Titanic Dataset.
SkyisjustTheBeginning/tweet-status
Python program which can find the status of a tweet using the tweet id.One python program prints the output in json format while the other as a status object.
SkyisjustTheBeginning/word-embeddings
Training a CNN model with word embeddings
SkyisjustTheBeginning/Article-Finder
A python program which uses Scrapy to find articles with a certain keyword in it.
SkyisjustTheBeginning/Audio-Search
Program searches for the presence of given word in given audioclip.Can only check .wav files (limitation of module used).
SkyisjustTheBeginning/Covid-19-Tracker-in-8-lines
A simple Covid-19 Tracker in 8 lines. Written in Python. Uses the module "covid".
SkyisjustTheBeginning/CurrencyConverter-in-10-lines
Currency Converter in 10 lines of code.Simplest one.Uses currency_converter module.
SkyisjustTheBeginning/Dice-Simulation
Python program to simulate a dice roll.Uses the time and random module.
SkyisjustTheBeginning/Easy-Convert
A Python Program which can convert the images in a folder to a Numpy Array.
SkyisjustTheBeginning/Hercules
SkyisjustTheBeginning/Issue
SkyisjustTheBeginning/Learning-Platform
Django-built learning platform for the specially-abled.
SkyisjustTheBeginning/Python
SkyisjustTheBeginning/Simple-Search
A simple search algorithm to find the presence of a keyword in a list or tuple.
SkyisjustTheBeginning/Starbucks-Assistant
A python program capable of finding snacks available at Starbucks based on user preferences.Dataset from Kaggle.
SkyisjustTheBeginning/Topic-Modeling