- Previously awarded Best Developer Tool (HackPrinceton'24)
- Watch our new demo video

After training, you can also download a python notebook. See the code for everything you just did on Scraply!


The heat maps shown when initializing a CNN are generated from a method called PEEK1. It was developed by Mackenzie Meni and the NETS Lab at the Florida Institute of Technology. PEEK visualizes neural network decision-making by computing entropy-based maps of convolutional layers. It is able to create heat maps by highlighting the most information-rich regions in the input. Check out the paper here!
Some cool PEEK maps from the CIFAR10 image dataset:

The scraply server isn't deployed yet, therefore you need to run your own backend! We are working on cost-effective and possible funding/sponsor options to allow users to train their Scraply models for free :)
- visit scraply (server status shows offline)
- clone github repo
git clone https://github.com/the-AMA-team/scraply.git
- go to the api directory
cd scraply/dynamic-model-api/
- download python packages
pip install -r requirements.txt
- run server
uvicorn app:socket_app --host 0.0.0.0 --port 5000 --reload
- 👾 explainability features
- 👾 outputs tab with model insights
- 👾 live training graph
- 👾 stop/resume training
- 👾 ability to run in browser (using tf.js)
- 👾 uploading custom datasets and data pre-processing
- 👾 encoder support for transformers
Alan 🧑🍳: Cloud Ops
Mehek 🤓: Backend/AI
Adi 🤩: Frontend/UI
Footnotes
-
M. Meni, T. Mahendrakar, O. D. Raney, R. T. White, M. L. Mayo, and K. R. Pilkiewicz (2024). Taking a PEEK into YOLOv5 for Satellite Component Recognition via Entropy-based Visual Explanations. AIAA SCITECH 2024 Forum. https://arc.aiaa.org/doi/abs/10.2514/6.2024-2766 ↩