Aadit Kamat

Results 32 issues of Aadit Kamat

Closes #157

**Is your feature request related to a problem? Please describe.** My GitHub README was cluttered because of the different features I had included. So I rewrote it using HTML to...

help wanted
Brainstorming

Currently, the project already has a `Pipfile` along with a `Pipfile.lock`. I would suggest installing `pipenv` even inside the Docker container and moving all the dependencies from the `requirements.txt` file...

Brainstorming

I have added a slider to adjust the animation speed upto a maximum of 50x. ![Convolution Visualizer](https://user-images.githubusercontent.com/30969577/93710920-bafed200-fb7c-11ea-99b3-bbe7a50865cd.gif)

I have tweaked the CSS to display the output and weight matrices to the right with wrap around in case there isn't enough space.

Major Changes made: - Split the `index.js` file into `App.js` and the respective files for each React Component - Added seperate CSS files for styling each component in the `styles`...

I have rephrased the installation instructions a little bit. Hope this version looks fine!

Specifying the project dependencies using the [`install_requires` keyword](https://packaging.python.org/discussions/install-requires-vs-requirements/) should allow users to install the required dependencies as they install `sightseer` via pip.

Generated using Toptal's gitignore. I wanted to add a generic gitignore based on the different languages that have been used to contribute code to this repository.