varun80042 / SparkMotion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparkMotion

Set up a TCP server on port 9999 to ingest data, using the following command

ncat -l 9999

Set up a Spark Streaming job, using the following command

spark-submit --conf "spark.pyspark.python={PYTHON_EXE_PATH}" spark-solution.py

Run python -m tools.get_model to fetch the model from AWS S3 bucket. Alternatively, run the command python -m tools.main for a model checkpoint.

About


Languages

Language:Python 100.0%