Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romanthekat/food-delivery-notifier
https://github.com/romanthekat/food-delivery-notifier
golang ipython-notebook jupyter-notebook
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/romanthekat/food-delivery-notifier
- Owner: romanthekat
- License: mit
- Created: 2020-09-05T10:45:38.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-01T15:08:02.000Z (over 2 years ago)
- Last Synced: 2024-09-28T00:01:07.005Z (about 1 month ago)
- Topics: golang, ipython-notebook, jupyter-notebook
- Language: Jupyter Notebook
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= food-delivery-notifier
:hardbreaks:image::icons/bag/red.png[Food Delivery Notifier,64,64,align="center"]
Tracks food delivery status, shows icon in status tray.
== Screenshots
image::examples/1.png[128,128,float="left"]
image::examples/2.png[128,128,float="left"]
image::examples/3.png[128,128]== link:notebook.ipynb[Jupyter notebook]
Notebook with delivery time assessment, to make a prediction how fast food will be delivered.
[source]
----
conda activate base
pip3 install sklearn matplotlib geopandas descartes
jupyter notebook
----== Supported services
TBD
== Build
`go build github.com/romanthekat/food-delivery-notifier`
or
`go install github.com/romanthekat/food-delivery-notifier`