FlashML is a webapp that provides a GUI for quickly and easily building maching learning models in PyTorch. The backend python code can be found here: https://github.com/FlashML/flashml-backend
yarn install
(only run this once)yarn start run
- Open to
localhost:3000
- Bidirectional code <-> GUI generation
- Pre-set models (text generation presets like GPT-2 to be precise)
- Dimensionality checking and other model debugging features
- Backend model training on AWS or other cloud providers