What did you build it with? What’s going on under the hood?
Suggestion: Instead of asking for an email address on submission for a completion update, do you think it might be worth just providing a URL or saying check back here in XX minutes to see when it’s done? Or maybe provide a progress bar with an ETA? I think more people might use it that way
Thank you for your kind words, and I will think about your suggestion.
The backend server is written in, unsurprisingly, Elixir. The processing pipelines use machine learning stuffs, so they are written in Python. I actually tried what was mentioned in the talk above about using Elixir for ML. But I cannot get axon_onnx to successfully import a model. So I have to give it up for now. It’s indeed tempting for me to have the pipelines also in Elixir. I probably will try again later.