Loading repository data…
Loading repository data…
yashprakash13 / repository
An Image Classifier web app built with Fastai and Pytorch using Transfer Learning. These notebooks contain the code from the medium blog articles from the series: A Fast Introduction to Fastai-My Experience.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
An end-to-end deep learning image classifier app built with Fastai and Pytorch.
The notebooks contain the code from the articles from the series: A Fast Introduction to Fastai-My Experience.
This project began with a viral article about my first experience with Fastai. Then it evolved. Troughout these tutorials, I write about:
The ipynb files are as follows:
The Folder RockPaperScissorsClassification contains:
The web app built through streamlit is now live. The code is located in RockPaperScissorsClassification folder.

docker build --tag rps:1.0 .
docker run --publish 8501:8501 -it rps:1.0
Open your browser and go to http://localhost:8501/ and play with the app!