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
I have searched for existing issues that already suggest this feature.
Describe the Feature Request
A template python StreamLit application - a boilerplate, really.
Describe the Use Case
This allows me to prototype custom per-use-case AI applications, open source and written by me, connected to my own self-hosted AI compute or to paid API's (OpenAI, et al.).
Ideally one day, these can be PWA's and written in SvelteKit, self-hosted from my node.
Describe Preferred Solution
This can be an example repo with all the needed StartOS files. Ideally this would be a monolith repo, not pulling from a docker image. The Python code would be included and it would all be made into an .s9pk with a make command. This way I can build from source on my machine with no outside internet needed and upload to my own node.
Describe Alternatives
I have considered learning frontend web frameworks, but as my time is limited and my skills are more in AI and python... I am very very limited by mostly knowing Python.
But Python is a valid choice and many plebs starting out may only know one language. This allows many like me to build a self-hosted AI application on my own StartOS node from reclaimed hardware.
One day this should be built, by someone.
Anything else?
StartOS should enable everyone to run their own AI models!
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the Feature Request
A template python StreamLit application - a boilerplate, really.
Describe the Use Case
This allows me to prototype custom per-use-case AI applications, open source and written by me, connected to my own self-hosted AI compute or to paid API's (OpenAI, et al.).
Ideally one day, these can be PWA's and written in SvelteKit, self-hosted from my node.
Describe Preferred Solution
This can be an example repo with all the needed StartOS files. Ideally this would be a monolith repo, not pulling from a docker image. The Python code would be included and it would all be made into an .s9pk with a
make
command. This way I can build from source on my machine with no outside internet needed and upload to my own node.Describe Alternatives
I have considered learning frontend web frameworks, but as my time is limited and my skills are more in AI and python... I am very very limited by mostly knowing Python.
But Python is a valid choice and many plebs starting out may only know one language. This allows many like me to build a self-hosted AI application on my own StartOS node from reclaimed hardware.
One day this should be built, by someone.
Anything else?
StartOS should enable everyone to run their own AI models!
The text was updated successfully, but these errors were encountered: