Open dancesWithCycles opened 2 years ago
Hi @dancesWithCycles , this program is developed with python3.
package.json
is commonly seen in nodejs applications, not here.
Further details:
stops.txt
, routes.txt
etc. If you start the application without any imported data to begin with, then as you go creating new data, a corresponding .h5 file is created by the backend.
Hi folks, Thank you so much for providing and maintaining this repository! After making some experiences with using, running and deploying the repository I am wondering how it is developed. For instance, I can not find a
package.json
file. That raised the question: What is a possible development process? Cheers!