├── .github └── workflows │ ├── codeql.yml │ └── greetings.yml ├── AI-Text-Summarizer-App ├── .gitignore ├── README.md ├── index.js ├── package-lock.json ├── package.json ├── public │ ├── images │ │ ├── learning.png │ │ └── output │ │ │ ├── desktop.png │ │ │ └── mobile.png │ ├── index.html │ ├── script.js │ └── stylesheet.css └── summarize.js ├── AI_Video-Gen ├── LICENSE ├── README.md └── frontend │ ├── .env │ ├── .eslintrc.json │ ├── .gitignore │ ├── app │ ├── globals.css │ ├── layout.tsx │ └── page.tsx │ ├── components.json │ ├── components │ └── ui │ │ ├── accordion.tsx │ │ ├── alert-dialog.tsx │ │ ├── alert.tsx │ │ ├── aspect-ratio.tsx │ │ ├── avatar.tsx │ │ ├── badge.tsx │ │ ├── breadcrumb.tsx │ │ ├── button.tsx │ │ ├── calendar.tsx │ │ ├── card.tsx │ │ ├── carousel.tsx │ │ ├── chart.tsx │ │ ├── checkbox.tsx │ │ ├── collapsible.tsx │ │ ├── command.tsx │ │ ├── context-menu.tsx │ │ ├── dialog.tsx │ │ ├── drawer.tsx │ │ ├── dropdown-menu.tsx │ │ ├── form.tsx │ │ ├── hover-card.tsx │ │ ├── input-otp.tsx │ │ ├── input.tsx │ │ ├── label.tsx │ │ ├── menubar.tsx │ │ ├── navigation-menu.tsx │ │ ├── pagination.tsx │ │ ├── popover.tsx │ │ ├── progress.tsx │ │ ├── radio-group.tsx │ │ ├── resizable.tsx │ │ ├── scroll-area.tsx │ │ ├── select.tsx │ │ ├── separator.tsx │ │ ├── sheet.tsx │ │ ├── skeleton.tsx │ │ ├── slider.tsx │ │ ├── sonner.tsx │ │ ├── switch.tsx │ │ ├── table.tsx │ │ ├── tabs.tsx │ │ ├── textarea.tsx │ │ ├── toast.tsx │ │ ├── toaster.tsx │ │ ├── toggle-group.tsx │ │ ├── toggle.tsx │ │ └── tooltip.tsx │ ├── hooks │ └── use-toast.ts │ ├── lib │ └── utils.ts │ ├── next.config.js │ ├── package-lock.json │ ├── package.json │ ├── postcss.config.js │ ├── tailwind.config.ts │ └── tsconfig.json ├── Auto-Image-Tagger └── Gemini-Pro-Vision │ ├── LICENSE │ ├── app.py │ ├── readme.md │ ├── requirements.txt │ └── temp │ └── a.txt ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── Chatbots ├── Edith-chatbot │ ├── README.md │ ├── app.py │ ├── requirements.txt │ ├── static │ │ ├── images │ │ │ ├── gpt.jpg │ │ │ └── user.png │ │ └── style.css │ └── templates │ │ └── index.html ├── README.md └── TAX_GPT │ ├── .gitignore │ ├── .gradle │ ├── 8.0 │ │ ├── checksums │ │ │ ├── checksums.lock │ │ │ ├── md5-checksums.bin │ │ │ └── sha1-checksums.bin │ │ ├── dependencies-accessors │ │ │ ├── dependencies-accessors.lock │ │ │ └── gc.properties │ │ ├── executionHistory │ │ │ ├── executionHistory.bin │ │ │ └── executionHistory.lock │ │ ├── fileChanges │ │ │ └── last-build.bin │ │ ├── fileHashes │ │ │ ├── fileHashes.bin │ │ │ ├── fileHashes.lock │ │ │ └── resourceHashesCache.bin │ │ └── gc.properties │ ├── buildOutputCleanup │ │ ├── buildOutputCleanup.lock │ │ ├── cache.properties │ │ └── outputFiles.bin │ ├── file-system.probe │ └── vcs-1 │ │ └── gc.properties │ ├── .idea │ ├── .gitignore │ ├── assetWizardSettings.xml │ ├── compiler.xml │ ├── deploymentTargetDropDown.xml │ ├── gradle.xml │ ├── misc.xml │ └── workspace.xml │ ├── README.md │ ├── app │ ├── .gitignore │ ├── build.gradle.kts │ ├── build │ │ ├── generated │ │ │ └── res │ │ │ │ └── processDebugGoogleServices │ │ │ │ └── values │ │ │ │ └── values.xml │ │ ├── gmpAppId.txt │ │ ├── intermediates │ │ │ ├── annotation_processor_list │ │ │ │ └── debug │ │ │ │ │ └── annotationProcessors.json │ │ │ ├── apk │ │ │ │ └── debug │ │ │ │ │ └── output-metadata.json │ │ │ ├── apk_ide_redirect_file │ │ │ │ └── debug │ │ │ │ │ └── redirect.txt │ │ │ ├── app_metadata │ │ │ │ └── debug │ │ │ │ │ └── app-metadata.properties │ │ │ ├── compatible_screen_manifest │ │ │ │ └── debug │ │ │ │ │ └── output-metadata.json │ │ │ ├── compile_and_runtime_not_namespaced_r_class_jar │ │ │ │ └── debug │ │ │ │ │ └── R.jar │ │ │ ├── desugar_graph │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── currentProject │ │ │ │ │ ├── dirs_bucket_0 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_1 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_2 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_3 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_4 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_5 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_6 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── dirs_bucket_7 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_0 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_1 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_2 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_3 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_4 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_5 │ │ │ │ │ └── graph.bin │ │ │ │ │ ├── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_6 │ │ │ │ │ └── graph.bin │ │ │ │ │ └── jar_4ed731463493172c364653f0073f14bbf1c5d1217a65b8cb184e8c2f05baaf3a_bucket_7 │ │ │ │ │ └── graph.bin │ │ │ ├── dex │ │ │ │ └── debug │ │ │ │ │ ├── mergeExtDexDebug │ │ │ │ │ ├── classes2.dex │ │ │ │ │ └── classes3.dex │ │ │ │ │ └── mergeProjectDexDebug │ │ │ │ │ ├── 0 │ │ │ │ │ └── classes.dex │ │ │ │ │ └── 15 │ │ │ │ │ └── classes.dex │ │ │ ├── dex_archive_input_jar_hashes │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ ├── dex_number_of_buckets_file │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ ├── incremental │ │ │ │ ├── debug-mergeJavaRes │ │ │ │ │ ├── merge-state │ │ │ │ │ └── zip-cache │ │ │ │ │ │ ├── +0Je0ls7h9iQqAmFqOdHtACXMhs=.zip │ │ │ │ │ │ ├── +7D7pL0sHJ9MX1GFcl1YYZ8Wmso= │ │ │ │ │ │ ├── +T8mv_CHwOeHQKRUle73d1hPmGQ= │ │ │ │ │ │ ├── +oLE8FKsrGA+oH8_BY+WqZkwI68= │ │ │ │ │ │ ├── +prklBvjxTw8x75tLlF1CeqkAtM=.zip │ │ │ │ │ │ ├── 07VO3jZv2z1MXvgDHnJKf0v0INk=.zip │ │ │ │ │ │ ├── 0AZ5RdRQblM27MnHkX3EPsZlRGA= │ │ │ │ │ │ ├── 0HkHzH8fBBM3qXTZptS2DDTZlRo=.zip │ │ │ │ │ │ ├── 181_YIDWl_RwNoZ8yj5nb2zZcTI= │ │ │ │ │ │ ├── 3aSDLE7ZN3+A7uPCJmtKQXCTI0s=.zip │ │ │ │ │ │ ├── 4O2K0WGsNtmrqHnqXGNOsHpBAS4= │ │ │ │ │ │ ├── 4oVS24Vuzp9DFZqzCRqW397d19Y= │ │ │ │ │ │ ├── 56H1DrBe_D9a2h9Ze8LY4CZIfN8=.zip │ │ │ │ │ │ ├── 5aSuIEKLMaQYpcLWz8WiQOmnoU0= │ │ │ │ │ │ ├── 6QU56ElwDenoCgfTB9ogLTMUApc=.zip │ │ │ │ │ │ ├── 83gmaYu0SZfw8C3UAARGwQZsMhk=.zip │ │ │ │ │ │ ├── 8PfbyRigbZ+ko4k_Bcuny9zxNp4=.zip │ │ │ │ │ │ ├── 8ZyUvvyYZ7XZ4L8l5pvzzu7453s= │ │ │ │ │ │ ├── 9lf0lX6yecurAuPpQjkn1upLk4A=.zip │ │ │ │ │ │ ├── A2pMXo9vDt5HTtlAtZXG8HKbLjw=.zip │ │ │ │ │ │ ├── A98hfudb+Vy3Q4fphM1RG1MqX6s= │ │ │ │ │ │ ├── A9K9MJ4J0VzqZV3pqOMfOcEpOWg=.zip │ │ │ │ │ │ ├── AMq6P7y2OMXljJEYQ3ieE8wx9u8=.zip │ │ │ │ │ │ ├── BxonfLq7NA4yBAr8xsiIs0LsVQk=.zip │ │ │ │ │ │ ├── D+X2fHGNDPIVjxBc8cp_s_Uepd8=.zip │ │ │ │ │ │ ├── DLpJeLWrbQaUopPFTpVmE3IkNYo= │ │ │ │ │ │ ├── DsAYa39M4Fp90Tk3u3DH5gagE9g=.zip │ │ │ │ │ │ ├── E+dAydsIuy2jcze1ud425uTF3nA=.zip │ │ │ │ │ │ ├── Eh6wHy2L+OyKIcoai7pSpDDmGBw=.zip │ │ │ │ │ │ ├── FkEzYqFgPnAYseEOZ1nAceTPePc= │ │ │ │ │ │ ├── G4AASVWu1D4zEK63+xFeH1soxwA=.zip │ │ │ │ │ │ ├── GMSQpndnVfpsTPay40KD8_xC4UM=.zip │ │ │ │ │ │ ├── GTqzDvDQ_y5g6B54GR0YmY1tHW8= │ │ │ │ │ │ ├── If+Lq7b7GT5nretuSiK_LojfJTc=.zip │ │ │ │ │ │ ├── IlDWHLrW8iw3L1Zl+7dUZOFVGjo= │ │ │ │ │ │ ├── Jy3oPq58DEbkHVvU1gHvhvp2qMM=.zip │ │ │ │ │ │ ├── K+mtQZUQw1vUNzD3TZPmiwzEM7A=.zip │ │ │ │ │ │ ├── KhC_Ttgd5jLUfTgCuh8i26o2FRc= │ │ │ │ │ │ ├── MDl2r2EIaXTbN6Iqp0U+C9sbCjM= │ │ │ │ │ │ ├── MRDSFeSYdOUg7Cze7p7xdfWptyQ=.zip │ │ │ │ │ │ ├── MSqJBg9IqFdcNQRN3TCPCB5s_Is=.zip │ │ │ │ │ │ ├── MdBxDOuWvDRIDf6HW0Qd5mwu_Kg=.zip │ │ │ │ │ │ ├── N6H_aqlcr6tl77TNgEEWRE1SDow=.zip │ │ │ │ │ │ ├── N8tsj5gaRnvJFj6_4gQrp65OL5o= │ │ │ │ │ │ ├── NKnFtBNj7Uo6LoMvuf8JR_y4QC0= │ │ │ │ │ │ ├── NR5KXDZPmSKUjZ2YLnfhRKtoHDQ=.zip │ │ │ │ │ │ ├── NphBYx0DCNnij28IdjPvNyoDYBQ=.zip │ │ │ │ │ │ ├── O2ixevb7nw_pU9o+ulOZ5+7UZU8=.zip │ │ │ │ │ │ ├── O6os_RF+dmL6RjDKYPjDGSFt12Q= │ │ │ │ │ │ ├── O8o7iYeVOVaS2XxXKlWpqFihxCs=.zip │ │ │ │ │ │ ├── PSvdixTBkygv1PxW1xQPqM+eqvI=.zip │ │ │ │ │ │ ├── Q5u9W6wEKaC60PPPwv50uZP7AIM= │ │ │ │ │ │ ├── QQy8Naa7TOB+eNsZGm0p_YZjzvI=.zip │ │ │ │ │ │ ├── Qz0tqSZzfCEe1K5gbqsJYIdIRiE=.zip │ │ │ │ │ │ ├── RhW9q_fxMyFA3zHxuEGLQFUlASQ= │ │ │ │ │ │ ├── RohRUTdGIHyEF1JvlgtWtOoC3Xg=.zip │ │ │ │ │ │ ├── SC_go_9Iq8JIsaWEy+wUty697qE=.zip │ │ │ │ │ │ ├── SJK6kRMn5zasfcFdhl0oUr1aFoY=.zip │ │ │ │ │ │ ├── UpNoscmjaogaov5fC3LklS511Tk=.zip │ │ │ │ │ │ ├── W5CzEW_NDTwtoXVPYv6nm1NOxVM=.zip │ │ │ │ │ │ ├── WxGm+oTM+x6xOWwA00Rp6IyyATo= │ │ │ │ │ │ ├── XLeLkysj2C5NUbiP4LPN9D9Kq3Q= │ │ │ │ │ │ ├── XTHHdI6Q2zhgxXHRbdeRQu4UrXU=.zip │ │ │ │ │ │ ├── YK8qthGObJ4wHPetVvH1957kb_I=.zip │ │ │ │ │ │ ├── YwC+cpF7hyx0og2pMFvx9ywqiGA=.zip │ │ │ │ │ │ ├── ZYRlCcEOby0kzGGP9TWF8+jkcRY=.zip │ │ │ │ │ │ ├── ZqcHGNXa8mxRFgFlFJQ1gadqpmU= │ │ │ │ │ │ ├── ZsmXZr8lnI5_2+tx9oL39X51bVM= │ │ │ │ │ │ ├── _26KYLgA5QA23PVdhrb9e98ssgQ=.zip │ │ │ │ │ │ ├── _2LlV0xGYTQiH6_IXoSb3RHbO+Q= │ │ │ │ │ │ ├── _ts7oaROhp0Xm3qVLH40eeyFIpE=.zip │ │ │ │ │ │ ├── a+16roqoXDHliwLjGkHkJ0eNd4c= │ │ │ │ │ │ ├── a281eeGs66kh2dHV5B4PBBKnc6w=.zip │ │ │ │ │ │ ├── a2i7O8iRSmQ0aFDSWYtpKxsDzC0=.zip │ │ │ │ │ │ ├── aqeJShtZ4tCGbnTv_NobTvmGIvc= │ │ │ │ │ │ ├── bT4dBoxoL+gqtL5Q4rb_d3e2aeA= │ │ │ │ │ │ ├── cIyRYoVQfuhgSvanltgqkOGAGiM=.zip │ │ │ │ │ │ ├── cj0xZfJbUkit0Roksh25Mv8ZgWs=.zip │ │ │ │ │ │ ├── crNxCKH3aad+Y_R3zt_Ug1j92kA= │ │ │ │ │ │ ├── czyzbyOlylck8I9+mCExn3W0a9o=.zip │ │ │ │ │ │ ├── dHXc2HivPzw6Ft51MkOOpuTRKA8= │ │ │ │ │ │ ├── fNyyWNqFSv14Aqe7JXbqP+AeAg8=.zip │ │ │ │ │ │ ├── fXpMcOHsQ1Lx+ahXrWjPVY88kzI= │ │ │ │ │ │ ├── g2qgFIPk0qBe_sNDnvJ4kd17LGI= │ │ │ │ │ │ ├── hLzOxfzMEeibjiON+a50dX7t+jQ=.zip │ │ │ │ │ │ ├── i47NLXfPJDr5uoJ8vZ2xuwpi0pE= │ │ │ │ │ │ ├── i8JMcaYcShEEURRrEoCbSLyfCaE= │ │ │ │ │ │ ├── iCi1Ih_nf2+0iMLadhtk5l_aO1c=.zip │ │ │ │ │ │ ├── j3O9nxKZyXQscIMl058RIMQO0y8=.zip │ │ │ │ │ │ ├── jJQyRNDnFRI0Bml7h+vSdnfnUCc=.zip │ │ │ │ │ │ ├── kkWdqek2BfnytT5iW1HtGpSVFGk= │ │ │ │ │ │ ├── kovwUfaP_XqtgHNAAPfo9gB9lcE=.zip │ │ │ │ │ │ ├── lnk9cnGex7e3WZwyCdHxl7TDT10= │ │ │ │ │ │ ├── lvVfNg55g20B6u7ZVTQw6y_PRT4=.zip │ │ │ │ │ │ ├── lwi0wANgzW8Zblml1NBFOJLvO9k= │ │ │ │ │ │ ├── mHvv+lsKW1IGShmAq1CqU53EsXU= │ │ │ │ │ │ ├── mTZ4alxmYkzdpuz7tWD1_arGmH0= │ │ │ │ │ │ ├── mp1Kj30uQ4zCgoVDthi2__J303M=.zip │ │ │ │ │ │ ├── nE8GB3HwlsXbfaVjqM4pvqjcFpg=.zip │ │ │ │ │ │ ├── najaupdX30t9+DE+Lz6tfx+iZEE=.zip │ │ │ │ │ │ ├── nmZE_s6vGoEiGGnGrh6ISLkbrLU=.zip │ │ │ │ │ │ ├── nrHzOeALL2wftA1SjynBGkG5ADg=.zip │ │ │ │ │ │ ├── oDdpmDxW2Ta9mhkyhKOgSbuA_r4=.zip │ │ │ │ │ │ ├── oXoDHTG8U2zxgtMLRASBGgWcMaI= │ │ │ │ │ │ ├── oe5HDnOWVRusRHM2f5+Rh+fSLzo= │ │ │ │ │ │ ├── osDpkWWoYamfCTtLDbJCqt+KMGY=.zip │ │ │ │ │ │ ├── q6tFQjqa6N7BPtY42Fay91ums8U= │ │ │ │ │ │ ├── r4HfIuPzcVPd88jXNQeSDI9OnpI=.zip │ │ │ │ │ │ ├── skR3mv+W5nNgMCYpHfMjVORX894= │ │ │ │ │ │ ├── tfb_lNANbFvTmBOEH20epPXNgHQ= │ │ │ │ │ │ ├── vIolTozPue0s1GnKzsaHyRxSxYA=.zip │ │ │ │ │ │ ├── x_KYrXXTsSsx1mi2eDl+8fzx7Go= │ │ │ │ │ │ ├── xotv0o6OfDxbAqVAorM2tEmxz9M= │ │ │ │ │ │ ├── yT4YzuLKMxb_QKx5hm8vxOnOxgA=.zip │ │ │ │ │ │ ├── ymuAHUtWWlBr+WlMe30i7qOKdoQ=.zip │ │ │ │ │ │ └── yxXXrUyzygSZPjKVmGy50jy9ZG8= │ │ │ │ ├── debug │ │ │ │ │ ├── mergeDebugResources │ │ │ │ │ │ ├── compile-file-map.properties │ │ │ │ │ │ ├── merged.dir │ │ │ │ │ │ │ ├── values-af │ │ │ │ │ │ │ │ └── values-af.xml │ │ │ │ │ │ │ ├── values-am │ │ │ │ │ │ │ │ └── values-am.xml │ │ │ │ │ │ │ ├── values-ar │ │ │ │ │ │ │ │ └── values-ar.xml │ │ │ │ │ │ │ ├── values-as │ │ │ │ │ │ │ │ └── values-as.xml │ │ │ │ │ │ │ ├── values-az │ │ │ │ │ │ │ │ └── values-az.xml │ │ │ │ │ │ │ ├── values-b+es+419 │ │ │ │ │ │ │ │ └── values-b+es+419.xml │ │ │ │ │ │ │ ├── values-b+sr+Latn │ │ │ │ │ │ │ │ └── values-b+sr+Latn.xml │ │ │ │ │ │ │ ├── values-be │ │ │ │ │ │ │ │ └── values-be.xml │ │ │ │ │ │ │ ├── values-bg │ │ │ │ │ │ │ │ └── values-bg.xml │ │ │ │ │ │ │ ├── values-bn │ │ │ │ │ │ │ │ └── values-bn.xml │ │ │ │ │ │ │ ├── values-bs │ │ │ │ │ │ │ │ └── values-bs.xml │ │ │ │ │ │ │ ├── values-ca │ │ │ │ │ │ │ │ └── values-ca.xml │ │ │ │ │ │ │ ├── values-cs │ │ │ │ │ │ │ │ └── values-cs.xml │ │ │ │ │ │ │ ├── values-da │ │ │ │ │ │ │ │ └── values-da.xml │ │ │ │ │ │ │ ├── values-de │ │ │ │ │ │ │ │ └── values-de.xml │ │ │ │ │ │ │ ├── values-el │ │ │ │ │ │ │ │ └── values-el.xml │ │ │ │ │ │ │ ├── values-en-rAU │ │ │ │ │ │ │ │ └── values-en-rAU.xml │ │ │ │ │ │ │ ├── values-en-rCA │ │ │ │ │ │ │ │ └── values-en-rCA.xml │ │ │ │ │ │ │ ├── values-en-rGB │ │ │ │ │ │ │ │ └── values-en-rGB.xml │ │ │ │ │ │ │ ├── values-en-rIN │ │ │ │ │ │ │ │ └── values-en-rIN.xml │ │ │ │ │ │ │ ├── values-en-rXC │ │ │ │ │ │ │ │ └── values-en-rXC.xml │ │ │ │ │ │ │ ├── values-es-rUS │ │ │ │ │ │ │ │ └── values-es-rUS.xml │ │ │ │ │ │ │ ├── values-es │ │ │ │ │ │ │ │ └── values-es.xml │ │ │ │ │ │ │ ├── values-et │ │ │ │ │ │ │ │ └── values-et.xml │ │ │ │ │ │ │ ├── values-eu │ │ │ │ │ │ │ │ └── values-eu.xml │ │ │ │ │ │ │ ├── values-fa │ │ │ │ │ │ │ │ └── values-fa.xml │ │ │ │ │ │ │ ├── values-fi │ │ │ │ │ │ │ │ └── values-fi.xml │ │ │ │ │ │ │ ├── values-fr-rCA │ │ │ │ │ │ │ │ └── values-fr-rCA.xml │ │ │ │ │ │ │ ├── values-fr │ │ │ │ │ │ │ │ └── values-fr.xml │ │ │ │ │ │ │ ├── values-gl │ │ │ │ │ │ │ │ └── values-gl.xml │ │ │ │ │ │ │ ├── values-gu │ │ │ │ │ │ │ │ └── values-gu.xml │ │ │ │ │ │ │ ├── values-h320dp-port-v13 │ │ │ │ │ │ │ │ └── values-h320dp-port-v13.xml │ │ │ │ │ │ │ ├── values-h360dp-land-v13 │ │ │ │ │ │ │ │ └── values-h360dp-land-v13.xml │ │ │ │ │ │ │ ├── values-h480dp-land-v13 │ │ │ │ │ │ │ │ └── values-h480dp-land-v13.xml │ │ │ │ │ │ │ ├── values-h550dp-port-v13 │ │ │ │ │ │ │ │ └── values-h550dp-port-v13.xml │ │ │ │ │ │ │ ├── values-h720dp-v13 │ │ │ │ │ │ │ │ └── values-h720dp-v13.xml │ │ │ │ │ │ │ ├── values-hdpi-v4 │ │ │ │ │ │ │ │ └── values-hdpi-v4.xml │ │ │ │ │ │ │ ├── values-hi │ │ │ │ │ │ │ │ └── values-hi.xml │ │ │ │ │ │ │ ├── values-hr │ │ │ │ │ │ │ │ └── values-hr.xml │ │ │ │ │ │ │ ├── values-hu │ │ │ │ │ │ │ │ └── values-hu.xml │ │ │ │ │ │ │ ├── values-hy │ │ │ │ │ │ │ │ └── values-hy.xml │ │ │ │ │ │ │ ├── values-in │ │ │ │ │ │ │ │ └── values-in.xml │ │ │ │ │ │ │ ├── values-is │ │ │ │ │ │ │ │ └── values-is.xml │ │ │ │ │ │ │ ├── values-it │ │ │ │ │ │ │ │ └── values-it.xml │ │ │ │ │ │ │ ├── values-iw │ │ │ │ │ │ │ │ └── values-iw.xml │ │ │ │ │ │ │ ├── values-ja │ │ │ │ │ │ │ │ └── values-ja.xml │ │ │ │ │ │ │ ├── values-ka │ │ │ │ │ │ │ │ └── values-ka.xml │ │ │ │ │ │ │ ├── values-kk │ │ │ │ │ │ │ │ └── values-kk.xml │ │ │ │ │ │ │ ├── values-km │ │ │ │ │ │ │ │ └── values-km.xml │ │ │ │ │ │ │ ├── values-kn │ │ │ │ │ │ │ │ └── values-kn.xml │ │ │ │ │ │ │ ├── values-ko │ │ │ │ │ │ │ │ └── values-ko.xml │ │ │ │ │ │ │ ├── values-ky │ │ │ │ │ │ │ │ └── values-ky.xml │ │ │ │ │ │ │ ├── values-land │ │ │ │ │ │ │ │ └── values-land.xml │ │ │ │ │ │ │ ├── values-large-v4 │ │ │ │ │ │ │ │ └── values-large-v4.xml │ │ │ │ │ │ │ ├── values-ldltr-v21 │ │ │ │ │ │ │ │ └── values-ldltr-v21.xml │ │ │ │ │ │ │ ├── values-ldrtl-v17 │ │ │ │ │ │ │ │ └── values-ldrtl-v17.xml │ │ │ │ │ │ │ ├── values-lo │ │ │ │ │ │ │ │ └── values-lo.xml │ │ │ │ │ │ │ ├── values-lt │ │ │ │ │ │ │ │ └── values-lt.xml │ │ │ │ │ │ │ ├── values-lv │ │ │ │ │ │ │ │ └── values-lv.xml │ │ │ │ │ │ │ ├── values-mk │ │ │ │ │ │ │ │ └── values-mk.xml │ │ │ │ │ │ │ ├── values-ml │ │ │ │ │ │ │ │ └── values-ml.xml │ │ │ │ │ │ │ ├── values-mn │ │ │ │ │ │ │ │ └── values-mn.xml │ │ │ │ │ │ │ ├── values-mr │ │ │ │ │ │ │ │ └── values-mr.xml │ │ │ │ │ │ │ ├── values-ms │ │ │ │ │ │ │ │ └── values-ms.xml │ │ │ │ │ │ │ ├── values-my │ │ │ │ │ │ │ │ └── values-my.xml │ │ │ │ │ │ │ ├── values-nb │ │ │ │ │ │ │ │ └── values-nb.xml │ │ │ │ │ │ │ ├── values-ne │ │ │ │ │ │ │ │ └── values-ne.xml │ │ │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ │ │ ├── values-nl │ │ │ │ │ │ │ │ └── values-nl.xml │ │ │ │ │ │ │ ├── values-or │ │ │ │ │ │ │ │ └── values-or.xml │ │ │ │ │ │ │ ├── values-pa │ │ │ │ │ │ │ │ └── values-pa.xml │ │ │ │ │ │ │ ├── values-pl │ │ │ │ │ │ │ │ └── values-pl.xml │ │ │ │ │ │ │ ├── values-port │ │ │ │ │ │ │ │ └── values-port.xml │ │ │ │ │ │ │ ├── values-pt-rBR │ │ │ │ │ │ │ │ └── values-pt-rBR.xml │ │ │ │ │ │ │ ├── values-pt-rPT │ │ │ │ │ │ │ │ └── values-pt-rPT.xml │ │ │ │ │ │ │ ├── values-pt │ │ │ │ │ │ │ │ └── values-pt.xml │ │ │ │ │ │ │ ├── values-ro │ │ │ │ │ │ │ │ └── values-ro.xml │ │ │ │ │ │ │ ├── values-ru │ │ │ │ │ │ │ │ └── values-ru.xml │ │ │ │ │ │ │ ├── values-si │ │ │ │ │ │ │ │ └── values-si.xml │ │ │ │ │ │ │ ├── values-sk │ │ │ │ │ │ │ │ └── values-sk.xml │ │ │ │ │ │ │ ├── values-sl │ │ │ │ │ │ │ │ └── values-sl.xml │ │ │ │ │ │ │ ├── values-small-v4 │ │ │ │ │ │ │ │ └── values-small-v4.xml │ │ │ │ │ │ │ ├── values-sq │ │ │ │ │ │ │ │ └── values-sq.xml │ │ │ │ │ │ │ ├── values-sr │ │ │ │ │ │ │ │ └── values-sr.xml │ │ │ │ │ │ │ ├── values-sv │ │ │ │ │ │ │ │ └── values-sv.xml │ │ │ │ │ │ │ ├── values-sw │ │ │ │ │ │ │ │ └── values-sw.xml │ │ │ │ │ │ │ ├── values-sw600dp-v13 │ │ │ │ │ │ │ │ └── values-sw600dp-v13.xml │ │ │ │ │ │ │ ├── values-ta │ │ │ │ │ │ │ │ └── values-ta.xml │ │ │ │ │ │ │ ├── values-te │ │ │ │ │ │ │ │ └── values-te.xml │ │ │ │ │ │ │ ├── values-th │ │ │ │ │ │ │ │ └── values-th.xml │ │ │ │ │ │ │ ├── values-tl │ │ │ │ │ │ │ │ └── values-tl.xml │ │ │ │ │ │ │ ├── values-tr │ │ │ │ │ │ │ │ └── values-tr.xml │ │ │ │ │ │ │ ├── values-uk │ │ │ │ │ │ │ │ └── values-uk.xml │ │ │ │ │ │ │ ├── values-ur │ │ │ │ │ │ │ │ └── values-ur.xml │ │ │ │ │ │ │ ├── values-uz │ │ │ │ │ │ │ │ └── values-uz.xml │ │ │ │ │ │ │ ├── values-v16 │ │ │ │ │ │ │ │ └── values-v16.xml │ │ │ │ │ │ │ ├── values-v17 │ │ │ │ │ │ │ │ └── values-v17.xml │ │ │ │ │ │ │ ├── values-v18 │ │ │ │ │ │ │ │ └── values-v18.xml │ │ │ │ │ │ │ ├── values-v21 │ │ │ │ │ │ │ │ └── values-v21.xml │ │ │ │ │ │ │ ├── values-v22 │ │ │ │ │ │ │ │ └── values-v22.xml │ │ │ │ │ │ │ ├── values-v23 │ │ │ │ │ │ │ │ └── values-v23.xml │ │ │ │ │ │ │ ├── values-v24 │ │ │ │ │ │ │ │ └── values-v24.xml │ │ │ │ │ │ │ ├── values-v25 │ │ │ │ │ │ │ │ └── values-v25.xml │ │ │ │ │ │ │ ├── values-v26 │ │ │ │ │ │ │ │ └── values-v26.xml │ │ │ │ │ │ │ ├── values-v28 │ │ │ │ │ │ │ │ └── values-v28.xml │ │ │ │ │ │ │ ├── values-v31 │ │ │ │ │ │ │ │ └── values-v31.xml │ │ │ │ │ │ │ ├── values-vi │ │ │ │ │ │ │ │ └── values-vi.xml │ │ │ │ │ │ │ ├── values-w320dp-land-v13 │ │ │ │ │ │ │ │ └── values-w320dp-land-v13.xml │ │ │ │ │ │ │ ├── values-w360dp-port-v13 │ │ │ │ │ │ │ │ └── values-w360dp-port-v13.xml │ │ │ │ │ │ │ ├── values-w400dp-port-v13 │ │ │ │ │ │ │ │ └── values-w400dp-port-v13.xml │ │ │ │ │ │ │ ├── values-w600dp-land-v13 │ │ │ │ │ │ │ │ └── values-w600dp-land-v13.xml │ │ │ │ │ │ │ ├── values-watch-v20 │ │ │ │ │ │ │ │ └── values-watch-v20.xml │ │ │ │ │ │ │ ├── values-watch-v21 │ │ │ │ │ │ │ │ └── values-watch-v21.xml │ │ │ │ │ │ │ ├── values-xlarge-v4 │ │ │ │ │ │ │ │ └── values-xlarge-v4.xml │ │ │ │ │ │ │ ├── values-zh-rCN │ │ │ │ │ │ │ │ └── values-zh-rCN.xml │ │ │ │ │ │ │ ├── values-zh-rHK │ │ │ │ │ │ │ │ └── values-zh-rHK.xml │ │ │ │ │ │ │ ├── values-zh-rTW │ │ │ │ │ │ │ │ └── values-zh-rTW.xml │ │ │ │ │ │ │ ├── values-zu │ │ │ │ │ │ │ │ └── values-zu.xml │ │ │ │ │ │ │ └── values │ │ │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ └── merger.xml │ │ │ │ │ └── packageDebugResources │ │ │ │ │ │ ├── compile-file-map.properties │ │ │ │ │ │ ├── merged.dir │ │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ │ └── values │ │ │ │ │ │ │ └── values.xml │ │ │ │ │ │ └── merger.xml │ │ │ │ ├── mergeDebugAssets │ │ │ │ │ └── merger.xml │ │ │ │ ├── mergeDebugJniLibFolders │ │ │ │ │ └── merger.xml │ │ │ │ ├── mergeDebugShaders │ │ │ │ │ └── merger.xml │ │ │ │ ├── packageDebug │ │ │ │ │ └── tmp │ │ │ │ │ │ └── debug │ │ │ │ │ │ ├── dex-renamer-state.txt │ │ │ │ │ │ └── zip-cache │ │ │ │ │ │ ├── androidResources │ │ │ │ │ │ └── javaResources0 │ │ │ │ └── processDebugResources │ │ │ │ │ └── resources-list-for-resources-debug.ap_.txt │ │ │ ├── javac │ │ │ │ └── debug │ │ │ │ │ └── classes │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── income_tax_chatbot │ │ │ │ │ ├── ForgotPasswordActivity$1.class │ │ │ │ │ ├── ForgotPasswordActivity$2.class │ │ │ │ │ ├── ForgotPasswordActivity$3.class │ │ │ │ │ ├── ForgotPasswordActivity$4.class │ │ │ │ │ ├── ForgotPasswordActivity.class │ │ │ │ │ ├── LoginActivity$1.class │ │ │ │ │ ├── LoginActivity$2.class │ │ │ │ │ ├── LoginActivity$3.class │ │ │ │ │ ├── LoginActivity$4.class │ │ │ │ │ ├── LoginActivity$5.class │ │ │ │ │ ├── LoginActivity.class │ │ │ │ │ ├── LoginOrSignUpActivity$1.class │ │ │ │ │ ├── LoginOrSignUpActivity$2.class │ │ │ │ │ ├── LoginOrSignUpActivity.class │ │ │ │ │ ├── MainActivity$1.class │ │ │ │ │ ├── MainActivity$2.class │ │ │ │ │ ├── MainActivity$3.class │ │ │ │ │ ├── MainActivity$4.class │ │ │ │ │ ├── MainActivity.class │ │ │ │ │ ├── Message.class │ │ │ │ │ ├── MessageAdapter$MyViewHolder.class │ │ │ │ │ ├── MessageAdapter.class │ │ │ │ │ ├── SignUpActivity$1.class │ │ │ │ │ ├── SignUpActivity$2.class │ │ │ │ │ ├── SignUpActivity$3.class │ │ │ │ │ ├── SignUpActivity$4$1.class │ │ │ │ │ ├── SignUpActivity$4$2.class │ │ │ │ │ ├── SignUpActivity$4.class │ │ │ │ │ ├── SignUpActivity.class │ │ │ │ │ ├── SplashScreen$1.class │ │ │ │ │ └── SplashScreen.class │ │ │ ├── local_only_symbol_list │ │ │ │ └── debug │ │ │ │ │ └── R-def.txt │ │ │ ├── manifest_merge_blame_file │ │ │ │ └── debug │ │ │ │ │ └── manifest-merger-blame-debug-report.txt │ │ │ ├── merged_java_res │ │ │ │ └── debug │ │ │ │ │ └── base.jar │ │ │ ├── merged_manifest │ │ │ │ └── debug │ │ │ │ │ └── AndroidManifest.xml │ │ │ ├── merged_manifests │ │ │ │ └── debug │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── output-metadata.json │ │ │ ├── merged_res │ │ │ │ └── debug │ │ │ │ │ ├── drawable-hdpi_chatgptlogo.jpg.flat │ │ │ │ │ ├── drawable-ldpi_chatgptlogo.jpg.flat │ │ │ │ │ ├── drawable-mdpi_chatgptlogo.jpg.flat │ │ │ │ │ ├── drawable-v24_ic_launcher_foreground.xml.flat │ │ │ │ │ ├── drawable-xhdpi_chatgptlogo.jpg.flat │ │ │ │ │ ├── drawable-xxhdpi_chatgptlogo.jpg.flat │ │ │ │ │ ├── drawable-xxxhdpi_chatgptlogo.jpg.flat │ │ │ │ │ ├── drawable_background_splashscreen.xml.flat │ │ │ │ │ ├── drawable_ic_launcher_background.xml.flat │ │ │ │ │ ├── drawable_left.xml.flat │ │ │ │ │ ├── drawable_lock.xml.flat │ │ │ │ │ ├── drawable_logout.xml.flat │ │ │ │ │ ├── drawable_reset.xml.flat │ │ │ │ │ ├── drawable_rounded_corner.xml.flat │ │ │ │ │ ├── drawable_send.xml.flat │ │ │ │ │ ├── font_bebas.ttf.flat │ │ │ │ │ ├── font_comfortaabold.ttf.flat │ │ │ │ │ ├── font_comfortaalight.ttf.flat │ │ │ │ │ ├── font_comfortaameduim.ttf.flat │ │ │ │ │ ├── font_comfortaaregular.ttf.flat │ │ │ │ │ ├── font_comfortaasemibold.ttf.flat │ │ │ │ │ ├── font_dancing.ttf.flat │ │ │ │ │ ├── font_logofont.ttf.flat │ │ │ │ │ ├── font_shine.ttf.flat │ │ │ │ │ ├── layout_activity_forgot_password.xml.flat │ │ │ │ │ ├── layout_activity_login.xml.flat │ │ │ │ │ ├── layout_activity_login_or_sign_up.xml.flat │ │ │ │ │ ├── layout_activity_main.xml.flat │ │ │ │ │ ├── layout_activity_sign_up.xml.flat │ │ │ │ │ ├── layout_chat_item.xml.flat │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher.xml.flat │ │ │ │ │ ├── mipmap-anydpi-v26_ic_launcher_round.xml.flat │ │ │ │ │ ├── mipmap-hdpi_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-hdpi_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-mdpi_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-mdpi_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-xhdpi_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-xxhdpi_ic_launcher_round.webp.flat │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher.webp.flat │ │ │ │ │ ├── mipmap-xxxhdpi_ic_launcher_round.webp.flat │ │ │ │ │ ├── values-af_values-af.arsc.flat │ │ │ │ │ ├── values-am_values-am.arsc.flat │ │ │ │ │ ├── values-ar_values-ar.arsc.flat │ │ │ │ │ ├── values-as_values-as.arsc.flat │ │ │ │ │ ├── values-az_values-az.arsc.flat │ │ │ │ │ ├── values-b+es+419_values-b+es+419.arsc.flat │ │ │ │ │ ├── values-b+sr+Latn_values-b+sr+Latn.arsc.flat │ │ │ │ │ ├── values-be_values-be.arsc.flat │ │ │ │ │ ├── values-bg_values-bg.arsc.flat │ │ │ │ │ ├── values-bn_values-bn.arsc.flat │ │ │ │ │ ├── values-bs_values-bs.arsc.flat │ │ │ │ │ ├── values-ca_values-ca.arsc.flat │ │ │ │ │ ├── values-cs_values-cs.arsc.flat │ │ │ │ │ ├── values-da_values-da.arsc.flat │ │ │ │ │ ├── values-de_values-de.arsc.flat │ │ │ │ │ ├── values-el_values-el.arsc.flat │ │ │ │ │ ├── values-en-rAU_values-en-rAU.arsc.flat │ │ │ │ │ ├── values-en-rCA_values-en-rCA.arsc.flat │ │ │ │ │ ├── values-en-rGB_values-en-rGB.arsc.flat │ │ │ │ │ ├── values-en-rIN_values-en-rIN.arsc.flat │ │ │ │ │ ├── values-en-rXC_values-en-rXC.arsc.flat │ │ │ │ │ ├── values-es-rUS_values-es-rUS.arsc.flat │ │ │ │ │ ├── values-es_values-es.arsc.flat │ │ │ │ │ ├── values-et_values-et.arsc.flat │ │ │ │ │ ├── values-eu_values-eu.arsc.flat │ │ │ │ │ ├── values-fa_values-fa.arsc.flat │ │ │ │ │ ├── values-fi_values-fi.arsc.flat │ │ │ │ │ ├── values-fr-rCA_values-fr-rCA.arsc.flat │ │ │ │ │ ├── values-fr_values-fr.arsc.flat │ │ │ │ │ ├── values-gl_values-gl.arsc.flat │ │ │ │ │ ├── values-gu_values-gu.arsc.flat │ │ │ │ │ ├── values-h320dp-port-v13_values-h320dp-port-v13.arsc.flat │ │ │ │ │ ├── values-h360dp-land-v13_values-h360dp-land-v13.arsc.flat │ │ │ │ │ ├── values-h480dp-land-v13_values-h480dp-land-v13.arsc.flat │ │ │ │ │ ├── values-h550dp-port-v13_values-h550dp-port-v13.arsc.flat │ │ │ │ │ ├── values-h720dp-v13_values-h720dp-v13.arsc.flat │ │ │ │ │ ├── values-hdpi-v4_values-hdpi-v4.arsc.flat │ │ │ │ │ ├── values-hi_values-hi.arsc.flat │ │ │ │ │ ├── values-hr_values-hr.arsc.flat │ │ │ │ │ ├── values-hu_values-hu.arsc.flat │ │ │ │ │ ├── values-hy_values-hy.arsc.flat │ │ │ │ │ ├── values-in_values-in.arsc.flat │ │ │ │ │ ├── values-is_values-is.arsc.flat │ │ │ │ │ ├── values-it_values-it.arsc.flat │ │ │ │ │ ├── values-iw_values-iw.arsc.flat │ │ │ │ │ ├── values-ja_values-ja.arsc.flat │ │ │ │ │ ├── values-ka_values-ka.arsc.flat │ │ │ │ │ ├── values-kk_values-kk.arsc.flat │ │ │ │ │ ├── values-km_values-km.arsc.flat │ │ │ │ │ ├── values-kn_values-kn.arsc.flat │ │ │ │ │ ├── values-ko_values-ko.arsc.flat │ │ │ │ │ ├── values-ky_values-ky.arsc.flat │ │ │ │ │ ├── values-land_values-land.arsc.flat │ │ │ │ │ ├── values-large-v4_values-large-v4.arsc.flat │ │ │ │ │ ├── values-ldltr-v21_values-ldltr-v21.arsc.flat │ │ │ │ │ ├── values-ldrtl-v17_values-ldrtl-v17.arsc.flat │ │ │ │ │ ├── values-lo_values-lo.arsc.flat │ │ │ │ │ ├── values-lt_values-lt.arsc.flat │ │ │ │ │ ├── values-lv_values-lv.arsc.flat │ │ │ │ │ ├── values-mk_values-mk.arsc.flat │ │ │ │ │ ├── values-ml_values-ml.arsc.flat │ │ │ │ │ ├── values-mn_values-mn.arsc.flat │ │ │ │ │ ├── values-mr_values-mr.arsc.flat │ │ │ │ │ ├── values-ms_values-ms.arsc.flat │ │ │ │ │ ├── values-my_values-my.arsc.flat │ │ │ │ │ ├── values-nb_values-nb.arsc.flat │ │ │ │ │ ├── values-ne_values-ne.arsc.flat │ │ │ │ │ ├── values-night-v8_values-night-v8.arsc.flat │ │ │ │ │ ├── values-nl_values-nl.arsc.flat │ │ │ │ │ ├── values-or_values-or.arsc.flat │ │ │ │ │ ├── values-pa_values-pa.arsc.flat │ │ │ │ │ ├── values-pl_values-pl.arsc.flat │ │ │ │ │ ├── values-port_values-port.arsc.flat │ │ │ │ │ ├── values-pt-rBR_values-pt-rBR.arsc.flat │ │ │ │ │ ├── values-pt-rPT_values-pt-rPT.arsc.flat │ │ │ │ │ ├── values-pt_values-pt.arsc.flat │ │ │ │ │ ├── values-ro_values-ro.arsc.flat │ │ │ │ │ ├── values-ru_values-ru.arsc.flat │ │ │ │ │ ├── values-si_values-si.arsc.flat │ │ │ │ │ ├── values-sk_values-sk.arsc.flat │ │ │ │ │ ├── values-sl_values-sl.arsc.flat │ │ │ │ │ ├── values-small-v4_values-small-v4.arsc.flat │ │ │ │ │ ├── values-sq_values-sq.arsc.flat │ │ │ │ │ ├── values-sr_values-sr.arsc.flat │ │ │ │ │ ├── values-sv_values-sv.arsc.flat │ │ │ │ │ ├── values-sw600dp-v13_values-sw600dp-v13.arsc.flat │ │ │ │ │ ├── values-sw_values-sw.arsc.flat │ │ │ │ │ ├── values-ta_values-ta.arsc.flat │ │ │ │ │ ├── values-te_values-te.arsc.flat │ │ │ │ │ ├── values-th_values-th.arsc.flat │ │ │ │ │ ├── values-tl_values-tl.arsc.flat │ │ │ │ │ ├── values-tr_values-tr.arsc.flat │ │ │ │ │ ├── values-uk_values-uk.arsc.flat │ │ │ │ │ ├── values-ur_values-ur.arsc.flat │ │ │ │ │ ├── values-uz_values-uz.arsc.flat │ │ │ │ │ ├── values-v16_values-v16.arsc.flat │ │ │ │ │ ├── values-v17_values-v17.arsc.flat │ │ │ │ │ ├── values-v18_values-v18.arsc.flat │ │ │ │ │ ├── values-v21_values-v21.arsc.flat │ │ │ │ │ ├── values-v22_values-v22.arsc.flat │ │ │ │ │ ├── values-v23_values-v23.arsc.flat │ │ │ │ │ ├── values-v24_values-v24.arsc.flat │ │ │ │ │ ├── values-v25_values-v25.arsc.flat │ │ │ │ │ ├── values-v26_values-v26.arsc.flat │ │ │ │ │ ├── values-v28_values-v28.arsc.flat │ │ │ │ │ ├── values-v31_values-v31.arsc.flat │ │ │ │ │ ├── values-vi_values-vi.arsc.flat │ │ │ │ │ ├── values-w320dp-land-v13_values-w320dp-land-v13.arsc.flat │ │ │ │ │ ├── values-w360dp-port-v13_values-w360dp-port-v13.arsc.flat │ │ │ │ │ ├── values-w400dp-port-v13_values-w400dp-port-v13.arsc.flat │ │ │ │ │ ├── values-w600dp-land-v13_values-w600dp-land-v13.arsc.flat │ │ │ │ │ ├── values-watch-v20_values-watch-v20.arsc.flat │ │ │ │ │ ├── values-watch-v21_values-watch-v21.arsc.flat │ │ │ │ │ ├── values-xlarge-v4_values-xlarge-v4.arsc.flat │ │ │ │ │ ├── values-zh-rCN_values-zh-rCN.arsc.flat │ │ │ │ │ ├── values-zh-rHK_values-zh-rHK.arsc.flat │ │ │ │ │ ├── values-zh-rTW_values-zh-rTW.arsc.flat │ │ │ │ │ ├── values-zu_values-zu.arsc.flat │ │ │ │ │ ├── values_values.arsc.flat │ │ │ │ │ ├── xml_backup_rules.xml.flat │ │ │ │ │ └── xml_data_extraction_rules.xml.flat │ │ │ ├── merged_res_blame_folder │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ ├── multi-v2 │ │ │ │ │ ├── debug.json │ │ │ │ │ ├── values-af.json │ │ │ │ │ ├── values-am.json │ │ │ │ │ ├── values-ar.json │ │ │ │ │ ├── values-as.json │ │ │ │ │ ├── values-az.json │ │ │ │ │ ├── values-b+es+419.json │ │ │ │ │ ├── values-b+sr+Latn.json │ │ │ │ │ ├── values-be.json │ │ │ │ │ ├── values-bg.json │ │ │ │ │ ├── values-bn.json │ │ │ │ │ ├── values-bs.json │ │ │ │ │ ├── values-ca.json │ │ │ │ │ ├── values-cs.json │ │ │ │ │ ├── values-da.json │ │ │ │ │ ├── values-de.json │ │ │ │ │ ├── values-el.json │ │ │ │ │ ├── values-en-rAU.json │ │ │ │ │ ├── values-en-rCA.json │ │ │ │ │ ├── values-en-rGB.json │ │ │ │ │ ├── values-en-rIN.json │ │ │ │ │ ├── values-en-rXC.json │ │ │ │ │ ├── values-es-rUS.json │ │ │ │ │ ├── values-es.json │ │ │ │ │ ├── values-et.json │ │ │ │ │ ├── values-eu.json │ │ │ │ │ ├── values-fa.json │ │ │ │ │ ├── values-fi.json │ │ │ │ │ ├── values-fr-rCA.json │ │ │ │ │ ├── values-fr.json │ │ │ │ │ ├── values-gl.json │ │ │ │ │ ├── values-gu.json │ │ │ │ │ ├── values-h320dp-port-v13.json │ │ │ │ │ ├── values-h360dp-land-v13.json │ │ │ │ │ ├── values-h480dp-land-v13.json │ │ │ │ │ ├── values-h550dp-port-v13.json │ │ │ │ │ ├── values-h720dp-v13.json │ │ │ │ │ ├── values-hdpi-v4.json │ │ │ │ │ ├── values-hi.json │ │ │ │ │ ├── values-hr.json │ │ │ │ │ ├── values-hu.json │ │ │ │ │ ├── values-hy.json │ │ │ │ │ ├── values-in.json │ │ │ │ │ ├── values-is.json │ │ │ │ │ ├── values-it.json │ │ │ │ │ ├── values-iw.json │ │ │ │ │ ├── values-ja.json │ │ │ │ │ ├── values-ka.json │ │ │ │ │ ├── values-kk.json │ │ │ │ │ ├── values-km.json │ │ │ │ │ ├── values-kn.json │ │ │ │ │ ├── values-ko.json │ │ │ │ │ ├── values-ky.json │ │ │ │ │ ├── values-land.json │ │ │ │ │ ├── values-large-v4.json │ │ │ │ │ ├── values-ldltr-v21.json │ │ │ │ │ ├── values-ldrtl-v17.json │ │ │ │ │ ├── values-lo.json │ │ │ │ │ ├── values-lt.json │ │ │ │ │ ├── values-lv.json │ │ │ │ │ ├── values-mk.json │ │ │ │ │ ├── values-ml.json │ │ │ │ │ ├── values-mn.json │ │ │ │ │ ├── values-mr.json │ │ │ │ │ ├── values-ms.json │ │ │ │ │ ├── values-my.json │ │ │ │ │ ├── values-nb.json │ │ │ │ │ ├── values-ne.json │ │ │ │ │ ├── values-night-v8.json │ │ │ │ │ ├── values-nl.json │ │ │ │ │ ├── values-or.json │ │ │ │ │ ├── values-pa.json │ │ │ │ │ ├── values-pl.json │ │ │ │ │ ├── values-port.json │ │ │ │ │ ├── values-pt-rBR.json │ │ │ │ │ ├── values-pt-rPT.json │ │ │ │ │ ├── values-pt.json │ │ │ │ │ ├── values-ro.json │ │ │ │ │ ├── values-ru.json │ │ │ │ │ ├── values-si.json │ │ │ │ │ ├── values-sk.json │ │ │ │ │ ├── values-sl.json │ │ │ │ │ ├── values-small-v4.json │ │ │ │ │ ├── values-sq.json │ │ │ │ │ ├── values-sr.json │ │ │ │ │ ├── values-sv.json │ │ │ │ │ ├── values-sw.json │ │ │ │ │ ├── values-sw600dp-v13.json │ │ │ │ │ ├── values-ta.json │ │ │ │ │ ├── values-te.json │ │ │ │ │ ├── values-th.json │ │ │ │ │ ├── values-tl.json │ │ │ │ │ ├── values-tr.json │ │ │ │ │ ├── values-uk.json │ │ │ │ │ ├── values-ur.json │ │ │ │ │ ├── values-uz.json │ │ │ │ │ ├── values-v16.json │ │ │ │ │ ├── values-v17.json │ │ │ │ │ ├── values-v18.json │ │ │ │ │ ├── values-v21.json │ │ │ │ │ ├── values-v22.json │ │ │ │ │ ├── values-v23.json │ │ │ │ │ ├── values-v24.json │ │ │ │ │ ├── values-v25.json │ │ │ │ │ ├── values-v26.json │ │ │ │ │ ├── values-v28.json │ │ │ │ │ ├── values-v31.json │ │ │ │ │ ├── values-vi.json │ │ │ │ │ ├── values-w320dp-land-v13.json │ │ │ │ │ ├── values-w360dp-port-v13.json │ │ │ │ │ ├── values-w400dp-port-v13.json │ │ │ │ │ ├── values-w600dp-land-v13.json │ │ │ │ │ ├── values-watch-v20.json │ │ │ │ │ ├── values-watch-v21.json │ │ │ │ │ ├── values-xlarge-v4.json │ │ │ │ │ ├── values-zh-rCN.json │ │ │ │ │ ├── values-zh-rHK.json │ │ │ │ │ ├── values-zh-rTW.json │ │ │ │ │ ├── values-zu.json │ │ │ │ │ └── values.json │ │ │ │ │ └── single │ │ │ │ │ └── debug.json │ │ │ ├── navigation_json │ │ │ │ └── debug │ │ │ │ │ └── navigation.json │ │ │ ├── packaged_manifests │ │ │ │ └── debug │ │ │ │ │ ├── AndroidManifest.xml │ │ │ │ │ └── output-metadata.json │ │ │ ├── packaged_res │ │ │ │ └── debug │ │ │ │ │ ├── drawable-hdpi-v4 │ │ │ │ │ └── chatgptlogo.jpg │ │ │ │ │ ├── drawable-ldpi-v4 │ │ │ │ │ └── chatgptlogo.jpg │ │ │ │ │ ├── drawable-mdpi-v4 │ │ │ │ │ └── chatgptlogo.jpg │ │ │ │ │ ├── drawable-v24 │ │ │ │ │ └── ic_launcher_foreground.xml │ │ │ │ │ ├── drawable-xhdpi-v4 │ │ │ │ │ └── chatgptlogo.jpg │ │ │ │ │ ├── drawable-xxhdpi-v4 │ │ │ │ │ └── chatgptlogo.jpg │ │ │ │ │ ├── drawable-xxxhdpi-v4 │ │ │ │ │ └── chatgptlogo.jpg │ │ │ │ │ ├── drawable │ │ │ │ │ ├── background_splashscreen.xml │ │ │ │ │ ├── ic_launcher_background.xml │ │ │ │ │ ├── left.xml │ │ │ │ │ ├── lock.xml │ │ │ │ │ ├── logout.xml │ │ │ │ │ ├── reset.xml │ │ │ │ │ ├── rounded_corner.xml │ │ │ │ │ └── send.xml │ │ │ │ │ ├── font │ │ │ │ │ ├── bebas.ttf │ │ │ │ │ ├── comfortaabold.ttf │ │ │ │ │ ├── comfortaalight.ttf │ │ │ │ │ ├── comfortaameduim.ttf │ │ │ │ │ ├── comfortaaregular.ttf │ │ │ │ │ ├── comfortaasemibold.ttf │ │ │ │ │ ├── dancing.ttf │ │ │ │ │ ├── logofont.ttf │ │ │ │ │ └── shine.ttf │ │ │ │ │ ├── layout │ │ │ │ │ ├── activity_forgot_password.xml │ │ │ │ │ ├── activity_login.xml │ │ │ │ │ ├── activity_login_or_sign_up.xml │ │ │ │ │ ├── activity_main.xml │ │ │ │ │ ├── activity_sign_up.xml │ │ │ │ │ └── chat_item.xml │ │ │ │ │ ├── mipmap-anydpi-v26 │ │ │ │ │ ├── ic_launcher.xml │ │ │ │ │ └── ic_launcher_round.xml │ │ │ │ │ ├── mipmap-hdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ ├── mipmap-mdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ ├── mipmap-xhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ ├── mipmap-xxhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ ├── mipmap-xxxhdpi-v4 │ │ │ │ │ ├── ic_launcher.webp │ │ │ │ │ └── ic_launcher_round.webp │ │ │ │ │ ├── values-night-v8 │ │ │ │ │ └── values-night-v8.xml │ │ │ │ │ ├── values │ │ │ │ │ └── values.xml │ │ │ │ │ └── xml │ │ │ │ │ ├── backup_rules.xml │ │ │ │ │ └── data_extraction_rules.xml │ │ │ ├── processed_res │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ └── output-metadata.json │ │ │ ├── project_dex_archive │ │ │ │ └── debug │ │ │ │ │ └── out │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_0.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_1.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_2.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_3.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_4.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_5.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_6.jar │ │ │ │ │ ├── 7c2869c4908044b3b57aa0e3c705a587318448fb26f7d9954642c9bb3349ef7e_7.jar │ │ │ │ │ └── com │ │ │ │ │ └── example │ │ │ │ │ └── income_tax_chatbot │ │ │ │ │ ├── ForgotPasswordActivity$1.dex │ │ │ │ │ ├── ForgotPasswordActivity$2.dex │ │ │ │ │ ├── ForgotPasswordActivity$3.dex │ │ │ │ │ ├── ForgotPasswordActivity$4.dex │ │ │ │ │ ├── ForgotPasswordActivity.dex │ │ │ │ │ ├── LoginActivity$1.dex │ │ │ │ │ ├── LoginActivity$2.dex │ │ │ │ │ ├── LoginActivity$3.dex │ │ │ │ │ ├── LoginActivity$4.dex │ │ │ │ │ ├── LoginActivity$5.dex │ │ │ │ │ ├── LoginActivity.dex │ │ │ │ │ ├── LoginOrSignUpActivity$1.dex │ │ │ │ │ ├── LoginOrSignUpActivity$2.dex │ │ │ │ │ ├── LoginOrSignUpActivity.dex │ │ │ │ │ ├── MainActivity$1.dex │ │ │ │ │ ├── MainActivity$2.dex │ │ │ │ │ ├── MainActivity$3.dex │ │ │ │ │ ├── MainActivity$4.dex │ │ │ │ │ ├── MainActivity.dex │ │ │ │ │ ├── Message.dex │ │ │ │ │ ├── MessageAdapter$MyViewHolder.dex │ │ │ │ │ ├── MessageAdapter.dex │ │ │ │ │ ├── SignUpActivity$1.dex │ │ │ │ │ ├── SignUpActivity$2.dex │ │ │ │ │ ├── SignUpActivity$3.dex │ │ │ │ │ ├── SignUpActivity$4$1.dex │ │ │ │ │ ├── SignUpActivity$4$2.dex │ │ │ │ │ ├── SignUpActivity$4.dex │ │ │ │ │ ├── SignUpActivity.dex │ │ │ │ │ ├── SplashScreen$1.dex │ │ │ │ │ └── SplashScreen.dex │ │ │ ├── runtime_symbol_list │ │ │ │ └── debug │ │ │ │ │ └── R.txt │ │ │ ├── signing_config_versions │ │ │ │ └── debug │ │ │ │ │ └── signing-config-versions.json │ │ │ ├── source_set_path_map │ │ │ │ └── debug │ │ │ │ │ └── file-map.txt │ │ │ ├── stable_resource_ids_file │ │ │ │ └── debug │ │ │ │ │ └── stableIds.txt │ │ │ ├── symbol_list_with_package_name │ │ │ │ └── debug │ │ │ │ │ └── package-aware-r.txt │ │ │ └── variant_model │ │ │ │ └── debug │ │ │ │ └── variant_model.json │ │ ├── outputs │ │ │ └── logs │ │ │ │ └── manifest-merger-debug-report.txt │ │ └── tmp │ │ │ └── compileDebugJavaWithJavac │ │ │ └── previous-compilation-data.bin │ ├── google-services.json │ ├── proguard-rules.pro │ └── src │ │ ├── androidTest │ │ └── java │ │ │ └── com │ │ │ └── example │ │ │ └── income_tax_chatbot │ │ │ └── ExampleInstrumentedTest.java │ │ ├── main │ │ ├── AndroidManifest.xml │ │ ├── java │ │ │ └── com │ │ │ │ └── example │ │ │ │ └── income_tax_chatbot │ │ │ │ ├── ForgotPasswordActivity.java │ │ │ │ ├── LoginActivity.java │ │ │ │ ├── LoginOrSignUpActivity.java │ │ │ │ ├── MainActivity.java │ │ │ │ ├── Message.java │ │ │ │ ├── MessageAdapter.java │ │ │ │ ├── SignUpActivity.java │ │ │ │ └── SplashScreen.java │ │ └── res │ │ │ ├── drawable-hdpi │ │ │ └── chatgptlogo.jpg │ │ │ ├── drawable-ldpi │ │ │ └── chatgptlogo.jpg │ │ │ ├── drawable-mdpi │ │ │ └── chatgptlogo.jpg │ │ │ ├── drawable-v24 │ │ │ └── ic_launcher_foreground.xml │ │ │ ├── drawable-xhdpi │ │ │ └── chatgptlogo.jpg │ │ │ ├── drawable-xxhdpi │ │ │ └── chatgptlogo.jpg │ │ │ ├── drawable-xxxhdpi │ │ │ └── chatgptlogo.jpg │ │ │ ├── drawable │ │ │ ├── background_splashscreen.xml │ │ │ ├── drawable-hdpi │ │ │ │ └── DALL·E 2023-10-28 11.33.03 - A blue chat bubble with a rupee symbol( ₹ ) inside..png │ │ │ ├── drawable-ldpi │ │ │ │ └── DALL·E 2023-10-28 11.33.03 - A blue chat bubble with a rupee symbol( ₹ ) inside..png │ │ │ ├── drawable-mdpi │ │ │ │ └── DALL·E 2023-10-28 11.33.03 - A blue chat bubble with a rupee symbol( ₹ ) inside..png │ │ │ ├── drawable-xhdpi │ │ │ │ └── DALL·E 2023-10-28 11.33.03 - A blue chat bubble with a rupee symbol( ₹ ) inside..png │ │ │ ├── drawable-xxhdpi │ │ │ │ └── DALL·E 2023-10-28 11.33.03 - A blue chat bubble with a rupee symbol( ₹ ) inside..png │ │ │ ├── drawable-xxxhdpi │ │ │ │ └── DALL·E 2023-10-28 11.33.03 - A blue chat bubble with a rupee symbol( ₹ ) inside..png │ │ │ ├── ic_launcher_background.xml │ │ │ ├── left.xml │ │ │ ├── lock.xml │ │ │ ├── logout.xml │ │ │ ├── reset.xml │ │ │ ├── rounded_corner.xml │ │ │ └── send.xml │ │ │ ├── font │ │ │ ├── bebas.ttf │ │ │ ├── comfortaabold.ttf │ │ │ ├── comfortaalight.ttf │ │ │ ├── comfortaameduim.ttf │ │ │ ├── comfortaaregular.ttf │ │ │ ├── comfortaasemibold.ttf │ │ │ ├── dancing.ttf │ │ │ ├── logofont.ttf │ │ │ └── shine.ttf │ │ │ ├── layout │ │ │ ├── activity_forgot_password.xml │ │ │ ├── activity_login.xml │ │ │ ├── activity_login_or_sign_up.xml │ │ │ ├── activity_main.xml │ │ │ ├── activity_sign_up.xml │ │ │ └── chat_item.xml │ │ │ ├── mipmap-anydpi-v26 │ │ │ ├── ic_launcher.xml │ │ │ └── ic_launcher_round.xml │ │ │ ├── mipmap-hdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-mdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-xhdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-xxhdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── mipmap-xxxhdpi │ │ │ ├── ic_launcher.webp │ │ │ └── ic_launcher_round.webp │ │ │ ├── values-night │ │ │ └── themes.xml │ │ │ ├── values │ │ │ ├── colors.xml │ │ │ ├── ic_launcher_background.xml │ │ │ ├── strings.xml │ │ │ └── themes.xml │ │ │ └── xml │ │ │ ├── backup_rules.xml │ │ │ └── data_extraction_rules.xml │ │ └── test │ │ └── java │ │ └── com │ │ └── example │ │ └── income_tax_chatbot │ │ └── ExampleUnitTest.java │ ├── build.gradle.kts │ ├── gradle.properties │ ├── gradle │ └── wrapper │ │ ├── gradle-wrapper.jar │ │ └── gradle-wrapper.properties │ ├── gradlew │ ├── gradlew.bat │ ├── local.properties │ └── settings.gradle.kts ├── Fake-Text-Detection └── README.md ├── Ideas └── README.md ├── Image-Generation └── anime-faces-dcgan │ ├── Dataset │ └── README.md │ ├── Images │ ├── adcgan1.png │ ├── adcgan2.png │ ├── adcgan3.png │ ├── adcgan4.png │ └── adcgan5.png │ ├── Model │ ├── README.md │ └── anime-faces-generation-using-dcgan.ipynb │ ├── README.md │ ├── requirement.txt │ └── results │ └── __results___files │ ├── __results___13_1.png │ ├── __results___16_1.png │ ├── __results___25_0.png │ ├── __results___26_0.png │ └── __results___8_0.png ├── Image-To-Text └── README.md ├── LICENSE ├── README.md ├── Resources └── README.MD ├── Speech-To-Text └── README.md ├── Text-Generation ├── Blog Generation │ ├── README.md │ ├── main.py │ └── requirements.txt ├── Multipurpose │ ├── README.md │ ├── main.py │ └── requirements.txt └── README.md ├── Text-To-Image ├── Image-gen-from-text │ ├── Readme.md │ ├── Streamlit-app │ ├── Streamlit-app-page2 │ ├── requirements.txt │ ├── utils.py │ └── web-app.py ├── README.md └── openai-image-generator │ ├── .gitattributes │ ├── .gitignore │ ├── README.md │ ├── client │ ├── build │ │ ├── asset-manifest.json │ │ ├── index.html │ │ └── static │ │ │ ├── css │ │ │ ├── main.850f294f.css │ │ │ └── main.850f294f.css.map │ │ │ └── js │ │ │ ├── main.012353fd.js │ │ │ ├── main.012353fd.js.LICENSE.txt │ │ │ └── main.012353fd.js.map │ ├── package-lock.json │ ├── package.json │ ├── public │ │ └── index.html │ └── src │ │ ├── App.css │ │ ├── App.js │ │ └── index.js │ ├── package-lock.json │ └── server │ ├── index.js │ ├── package-lock.json │ └── package.json ├── Text-To-Speech ├── Azure-Talking-Avatar │ ├── .env sample │ ├── .gitignore │ ├── .streamlit │ │ └── config.toml │ ├── LICENSE │ ├── README.md │ ├── app.py │ ├── demo │ │ └── demo.webm │ └── requirements.txt └── README.md └── index.html /.github/workflows/codeql.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/.github/workflows/codeql.yml -------------------------------------------------------------------------------- /.github/workflows/greetings.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/.github/workflows/greetings.yml -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/.gitignore: -------------------------------------------------------------------------------- 1 | node_modules -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/README.md -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/index.js -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/package-lock.json -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/package.json -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/public/images/learning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/public/images/learning.png -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/public/images/output/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/public/images/output/desktop.png -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/public/images/output/mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/public/images/output/mobile.png -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/public/index.html -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/public/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/public/script.js -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/public/stylesheet.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/public/stylesheet.css -------------------------------------------------------------------------------- /AI-Text-Summarizer-App/summarize.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI-Text-Summarizer-App/summarize.js -------------------------------------------------------------------------------- /AI_Video-Gen/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/LICENSE -------------------------------------------------------------------------------- /AI_Video-Gen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/README.md -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/.env: -------------------------------------------------------------------------------- 1 | NEXT_PUBLIC_API_URL=http://localhost:8000 -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/.eslintrc.json: -------------------------------------------------------------------------------- 1 | { 2 | "extends": "next/core-web-vitals" 3 | } 4 | -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/.gitignore -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/app/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/app/globals.css -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/app/layout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/app/layout.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/app/page.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/app/page.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components.json -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/accordion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/accordion.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/alert-dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/alert-dialog.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/alert.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/alert.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/aspect-ratio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/aspect-ratio.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/avatar.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/badge.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/badge.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/breadcrumb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/breadcrumb.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/button.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/calendar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/calendar.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/card.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/carousel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/carousel.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/chart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/chart.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/checkbox.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/collapsible.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/collapsible.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/command.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/command.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/context-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/context-menu.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/dialog.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/dialog.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/drawer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/drawer.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/dropdown-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/dropdown-menu.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/form.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/form.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/hover-card.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/hover-card.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/input-otp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/input-otp.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/input.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/label.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/label.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/menubar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/menubar.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/navigation-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/navigation-menu.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/pagination.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/pagination.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/popover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/popover.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/progress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/progress.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/radio-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/radio-group.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/resizable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/resizable.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/scroll-area.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/scroll-area.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/select.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/select.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/separator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/separator.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/sheet.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/sheet.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/skeleton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/skeleton.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/slider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/slider.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/sonner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/sonner.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/switch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/switch.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/table.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/table.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/tabs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/tabs.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/textarea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/textarea.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/toast.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/toast.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/toaster.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/toaster.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/toggle-group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/toggle-group.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/toggle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/toggle.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/components/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/components/ui/tooltip.tsx -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/hooks/use-toast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/hooks/use-toast.ts -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/lib/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/lib/utils.ts -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/next.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/next.config.js -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/package-lock.json -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/package.json -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/postcss.config.js -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/tailwind.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/tailwind.config.ts -------------------------------------------------------------------------------- /AI_Video-Gen/frontend/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/AI_Video-Gen/frontend/tsconfig.json -------------------------------------------------------------------------------- /Auto-Image-Tagger/Gemini-Pro-Vision/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Auto-Image-Tagger/Gemini-Pro-Vision/LICENSE -------------------------------------------------------------------------------- /Auto-Image-Tagger/Gemini-Pro-Vision/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Auto-Image-Tagger/Gemini-Pro-Vision/app.py -------------------------------------------------------------------------------- /Auto-Image-Tagger/Gemini-Pro-Vision/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Auto-Image-Tagger/Gemini-Pro-Vision/readme.md -------------------------------------------------------------------------------- /Auto-Image-Tagger/Gemini-Pro-Vision/requirements.txt: -------------------------------------------------------------------------------- 1 | google-generativeai==0.3.1 2 | streamlit==1.29.0 3 | -------------------------------------------------------------------------------- /Auto-Image-Tagger/Gemini-Pro-Vision/temp/a.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Auto-Image-Tagger/Gemini-Pro-Vision/temp/a.txt -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/Edith-chatbot/README.md -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/Edith-chatbot/app.py -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/requirements.txt: -------------------------------------------------------------------------------- 1 | flask 2 | openai -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/static/images/gpt.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/Edith-chatbot/static/images/gpt.jpg -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/static/images/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/Edith-chatbot/static/images/user.png -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/static/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/Edith-chatbot/static/style.css -------------------------------------------------------------------------------- /Chatbots/Edith-chatbot/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/Edith-chatbot/templates/index.html -------------------------------------------------------------------------------- /Chatbots/README.md: -------------------------------------------------------------------------------- 1 | # Chatbots -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gitignore -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/checksums/checksums.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/checksums/checksums.lock -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/checksums/md5-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/checksums/md5-checksums.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/checksums/sha1-checksums.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/checksums/sha1-checksums.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/dependencies-accessors/dependencies-accessors.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/dependencies-accessors/dependencies-accessors.lock -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/dependencies-accessors/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/executionHistory/executionHistory.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/executionHistory/executionHistory.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/executionHistory/executionHistory.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/executionHistory/executionHistory.lock -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/fileChanges/last-build.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/fileHashes/fileHashes.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/fileHashes/fileHashes.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/fileHashes/fileHashes.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/fileHashes/fileHashes.lock -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/fileHashes/resourceHashesCache.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/8.0/fileHashes/resourceHashesCache.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/8.0/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/buildOutputCleanup/buildOutputCleanup.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/buildOutputCleanup/buildOutputCleanup.lock -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/buildOutputCleanup/cache.properties: -------------------------------------------------------------------------------- 1 | #Sat Oct 28 10:25:17 IST 2023 2 | gradle.version=8.0 3 | -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/buildOutputCleanup/outputFiles.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/buildOutputCleanup/outputFiles.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/file-system.probe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.gradle/file-system.probe -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.gradle/vcs-1/gc.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/.gitignore: -------------------------------------------------------------------------------- 1 | # Default ignored files 2 | /shelf/ 3 | /workspace.xml 4 | -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/assetWizardSettings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.idea/assetWizardSettings.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/compiler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.idea/compiler.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/deploymentTargetDropDown.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.idea/deploymentTargetDropDown.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/gradle.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.idea/gradle.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/misc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.idea/misc.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/.idea/workspace.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/README.md -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/.gitignore: -------------------------------------------------------------------------------- 1 | /build -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build.gradle.kts -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/generated/res/processDebugGoogleServices/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/generated/res/processDebugGoogleServices/values/values.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/gmpAppId.txt: -------------------------------------------------------------------------------- 1 | 1:870349213065:android:79c63670003c77024e2558 -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/annotation_processor_list/debug/annotationProcessors.json: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/apk/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/apk/debug/output-metadata.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/apk_ide_redirect_file/debug/redirect.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/app_metadata/debug/app-metadata.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/app_metadata/debug/app-metadata.properties -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/compatible_screen_manifest/debug/output-metadata.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/compile_and_runtime_not_namespaced_r_class_jar/debug/R.jar -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_0/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_1/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_2/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_3/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_4/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_5/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_6/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_7/graph.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/desugar_graph/debug/out/currentProject/dirs_bucket_7/graph.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeExtDexDebug/classes2.dex -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeExtDexDebug/classes3.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeExtDexDebug/classes3.dex -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/dex/debug/mergeProjectDexDebug/15/classes.dex -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/dex_archive_input_jar_hashes/debug/out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/dex_archive_input_jar_hashes/debug/out -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/dex_number_of_buckets_file/debug/out: -------------------------------------------------------------------------------- 1 | 8 -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+7D7pL0sHJ9MX1GFcl1YYZ8Wmso=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+7D7pL0sHJ9MX1GFcl1YYZ8Wmso= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+T8mv_CHwOeHQKRUle73d1hPmGQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+T8mv_CHwOeHQKRUle73d1hPmGQ= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+oLE8FKsrGA+oH8_BY+WqZkwI68=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/+oLE8FKsrGA+oH8_BY+WqZkwI68= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0AZ5RdRQblM27MnHkX3EPsZlRGA=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/0AZ5RdRQblM27MnHkX3EPsZlRGA= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/181_YIDWl_RwNoZ8yj5nb2zZcTI=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/181_YIDWl_RwNoZ8yj5nb2zZcTI= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4O2K0WGsNtmrqHnqXGNOsHpBAS4=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4O2K0WGsNtmrqHnqXGNOsHpBAS4= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4oVS24Vuzp9DFZqzCRqW397d19Y=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/4oVS24Vuzp9DFZqzCRqW397d19Y= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5aSuIEKLMaQYpcLWz8WiQOmnoU0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/5aSuIEKLMaQYpcLWz8WiQOmnoU0= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8ZyUvvyYZ7XZ4L8l5pvzzu7453s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/8ZyUvvyYZ7XZ4L8l5pvzzu7453s= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A98hfudb+Vy3Q4fphM1RG1MqX6s=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/A98hfudb+Vy3Q4fphM1RG1MqX6s= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DLpJeLWrbQaUopPFTpVmE3IkNYo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/DLpJeLWrbQaUopPFTpVmE3IkNYo= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FkEzYqFgPnAYseEOZ1nAceTPePc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/FkEzYqFgPnAYseEOZ1nAceTPePc= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GTqzDvDQ_y5g6B54GR0YmY1tHW8=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/GTqzDvDQ_y5g6B54GR0YmY1tHW8= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IlDWHLrW8iw3L1Zl+7dUZOFVGjo=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/IlDWHLrW8iw3L1Zl+7dUZOFVGjo= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KhC_Ttgd5jLUfTgCuh8i26o2FRc=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/KhC_Ttgd5jLUfTgCuh8i26o2FRc= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MDl2r2EIaXTbN6Iqp0U+C9sbCjM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/MDl2r2EIaXTbN6Iqp0U+C9sbCjM= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N8tsj5gaRnvJFj6_4gQrp65OL5o=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/N8tsj5gaRnvJFj6_4gQrp65OL5o= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NKnFtBNj7Uo6LoMvuf8JR_y4QC0=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/NKnFtBNj7Uo6LoMvuf8JR_y4QC0= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O6os_RF+dmL6RjDKYPjDGSFt12Q=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/O6os_RF+dmL6RjDKYPjDGSFt12Q= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Q5u9W6wEKaC60PPPwv50uZP7AIM=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/Q5u9W6wEKaC60PPPwv50uZP7AIM= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RhW9q_fxMyFA3zHxuEGLQFUlASQ=: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug-mergeJavaRes/zip-cache/RhW9q_fxMyFA3zHxuEGLQFUlASQ= -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/packageDebugResources/merged.dir/values/values.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/mergeDebugAssets/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/mergeDebugAssets/merger.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/mergeDebugShaders/merger.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/mergeDebugShaders/merger.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/javaResources0 -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/javac/debug/classes/com/example/income_tax_chatbot/Message.class: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/javac/debug/classes/com/example/income_tax_chatbot/Message.class -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/local_only_symbol_list/debug/R-def.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/local_only_symbol_list/debug/R-def.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_java_res/debug/base.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_java_res/debug/base.jar -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_manifest/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_manifests/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_manifests/debug/output-metadata.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-hdpi_chatgptlogo.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-hdpi_chatgptlogo.jpg.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-ldpi_chatgptlogo.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-ldpi_chatgptlogo.jpg.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-mdpi_chatgptlogo.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-mdpi_chatgptlogo.jpg.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-v24_ic_launcher_foreground.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-xhdpi_chatgptlogo.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-xhdpi_chatgptlogo.jpg.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-xxhdpi_chatgptlogo.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-xxhdpi_chatgptlogo.jpg.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_chatgptlogo.jpg.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable-xxxhdpi_chatgptlogo.jpg.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_background_splashscreen.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_background_splashscreen.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_ic_launcher_background.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_left.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_left.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_lock.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_lock.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_logout.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_logout.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_reset.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_reset.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_rounded_corner.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_rounded_corner.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_send.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/drawable_send.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_bebas.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_bebas.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaabold.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaabold.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaalight.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaalight.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaameduim.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaameduim.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaaregular.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaaregular.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaasemibold.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_comfortaasemibold.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_dancing.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_dancing.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_logofont.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_logofont.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_shine.ttf.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/font_shine.ttf.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_forgot_password.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_forgot_password.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_login.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_login_or_sign_up.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_login_or_sign_up.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_main.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_sign_up.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_activity_sign_up.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_chat_item.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/layout_chat_item.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-anydpi-v26_ic_launcher_round.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-hdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-mdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/mipmap-xxxhdpi_ic_launcher_round.webp.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-af_values-af.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-am_values-am.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ar_values-ar.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-as_values-as.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-az_values-az.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-b+es+419_values-b+es+419.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-b+sr+Latn_values-b+sr+Latn.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-be_values-be.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-bg_values-bg.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-bn_values-bn.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-bs_values-bs.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ca_values-ca.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-cs_values-cs.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-da_values-da.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-de_values-de.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-el_values-el.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rAU_values-en-rAU.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rCA_values-en-rCA.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rGB_values-en-rGB.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rIN_values-en-rIN.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-en-rXC_values-en-rXC.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-es-rUS_values-es-rUS.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-es_values-es.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-et_values-et.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-eu_values-eu.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fa_values-fa.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fi_values-fi.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fr-rCA_values-fr-rCA.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-fr_values-fr.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-gl_values-gl.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-gu_values-gu.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-h720dp-v13_values-h720dp-v13.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hdpi-v4_values-hdpi-v4.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hi_values-hi.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hr_values-hr.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hu_values-hu.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-hy_values-hy.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-in_values-in.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-is_values-is.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-it_values-it.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-iw_values-iw.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ja_values-ja.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ka_values-ka.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-kk_values-kk.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-km_values-km.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-kn_values-kn.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ko_values-ko.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ky_values-ky.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-land_values-land.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-large-v4_values-large-v4.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ldltr-v21_values-ldltr-v21.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ldrtl-v17_values-ldrtl-v17.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-lo_values-lo.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-lt_values-lt.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-lv_values-lv.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-mk_values-mk.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ml_values-ml.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-mn_values-mn.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-mr_values-mr.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ms_values-ms.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-my_values-my.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-nb_values-nb.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ne_values-ne.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-night-v8_values-night-v8.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-nl_values-nl.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-or_values-or.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pa_values-pa.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pl_values-pl.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-port_values-port.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pt-rBR_values-pt-rBR.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pt-rPT_values-pt-rPT.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-pt_values-pt.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ro_values-ro.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ru_values-ru.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-si_values-si.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sk_values-sk.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sl_values-sl.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-small-v4_values-small-v4.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sq_values-sq.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sr_values-sr.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sv_values-sv.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sw600dp-v13_values-sw600dp-v13.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-sw_values-sw.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ta_values-ta.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-te_values-te.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-th_values-th.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-tl_values-tl.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-tr_values-tr.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-uk_values-uk.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-ur_values-ur.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-uz_values-uz.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v16_values-v16.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v17_values-v17.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v18_values-v18.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v21_values-v21.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v22_values-v22.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v23_values-v23.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v24_values-v24.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v25_values-v25.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v26_values-v26.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v28_values-v28.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-v31_values-v31.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-vi_values-vi.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-watch-v20_values-watch-v20.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-watch-v21_values-watch-v21.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-xlarge-v4_values-xlarge-v4.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zh-rCN_values-zh-rCN.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zh-rHK_values-zh-rHK.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zh-rTW_values-zh-rTW.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values-zu_values-zu.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values_values.arsc.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/values_values.arsc.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/xml_backup_rules.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res/debug/xml_data_extraction_rules.xml.flat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/debug.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-af.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-am.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ar.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-as.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-az.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+es+419.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-b+sr+Latn.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-be.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bg.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bn.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-bs.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ca.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-cs.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-da.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-de.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-el.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rAU.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rCA.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rGB.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rIN.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-en-rXC.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es-rUS.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-es.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-et.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-eu.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fa.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fi.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr-rCA.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-fr.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gl.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-gu.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-h720dp-v13.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hdpi-v4.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hi.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hr.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hu.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-hy.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-in.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-is.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-it.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-iw.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ja.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ka.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kk.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-km.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-kn.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ko.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ky.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-land.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-large-v4.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldltr-v21.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ldrtl-v17.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lo.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lt.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-lv.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mk.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ml.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mn.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-mr.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ms.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-my.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nb.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ne.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-night-v8.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-nl.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-or.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pa.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pl.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-port.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rBR.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt-rPT.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-pt.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ro.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ru.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-si.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sk.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sl.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-small-v4.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sq.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sr.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sv.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-sw600dp-v13.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ta.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-te.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-th.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tl.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-tr.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uk.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-ur.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-uz.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v16.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v17.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v18.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v21.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v22.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v23.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v24.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v25.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v26.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v28.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-v31.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-vi.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v20.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-watch-v21.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-xlarge-v4.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rCN.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rHK.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zh-rTW.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values-zu.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/multi-v2/values.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/merged_res_blame_folder/debug/out/single/debug.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/navigation_json/debug/navigation.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_manifests/debug/AndroidManifest.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_manifests/debug/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_manifests/debug/output-metadata.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-hdpi-v4/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-ldpi-v4/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-ldpi-v4/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-mdpi-v4/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-xhdpi-v4/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-xxhdpi-v4/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable-xxxhdpi-v4/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/background_splashscreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/background_splashscreen.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/left.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/lock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/lock.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/logout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/logout.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/reset.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/rounded_corner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/rounded_corner.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/send.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/drawable/send.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/bebas.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/bebas.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaabold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaabold.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaalight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaalight.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaameduim.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaameduim.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaaregular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaaregular.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaasemibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/comfortaasemibold.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/dancing.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/dancing.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/logofont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/logofont.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/shine.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/font/shine.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_forgot_password.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_forgot_password.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_login.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_login.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_login_or_sign_up.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_login_or_sign_up.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_main.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_sign_up.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/activity_sign_up.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/chat_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/layout/chat_item.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-hdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-mdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xhdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxhdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/mipmap-xxxhdpi-v4/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/values-night-v8/values-night-v8.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/values/values.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/values/values.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/xml/backup_rules.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/packaged_res/debug/xml/data_extraction_rules.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/processed_res/debug/out/output-metadata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/processed_res/debug/out/output-metadata.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/runtime_symbol_list/debug/R.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/runtime_symbol_list/debug/R.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/signing_config_versions/debug/signing-config-versions.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/source_set_path_map/debug/file-map.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/source_set_path_map/debug/file-map.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/stable_resource_ids_file/debug/stableIds.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/intermediates/symbol_list_with_package_name/debug/package-aware-r.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/intermediates/variant_model/debug/variant_model.json: -------------------------------------------------------------------------------- 1 | " 2 | com.example.income_tax_chatbot -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/outputs/logs/manifest-merger-debug-report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/outputs/logs/manifest-merger-debug-report.txt -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/google-services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/google-services.json -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/proguard-rules.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/proguard-rules.pro -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/androidTest/java/com/example/income_tax_chatbot/ExampleInstrumentedTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/androidTest/java/com/example/income_tax_chatbot/ExampleInstrumentedTest.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/AndroidManifest.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/AndroidManifest.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/ForgotPasswordActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/ForgotPasswordActivity.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/LoginActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/LoginActivity.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/LoginOrSignUpActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/LoginOrSignUpActivity.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/MainActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/MainActivity.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/Message.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/Message.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/MessageAdapter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/MessageAdapter.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/SignUpActivity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/SignUpActivity.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/SplashScreen.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/java/com/example/income_tax_chatbot/SplashScreen.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-hdpi/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-hdpi/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-ldpi/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-ldpi/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-mdpi/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-mdpi/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-v24/ic_launcher_foreground.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-v24/ic_launcher_foreground.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-xhdpi/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-xhdpi/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-xxhdpi/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-xxhdpi/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable-xxxhdpi/chatgptlogo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable-xxxhdpi/chatgptlogo.jpg -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/background_splashscreen.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/background_splashscreen.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/ic_launcher_background.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/left.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/left.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/lock.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/lock.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/logout.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/logout.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/reset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/reset.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/rounded_corner.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/rounded_corner.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/drawable/send.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/drawable/send.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/bebas.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/bebas.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/comfortaabold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/comfortaabold.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/comfortaalight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/comfortaalight.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/comfortaameduim.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/comfortaameduim.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/comfortaaregular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/comfortaaregular.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/comfortaasemibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/comfortaasemibold.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/dancing.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/dancing.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/logofont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/logofont.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/font/shine.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/font/shine.ttf -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/layout/activity_forgot_password.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/layout/activity_forgot_password.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/layout/activity_login.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/layout/activity_login.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/layout/activity_login_or_sign_up.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/layout/activity_login_or_sign_up.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/layout/activity_main.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/layout/activity_main.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/layout/activity_sign_up.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/layout/activity_sign_up.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/layout/chat_item.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/layout/chat_item.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-hdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-hdpi/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-mdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-mdpi/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-xhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-xhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/values-night/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/values-night/themes.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/values/colors.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/values/colors.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/values/ic_launcher_background.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/values/ic_launcher_background.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/values/strings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/values/strings.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/values/themes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/values/themes.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/xml/backup_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/xml/backup_rules.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/main/res/xml/data_extraction_rules.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/main/res/xml/data_extraction_rules.xml -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/app/src/test/java/com/example/income_tax_chatbot/ExampleUnitTest.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/app/src/test/java/com/example/income_tax_chatbot/ExampleUnitTest.java -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/build.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/build.gradle.kts -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/gradle.properties -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/gradlew -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/gradlew.bat -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/local.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/local.properties -------------------------------------------------------------------------------- /Chatbots/TAX_GPT/settings.gradle.kts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Chatbots/TAX_GPT/settings.gradle.kts -------------------------------------------------------------------------------- /Fake-Text-Detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Fake-Text-Detection/README.md -------------------------------------------------------------------------------- /Ideas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Ideas/README.md -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Dataset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Dataset/README.md -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Images/adcgan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Images/adcgan1.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Images/adcgan2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Images/adcgan2.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Images/adcgan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Images/adcgan3.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Images/adcgan4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Images/adcgan4.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Images/adcgan5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Images/adcgan5.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Model/README.md -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/Model/anime-faces-generation-using-dcgan.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/Model/anime-faces-generation-using-dcgan.ipynb -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/README.md -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/requirement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/requirement.txt -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/results/__results___files/__results___13_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/results/__results___files/__results___13_1.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/results/__results___files/__results___16_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/results/__results___files/__results___16_1.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/results/__results___files/__results___25_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/results/__results___files/__results___25_0.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/results/__results___files/__results___26_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/results/__results___files/__results___26_0.png -------------------------------------------------------------------------------- /Image-Generation/anime-faces-dcgan/results/__results___files/__results___8_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Image-Generation/anime-faces-dcgan/results/__results___files/__results___8_0.png -------------------------------------------------------------------------------- /Image-To-Text/README.md: -------------------------------------------------------------------------------- 1 | # Image-To-Text Projects -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/README.md -------------------------------------------------------------------------------- /Resources/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Resources/README.MD -------------------------------------------------------------------------------- /Speech-To-Text/README.md: -------------------------------------------------------------------------------- 1 | # Speech-To-Text Projects -------------------------------------------------------------------------------- /Text-Generation/Blog Generation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/Blog Generation/README.md -------------------------------------------------------------------------------- /Text-Generation/Blog Generation/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/Blog Generation/main.py -------------------------------------------------------------------------------- /Text-Generation/Blog Generation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/Blog Generation/requirements.txt -------------------------------------------------------------------------------- /Text-Generation/Multipurpose/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/Multipurpose/README.md -------------------------------------------------------------------------------- /Text-Generation/Multipurpose/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/Multipurpose/main.py -------------------------------------------------------------------------------- /Text-Generation/Multipurpose/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/Multipurpose/requirements.txt -------------------------------------------------------------------------------- /Text-Generation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-Generation/README.md -------------------------------------------------------------------------------- /Text-To-Image/Image-gen-from-text/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/Image-gen-from-text/Readme.md -------------------------------------------------------------------------------- /Text-To-Image/Image-gen-from-text/Streamlit-app: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/Image-gen-from-text/Streamlit-app -------------------------------------------------------------------------------- /Text-To-Image/Image-gen-from-text/Streamlit-app-page2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/Image-gen-from-text/Streamlit-app-page2 -------------------------------------------------------------------------------- /Text-To-Image/Image-gen-from-text/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/Image-gen-from-text/requirements.txt -------------------------------------------------------------------------------- /Text-To-Image/Image-gen-from-text/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/Image-gen-from-text/utils.py -------------------------------------------------------------------------------- /Text-To-Image/Image-gen-from-text/web-app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/Image-gen-from-text/web-app.py -------------------------------------------------------------------------------- /Text-To-Image/README.md: -------------------------------------------------------------------------------- 1 | # Text To Image Projects -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto eol=lf 2 | -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/.gitignore -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/README.md -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/asset-manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/asset-manifest.json -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/index.html -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/static/css/main.850f294f.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/static/css/main.850f294f.css -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/static/css/main.850f294f.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/static/css/main.850f294f.css.map -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/static/js/main.012353fd.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/static/js/main.012353fd.js -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/static/js/main.012353fd.js.LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/static/js/main.012353fd.js.LICENSE.txt -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/build/static/js/main.012353fd.js.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/build/static/js/main.012353fd.js.map -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/package-lock.json -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/package.json -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/public/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/public/index.html -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/src/App.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/src/App.css -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/src/App.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/src/App.js -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/client/src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/client/src/index.js -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/package-lock.json -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/server/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/server/index.js -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/server/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/server/package-lock.json -------------------------------------------------------------------------------- /Text-To-Image/openai-image-generator/server/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Image/openai-image-generator/server/package.json -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/.env sample: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Speech/Azure-Talking-Avatar/.env sample -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/.gitignore: -------------------------------------------------------------------------------- 1 | .env 2 | -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/.streamlit/config.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Speech/Azure-Talking-Avatar/.streamlit/config.toml -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Speech/Azure-Talking-Avatar/LICENSE -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Speech/Azure-Talking-Avatar/README.md -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Speech/Azure-Talking-Avatar/app.py -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/demo/demo.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/Text-To-Speech/Azure-Talking-Avatar/demo/demo.webm -------------------------------------------------------------------------------- /Text-To-Speech/Azure-Talking-Avatar/requirements.txt: -------------------------------------------------------------------------------- 1 | streamlit 2 | python-dotenv 3 | requests -------------------------------------------------------------------------------- /Text-To-Speech/README.md: -------------------------------------------------------------------------------- 1 | # Text-To-Speech Projects -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yagyesh-bobde/GenAI-Projects/HEAD/index.html --------------------------------------------------------------------------------