{"id":27172938,"url":"https://github.com/waridrox/medicalchatbot_generative-ai","last_synced_at":"2026-02-28T03:44:36.566Z","repository":{"id":241477796,"uuid":"622846866","full_name":"waridrox/medicalChatbot_Generative-AI","owner":"waridrox","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T16:34:45.000Z","size":10837,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T17:29:51.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/waridrox.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}},"created_at":"2023-04-03T07:26:12.000Z","updated_at":"2025-04-02T16:39:39.000Z","dependencies_parsed_at":"2024-05-28T16:34:21.953Z","dependency_job_id":"ec8caa6b-2898-459e-8603-2d7b2ad5f414","html_url":"https://github.com/waridrox/medicalChatbot_Generative-AI","commit_stats":null,"previous_names":["waridrox/project-data","waridrox/chatbot-llm-openai"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waridrox%2FmedicalChatbot_Generative-AI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waridrox%2FmedicalChatbot_Generative-AI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waridrox%2FmedicalChatbot_Generative-AI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waridrox%2FmedicalChatbot_Generative-AI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waridrox","download_url":"https://codeload.github.com/waridrox/medicalChatbot_Generative-AI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248023268,"owners_count":21035034,"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":"2025-04-09T10:41:12.922Z","updated_at":"2025-11-13T03:33:27.232Z","avatar_url":"https://github.com/waridrox.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# End-to-end-Medical-Chatbot-Generative-AI\n\n### Due to lack of AWS credits, deployment has been haulted. Instead, here's a demo vid\n\n\nhttps://github.com/user-attachments/assets/c5d71922-1a80-4aa8-a6c8-375aff545090\n\n\n\n### Create a `.env` file in the root directory and add your Pinecone \u0026 openai credentials as follows:\n\n```ini\nPINECONE_API_KEY = \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\nOPENAI_API_KEY = \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n```\n\n\n```bash\n# run the following command to store embeddings to pinecone\npython store_index.py\n```\n\n```bash\n# Finally run the following command\npython app.py\n```\n\n### Techstack Used:\n\n- Python\n- LangChain\n- Flask\n- GPT\n- Pinecone\n\n\n# AWS-CICD-Deployment-with-Github-Actions\n\n## 1. Login to AWS console.\n\n## 2. Create IAM user for deployment\n\n\t#with specific access\n\n\t1. EC2 access : It is virtual machine\n\n\t2. ECR: Elastic Container registry to save your docker image in aws\n\n\n\t#Description: About the deployment\n\n\t1. Build docker image of the source code\n\n\t2. Push your docker image to ECR\n\n\t3. Launch Your EC2 \n\n\t4. Pull Your image from ECR in EC2\n\n\t5. Lauch your docker image in EC2\n\n\t#Policy:\n\n\t1. AmazonEC2ContainerRegistryFullAccess\n\n\t2. AmazonEC2FullAccess\n\n\t\n## 3. Create ECR repo to store/save docker image\n    - Save the URI: 970547337635.dkr.ecr.ap-south-1.amazonaws.com/medicalchatbot\n\n\t\n## 4. Create EC2 machine (Ubuntu) \n\n## 5. Open EC2 and Install docker in EC2 Machine:\n\t\n\t\n\t#optinal\n\n\tsudo apt-get update -y\n\n\tsudo apt-get upgrade\n\t\n\t#required\n\n\tcurl -fsSL https://get.docker.com -o get-docker.sh\n\n\tsudo sh get-docker.sh\n\n\tsudo usermod -aG docker ubuntu\n\n\tnewgrp docker\n\t\n# 6. Configure EC2 as self-hosted runner:\n    setting\u003eactions\u003erunner\u003enew self hosted runner\u003e choose os\u003e then run command one by one\n\n\n# 7. Setup github secrets:\n\n   - AWS_ACCESS_KEY_ID\n   - AWS_SECRET_ACCESS_KEY\n   - AWS_DEFAULT_REGION\n   - ECR_REPO\n   - PINECONE_API_KEY\n   - OPENAI_API_KEY\n\n    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaridrox%2Fmedicalchatbot_generative-ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaridrox%2Fmedicalchatbot_generative-ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaridrox%2Fmedicalchatbot_generative-ai/lists"}