pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

User interface for interactive inference, i.e. drag and drop data input. #245

Open jhaux opened 4 years ago

jhaux commented 4 years ago

It is often beneficial to play around with a model, without the overhead of writing a loader script for some data you just want to see your model evaluated on. Your task would be to make such an interface using a framework of your choice. The end goal would be to supply edflow with the same information as during training, then opening a window and allowing the user to drop in whatever data they want to pass through the model.