Aadit Kamat
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...
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...
I have added a slider to adjust the animation speed upto a maximum of 50x. 
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.