openfoundry-ai / model_manager

Model Manager is a Python package that simplifies the process of deploying an open source AI model to your own cloud.
https://www.openfoundry.ai
MIT License
290 stars 18 forks source link

Could it be better to separate the nextjs project and the core python module? #23

Open zaibutcooler opened 5 months ago

zaibutcooler commented 5 months ago

I see that having python and nextjs configs in one repo are hard to maintain and hard to work through in my opinion. (I could be wrong too)

Not exactly an issue right now but it might have some confusion when we try to deploy and the codebase gets bigger. Nextjs files and folders are messy in nature, it might potentially cover up all our core features and files. For example, testing, Docker, github actions, documentations etc etc

Screenshot 2024-05-18 at 3 06 32 PM

I am open to discuss!