{"id":51261222,"url":"https://github.com/cevdettufan/speak_mate_app","last_synced_at":"2026-06-29T12:01:57.374Z","repository":{"id":368027120,"uuid":"1161910613","full_name":"CevdetTufan/speak_mate_app","owner":"CevdetTufan","description":"SpeakMate is an intelligent voice assistant app featuring real-time Speech-to-Text. Built with a Flutter mobile frontend and a high-performance .NET 10 gRPC backend.","archived":false,"fork":false,"pushed_at":"2026-06-28T19:11:07.000Z","size":325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-28T19:22:23.700Z","etag":null,"topics":["csharp","dart","dotnet-core","flutter","grpc","monorepo"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CevdetTufan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-19T16:55:32.000Z","updated_at":"2026-06-28T19:11:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/CevdetTufan/speak_mate_app","commit_stats":null,"previous_names":["cevdettufan/speak_mate_app"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/CevdetTufan/speak_mate_app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CevdetTufan%2Fspeak_mate_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CevdetTufan%2Fspeak_mate_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CevdetTufan%2Fspeak_mate_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CevdetTufan%2Fspeak_mate_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CevdetTufan","download_url":"https://codeload.github.com/CevdetTufan/speak_mate_app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CevdetTufan%2Fspeak_mate_app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34925718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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":["csharp","dart","dotnet-core","flutter","grpc","monorepo"],"created_at":"2026-06-29T12:01:56.514Z","updated_at":"2026-06-29T12:01:57.369Z","avatar_url":"https://github.com/CevdetTufan.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpeakMate\n\nSpeakMate is a smart AI assistant application supporting voice commands and Speech-to-Text capabilities. This project brings together a **Flutter** (Mobile Client) and **.NET 10 gRPC** (Server) architecture in a unified monorepo.\n\n## Architecture \u0026 Folder Structure\n\nThe project is structured as a Monorepo:\n\n- **`src/SpeakMate.Client/`**\n  - The mobile frontend built with Flutter. It records audio and streams the voice data (or transcribed text) to the server via gRPC.\n- **`src/SpeakMate.Contracts/`**\n  - The shared library that contains the `speech_analysis.proto` file and related C#/.NET helper classes. It defines the communication schema between the Flutter Client and the .NET Server.\n- **`src/SpeakMate.Server/`**\n  - A high-performance, gRPC-powered .NET 10 backend application. It receives audio streams from the Flutter client, processes them via an AI engine (Mock or real integrations like OpenAI), and streams the results back to the client.\n- **`tests/`**\n  - Contains xUnit test projects to ensure the backend logic works correctly.\n\n## Getting Started\n\n### 1. Running the Server (Backend)\nThe backend runs on .NET 10.\n```bash\n# Navigate to the backend folder or run the solution from the root\ndotnet run --project src/SpeakMate.Server/SpeakMate.Server.csproj\n```\n*(The server will typically start on a default port like `localhost:5001` or `localhost:5000`.)*\n\n### 2. Running the Client (Flutter)\nBefore running the Flutter app, ensure you install all dependencies.\n*Note: If you make changes to the `.proto` files in the future, you will need to regenerate the Dart gRPC code using the `protoc` tool.*\n```bash\ncd src/SpeakMate.Client\nflutter pub get\nflutter run\n```\n\n## Technologies Used\n- **Frontend:** Dart, Flutter, `speech_to_text`, `grpc`, `protobuf`\n- **Backend:** C#, .NET 10, gRPC (`Grpc.AspNetCore`)\n- **Communication:** HTTP/2 (gRPC) \u0026 Protocol Buffers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevdettufan%2Fspeak_mate_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcevdettufan%2Fspeak_mate_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcevdettufan%2Fspeak_mate_app/lists"}