{"id":29958490,"url":"https://github.com/kahlery/wayou-lt","last_synced_at":"2026-05-01T18:32:23.865Z","repository":{"id":235231869,"uuid":"790344830","full_name":"kahlery/wayou-lt","owner":"kahlery","description":"⛵️ presentation of the recommender-engine with a competitive UX by React-Native mobile application to end user, AI powered route generator.","archived":false,"fork":false,"pushed_at":"2024-09-12T16:29:46.000Z","size":120464,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T20:55:14.733Z","etag":null,"topics":["ai","dotnet","full-stack","grpc","microservice","n-layer","n-tier","react-native","recommender-system","text-generation"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kahlery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-22T17:56:32.000Z","updated_at":"2024-11-03T14:21:09.000Z","dependencies_parsed_at":"2024-09-13T03:43:13.925Z","dependency_job_id":null,"html_url":"https://github.com/kahlery/wayou-lt","commit_stats":null,"previous_names":["kahleryasla/wayou-lt","kahlery/wayou-lt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kahlery/wayou-lt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kahlery%2Fwayou-lt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kahlery%2Fwayou-lt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kahlery%2Fwayou-lt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kahlery%2Fwayou-lt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kahlery","download_url":"https://codeload.github.com/kahlery/wayou-lt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kahlery%2Fwayou-lt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32508901,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ai","dotnet","full-stack","grpc","microservice","n-layer","n-tier","react-native","recommender-system","text-generation"],"created_at":"2025-08-03T20:46:25.935Z","updated_at":"2026-05-01T18:32:23.857Z","avatar_url":"https://github.com/kahlery.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cbody style=\"background: #fff; font-family: Arial, sans-serif; line-height: 1.6;\"\u003e\n\n# Wayou\nThe recommender-engine, AI powered route generator.\n\nThe project is divided into 4 main parts:\n- CenterEnd: The main backend that handles the requests and responses.\n- Microservices: The services that are responsible for the AI and the recommendation engine.\n- Clients: The clients that are responsible for the user interface.\n- Data: The data, fetch and some operations that is related with the AI.\n\n## How to run\nSorry for the inconvenience, but the project is not yet dockerized, so you have to run each part separately.\n\n### Mobile\n```sh\ncd clients/mobile\nnpm i\nnpx expo start\n```\n\n### Center End Backend:\n```sh\ncd backend \ndotnet build\ncd CenterEnd/CenterEnd.GatewayApi\ndotnet run\n```\n\n### For Each MicroService:\n```sh\ncd backend/Microservices/\\[name of the microservice\\]\nif the microservice powered by flask: python3 pip install python3 src/main.py\nif the microservice powered by node: npm install node src/index.js\nif the microservice powered by dotnet: dotnet build dotnet run\n```\n\n## Some Screenshots\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center;\"\u003e\n    \u003cimg src=\"./assets/screenshots/ss-login.jpeg\" alt=\"login\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/screenshots/ss-home.jpeg\" alt=\"home\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/screenshots/ss-decks.jpeg\" alt=\"decks\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/screenshots/ss-place-info.jpeg\" alt=\"place-info\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/screenshots/ss-create-route.jpeg\" alt=\"create-route\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/screenshots/ss-route-info.jpeg\" alt=\"route-info\" height=\"300\"/\u003e\n\u003c/div\u003e\n\n## Backend diagrams\n\u003cdiv style=\"display: flex; flex-wrap: wrap; justify-content: center;\"\u003e\n    \u003cimg src=\"./assets/diagrams/center-end-structure.svg\" alt=\"center-end-structure\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/diagrams/software-architecture.svg\" alt=\"software-architecture\" height=\"300\"/\u003e\n    \u003cimg src=\"./assets/diagrams/request-response.drawio.svg\" alt=\"request-response\" height=\"300\"/\u003e\n\u003c/div\u003e\n\n\u003c/body\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkahlery%2Fwayou-lt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkahlery%2Fwayou-lt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkahlery%2Fwayou-lt/lists"}