Hi everyone,
I’m working on machine learning project and I currently have 6 multiple repository for each machine learning project. I recently came across monorepo
thought I would implement that.
I tried my best to understand and get some example tutorial/article/repository unfortunately, I couldn’t find any.
can someone please tell me provide me any example?
I also have questions,
1 . should I have separate environment for each projects? like requirements.txt and dockerfile for each project
or
should I have one requirements.txt and dockerfile for entire projects(all six projects)?
- is there any specific tools or software available for this method?