• Stars
    star
    2
  • Language
    Python
  • Created almost 6 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Some common fractals as well as a small game developed using turtle using turtle module in python.

More Repositories

1

Generative-Art-Sketches

A Generative Art Gallery with the idea of creating a virtual Art Gallery with my creations. I have tried my hands on creating some visually appealing art using Cellular Automata, Recursive Grammar, Phyllotaxis, Sandpiles, Perlin Noise, IFS, Tiling.
JavaScript
33
star
2

Atlassian-Hackathon-Covid-19

The project I made for the Atlassian Hack@Home challenge's final 4-hour individual hackathon where I won the 1st Prize from an initial pool of more than 2,000 students.
Python
19
star
3

WazirX-Portfolio-Tracker

If you have been investing in crypto in India, there is a very good chance that you are using WazirX. If you are using WazirX, then you definitely know that there is no P&L report, no green arrows nor red ones. I have made a portfolio tracker where you can get all of your portfolio details right there on your Terminal/command line!
Python
15
star
4

The-Gallery-of-Computation

A fully functional e-commerce website built with Django to sell my original Generative Art sketches as well as artwork created independently by Generative Adversarial Networks.
CSS
9
star
5

Machine-Learning-Supervised-Learning

These are some popular Machine Learning Algorithms which I have implemented with some data sets. These include implementation of Linear Regression(multi variate), Gradient descent for Logistic and Linear Regression, Decision Trees, Random forests, Naive Bayes, KNN Implementation form scratch, SVM as a multiclass classifier, PCA implementation. They all are written in python 3.5 .
Jupyter Notebook
7
star
6

CANSAT-TEAM-B.A.G.S.-2019

This repository is for the CANSAT Competition 2019 organized by NASA, U.S. Naval Research held at Texas, USA. The repo contains all the codes for the GCS(Ground Control Station) and some scripts to render graphs for the PFR(Post Flight Review).
Python
5
star
7

Puzzles-Solver

Some day to day puzzles solved using C++!
C++
4
star
8

Labs

JFF YO
Python
2
star
9

Best-Artworks-of-All-Time

Visualising the Kaggle dataset "Best Artworks of All Time" and creating a CNN classifier to identify the artist from the given artwork
Jupyter Notebook
2
star
10

Processing-The-Nature-of-Code

The software processing uses JAVA for programming physics simulations or basically anything you like graphically with ease! In this repository I will be implementing whatever I learn from the book The Nature of Code by Daniel Shiffman.
Processing
2
star
11

A-Star-Visualisation

A-star visualization algorithm! Made using P5.js library using Euclidean distance as the heuristic.
JavaScript
1
star
12

Sorting-Algorithms

These are some of the famous sorting algorithms which I have implemented in C++(more will be added)
C++
1
star
13

Assembler

A two pass assembler made in C++. The source code is read from an input file and the final binary translation along with the tables is written on an output file if it is error free.
C++
1
star
14

Natural-Language-Processing-ML

Some projects which use NLP in classification. NLTK and Sklearn used in python. Movie Review Project
Jupyter Notebook
1
star
15

Url-Shortener-using-Spring

A small project I made to understand the workings of Spring Framework in Java with MongoDb.
Java
1
star
16

Smart-Rockets

Smart rockets where the rockets learn to hit the target using Genetic Algorithms.
JavaScript
1
star
17

Differentation-Library

A powerful single variable (as of now) differentiation library.
Python
1
star
18

Data-Structures-From-Scratch

These are some of the codes I have written in C++. I have done the implementation of many data structures - Trees(Binary + BST + Generic), Hashmaps(problems + implementation), Tries, Graphs, some popular algorithms(Dijkstra's, Prim's..), PriorityQueues(implementation + problems), some codes relating to OOPS as well.
C++
1
star