This project generates trajectory coordinates and provides API services for both Linux and Windows environments.
pip install -r requirements.txt
python src/main.py
python -m unittest discover -s tests
docker build -t trajectorybuilder .
docker run -d -p 5000:5000 trajectorybuilder