{"id":17041188,"url":"https://github.com/seadve/delta","last_synced_at":"2025-03-23T00:47:09.758Z","repository":{"id":245650891,"uuid":"789254187","full_name":"SeaDve/delta","owner":"SeaDve","description":"Project DeLTA","archived":false,"fork":false,"pushed_at":"2025-01-20T11:59:24.000Z","size":7517,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-16T14:44:04.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeaDve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-20T03:36:20.000Z","updated_at":"2025-01-20T11:59:25.000Z","dependencies_parsed_at":"2024-07-19T07:36:44.925Z","dependency_job_id":"4adcd19d-04eb-4e88-8cba-7824fd36efa1","html_url":"https://github.com/SeaDve/delta","commit_stats":null,"previous_names":["seadve/delta"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeaDve%2Fdelta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeaDve%2Fdelta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeaDve%2Fdelta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeaDve%2Fdelta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeaDve","download_url":"https://codeload.github.com/SeaDve/delta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040189,"owners_count":20551301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T09:11:39.620Z","updated_at":"2025-03-23T00:47:09.732Z","avatar_url":"https://github.com/SeaDve.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project DeLTA\n\n**De**centralized **L**and **T**ransportation **A**ssistant\n\nDeLTA is a land transportation communication system designed for safety,\nconvenience, and accessibility.\n\n## ✨ Features\n\n### 🕊️ Decentralized Communication\n\nCommunication is done via a peer-to-peer network without a need for a central\nserver. Peers can call each other, alert each other, and share their location\nand speed.\n\n### 💥 Crash Detection\n\nCrash detection is done by monitoring the accelerometer. When a crash is\ndetected and confirmed by the user, an alert is sent to all peers.\n\n### 🗣️ Hands-Free Operation\n\nSay `delta` to activate the voice assistant, then say any of the following commands.\n\n| General Commands                  | Description            |\n| --------------------------------- | ---------------------- |\n| `call [peer name]`                | Call a peer.           |\n| `alert [sos / hazard / yielding]` | Alert all peers.       |\n| `find [place type]`               | Find and show a place. |\n\n| Active Call Commands | Description            |\n| -------------------- | ---------------------- |\n| `accept`             | Accept incoming call.  |\n| `decline`            | Decline incoming call. |\n| `cancel`             | Cancel outgoing call.  |\n| `end`                | End ongoing call.      |\n\n| Places View Commands | Description          |\n| -------------------- | -------------------- |\n| `previous`           | Show previous place. |\n| `next`               | Show next place.     |\n| `exit`               | Exit places view.    |\n\n### 📍 Nearby Places\n\nNearby places are shown on the map. Click on a place to show a QR code for more information.\n\n### 🎨 Customization\n\nThe user can set their display icon as well as set communication preferences.\n\n## 🖊️ Planned Features\n\n### 🏢 V2I (Vehicle to Infrastructure) Communication\n\nVehicles can communicate with infrastructure like traffic lights, road signs, and toll gates.\n\n### 🚨 Driver Alertness Detection\n\nDriver alertness is monitored by sensors, such as a camera. When the driver is detected to be drowsy,\na warning is shown.\n\n## 📷 Screenshots\n\n### List View\n\n![List View](data/screenshots/list-view.png)\n\n### Map View\n\n![Map View](data/screenshots/map-view.png)\n\n### Nearby Places\n\n![Nearby Places](data/screenshots/nearby-places.png)\n\n### Place Directions\n\n![Place Directions](data/screenshots/place-directions.png)\n\n### Alert Broadcasting\n\n![Alert Broadcasting](data/screenshots/alert-broadcasting.png)\n\n### Personalization Settings\n\n![Personalization Settings](data/screenshots/personalization-settings.png)\n\n### Privacy Settings\n\n![Privacy Settings](data/screenshots/privacy-settings.png)\n\n### Peer Calling\n\n![Peer Calling](data/screenshots/peer-calling.png)\n\n### Voice Activation\n\n![Voice Activation](data/screenshots/voice-activation.png)\n\n## 🏗️ Building and Running\n\n1. Set up a toolbox container.\n   - Run, `toolbox create --distro ubuntu --release 24.04`\n2. Set up Rust via `rustup`.\n   - Optionally, install `rust-analyzer` via `rustup component add rust-analyzer`.\n3. Run `./setup` to install the required dependencies.\n4. Set up text-to-speech (TTS).\n   1. Uncomment the required locale from `/etc/locale.gen`.\n   2. Install `locales` via `apt` and run `/usr/sbin/locale-gen`.\n5. Set up speech-to-text (STT).\n\n```sh\ngit clone https://github.com/ggerganov/whisper.cpp.git\ncd whisper.cpp\n./models/download-ggml-model.sh tiny.en\n```\n\n6. Use `./run` to build and run the project.\n   - `STT=1 LOCATION=14.676007,120.531093 NAME=ABC-123 ./run`\n   - `LOCATION=14.676760,120.530814 NAME=IJK-456 ./run`\n   - `LOCATION=14.676090,120.531404 NAME=XYZ-789 ./run`\n\n## 🔃 Syncing code to the Pi\n\n```sh\nrsync --filter=':- .gitignore' --exclude \\\".*/\\\" -aP ./ $REMOTE_DIR\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseadve%2Fdelta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseadve%2Fdelta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseadve%2Fdelta/lists"}