Hey pal,
just wanted to get your tool up and running. What I noticed is, that your requirements.txt is fully loaded with unnecessary tools like torch and tensorboard. I guess one does not need this for your tool. This mostly happens when you use pip freeze to generate the requirements file. You should either try pipreqs this will generate your requirements for specific project files only or you should use virutal environments or conda to seperate your requirements (I personally prefer the first because you can easily use this on any python file(s) and will get all the requirements of them).
Anyway, nice tool so far and don't get this wrong pls, only want to help :)
Hey pal,
just wanted to get your tool up and running. What I noticed is, that your
requirements.txtis fully loaded with unnecessary tools like torch and tensorboard. I guess one does not need this for your tool. This mostly happens when you usepip freezeto generate the requirements file. You should either try pipreqs this will generate your requirements for specific project files only or you should use virutal environments or conda to seperate your requirements (I personally prefer the first because you can easily use this on any python file(s) and will get all the requirements of them).Anyway, nice tool so far and don't get this wrong pls, only want to help :)