{"id":20221947,"url":"https://github.com/devmrfitz/feedback-analytics-dashboard","last_synced_at":"2025-05-07T08:31:19.947Z","repository":{"id":203282083,"uuid":"708645975","full_name":"devmrfitz/feedback-analytics-dashboard","owner":"devmrfitz","description":null,"archived":true,"fork":false,"pushed_at":"2024-02-05T18:02:59.000Z","size":38,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T12:16:51.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devmrfitz.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}},"created_at":"2023-10-23T05:05:00.000Z","updated_at":"2024-02-06T06:51:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ac07565-315b-4a83-9ec8-9e62ae04937e","html_url":"https://github.com/devmrfitz/feedback-analytics-dashboard","commit_stats":null,"previous_names":["devmrfitz/feedback-analytics-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmrfitz%2Ffeedback-analytics-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmrfitz%2Ffeedback-analytics-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmrfitz%2Ffeedback-analytics-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devmrfitz%2Ffeedback-analytics-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devmrfitz","download_url":"https://codeload.github.com/devmrfitz/feedback-analytics-dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252842494,"owners_count":21812678,"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-11-14T06:54:55.831Z","updated_at":"2025-05-07T08:31:19.072Z","avatar_url":"https://github.com/devmrfitz.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Real-Time Customer Feedback Analytics Dashboard\n\nThis is a Python-based feedback analytics application that allows concurrent sentiment and topic analysis of feedbacks received from various source platforms. After processing, the aggregated results are displayed on a dashboard for easy visualization and interpretation.\n\u003cimg width=\"764\" alt=\"image\" src=\"https://github.com/devmrfitz/feedback-analytics-dashboard/assets/58381523/7e7f8d08-c55d-4382-bb98-dd278f3b2c29\"\u003e\n\n\n## Demo\nFor demo purposes, the dashboard allows sending of sample requests, as well as checking status of requests using their task ID.\n\n## Setup\n### Prerequisites\n- minikube\n- kubectl\n\n### Command\nThe `manifest.yaml` file contains the Kubernetes manifest for the application. To deploy the application, run the following command:\n```bash\neval $(minikube -p minikube docker-env) # Connect to minikube's docker daemon\ndocker build -t myimage .\nkubectl apply -f manifest.yaml\n```\n \n## Usage\n### Forwarding miniKube's port\nTo access the dashboard, you will need to forward the port of the dashboard service from minikube to your local machine. To do so, run the following command:\n```bash\nminikube service fastapi-svc --url  # Needed only if desired to access the FastAPI deployment directly\nminikube service streamlit-svc --url\n```\n\n## Configuration\nThe workers can be scaled independently by changing the `replicas` field of `tasktiger-worker` in the `manifest.yaml` file. The default value is 1.\n\n### Architecture\nStreamlit --\u003e FastAPI --\u003e Redis \u003c-- TaskTiger workers\n\n\n## License\nShield: [![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]\n\nThis work is licensed under a\n[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].\n\n[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]\n\n[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/\n[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png\n[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmrfitz%2Ffeedback-analytics-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevmrfitz%2Ffeedback-analytics-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevmrfitz%2Ffeedback-analytics-dashboard/lists"}