You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we use reflex, we either need to put a backend around it, or we need to use something like reflex sdl. I'm in favor of a backend and putting it on the web because now it can be deployed as a service (making it really accessible).
Make a frontend that can handle the cli input in whatever way possible. This should include handling video files (which on cli are simply a path, but with like html should be a fileinput).
Make some backend which can receive the input from the frontend and run the CLI program.
Test it out and if it works you're done.
You could potentially simplify this by making a native frontend in for example node or sdl, then you don't need the backend part and can run the CLI directly.
I'm considering making a frontend for this project that makes it easier to use for regular people (not software engineers).
Probably with reflex (because I'm familiar with it).
The text was updated successfully, but these errors were encountered: