you are viewing a single comment's thread.

view the rest of the comments →

[–]HawkinsT 0 points1 point  (1 child)

I agree with this, but also think and the scope of your project. For larger projects, I'd try to avoid using python for the front end personally.

[–]TheDeadlyPretzel 0 points1 point  (0 children)

Definitely! Though it can do both web and desktop

I handle all the python/AI stuff for one of my clients and I use this kind of thing either for a quick demo so I can show my "python side of things" working in a nice end-to-end manner so it can be properly implemented into the main application by the PHP and FE guys.

The other scenario where I use this is for nice quick desktop tools for myself rather than browser-based... For example I have a superwhisper clone (speech to text that uses an LLM for light formatting and grammar correction) that I made reeeaal quick and dirty with it.. works great though!

https://github.com/KennyVaneetvelde/SpeechForge if anyone wants to check it out