SartajBhuvaji / Resonate

Data Science Capstone Project based on RAG LLMs. The project aims to improve meetings by providing an interface to recollect information from audio/video meetings.
https://huggingface.co/spaces/sartajbhuvaji/Resonate
MIT License
6 stars 1 forks source link

J - Streamlit frontend ready #25

Closed jay-singhvi closed 7 months ago

jay-singhvi commented 7 months ago

Streamlit frontend tasks -

  1. accept keys
  2. accept audio file and upload to aws transcribe
  3. receive transcript from aws and allow user to update
  4. update speakers
  5. update text
  6. placeholder function for creating embedding and upload to pinecone or create clusters, etc
gitguardian[bot] commented 7 months ago

⚠️ GitGuardian has uncovered 2 secrets following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secrets in your pull request
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | | | -------------- | ------------------ | ------------------------------ | ---------------- | --------------- | -------------------- | | [9413856](https://dashboard.gitguardian.com/incidents/9413856?occurrence=123805273) | Triggered | AWS Keys | 897977666c37cdd5ea5936a4bc7e231fa0a85082 | Streamlit_App/resonate_aws_functions.py | [View secret](https://github.com/SartajBhuvaji/Resonate/commit/897977666c37cdd5ea5936a4bc7e231fa0a85082#diff-1be632376958b62f94556d092ae72075c0409156e50170137c42a80033192be1R612) | | [9413856](https://dashboard.gitguardian.com/incidents/9413856?occurrence=123890849) | Triggered | AWS Keys | 8c189a8892080c50519eb867f59b99ae9d9b70f4 | Streamlit_App/resonate_aws_functions.py | [View secret](https://github.com/SartajBhuvaji/Resonate/commit/8c189a8892080c50519eb867f59b99ae9d9b70f4#diff-1be632376958b62f94556d092ae72075c0409156e50170137c42a80033192be1L612) |
🛠 Guidelines to remediate hardcoded secrets
1. Understand the implications of revoking this secret by investigating where it is used in your code. 2. Replace and store your secrets safely. [Learn here](https://blog.gitguardian.com/secrets-api-management?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) the best practices. 3. Revoke and [rotate these secrets](https://docs.gitguardian.com/secrets-detection/secrets-detection-engine/detectors/specifics/aws_iam#revoke-the-secret?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). 4. If possible, [rewrite git history](https://blog.gitguardian.com/rewriting-git-history-cheatsheet?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment). Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data. To avoid such incidents in the future consider - following these [best practices](https://blog.gitguardian.com/secrets-api-management/?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) for managing and storing secrets including API keys and other credentials - install [secret detection on pre-commit](https://docs.gitguardian.com/ggshield-docs/integrations/git-hooks/pre-commit?utm_source=product&utm_medium=GitHub_checks&utm_campaign=check_run_comment) to catch secret before it leaves your machine and ease remediation.

🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

sonarcloud[bot] commented 7 months ago

Quality Gate Failed Quality Gate failed

Failed conditions

6 New Code Smells (required ≤ 0)

See analysis details on SonarCloud

idea Catch issues before they fail your Quality Gate with our IDE extension SonarLint SonarLint