{"id":35592,"date":"2024-10-01T08:34:28","date_gmt":"2024-10-01T02:49:28","guid":{"rendered":"https:\/\/code-projects.org\/?p=35592"},"modified":"2024-10-01T08:34:28","modified_gmt":"2024-10-01T02:49:28","slug":"dpsr-in-django-with-source-code","status":"publish","type":"post","link":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/","title":{"rendered":"DPSR Using Django With Source Code"},"content":{"rendered":"\n<p><strong>Project: Disease Predictor and Specialist Recommendor(DPSR)<\/strong> <strong>Using Django and trained models<\/strong> <strong>with source code<\/strong><\/p>\n\n\n\n<p>Please scroll down and click on the download button to download the <strong>Disease Predictor <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\"><strong>and Specialist Recommendor<\/strong>(DPSR)<\/strong> project for free!<\/p>\n\n\n\n<p>DPSR is a web-based application for general disease prediction, using Machine Learning based on the Kaggle Datasets. The objectives of the project is to provide web interface platform for the prediction of the disease. In addition with it, it helps to suggest and recommend specialist for the predicted disease with their respective details.On the basis of highest experience and lowest fee.<\/p>\n\n\n\n<p><strong>About the system<\/strong><\/p>\n\n\n\n<p>Disease Predictor <meta http-equiv=\"content-type\" content=\"text\/html; charset=utf-8\">and Specialist Recommendor(DPSR) is wide in coming recent years as we can see health service going fully online soon. The system has 2 users, namely patient and doctor. Furthermore, these users are authenticated by the system and have their own specific role in the system. DPSR allows patients to input their symptoms and according to those symptoms, the system predicts a disease. Also, the system suggests the doctors according to disease predicted. <\/p>\n\n\n\n<p><strong>Additional Features<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Booking an appointment online.<\/li><li>User feedback.<\/li><\/ol>\n\n\n\n<p><strong>Requirements<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><a href=\"https:\/\/www.python.org\/downloads\/\">Python<\/a><\/li><li><a href=\"https:\/\/www.djangoproject.com\/download\/\">Django<\/a><\/li><li><a href=\"https:\/\/pip.pypa.io\/en\/stable\/installation\/\">pip<\/a><\/li><li><a href=\"https:\/\/www.postgresql.org\/docs\/13\/tutorial-install.html\">Postgresql<\/a><\/li><\/ol>\n\n\n\n<p><strong>How To Run The Project?<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>There is requirements.txt file in the project directory. Instead of running pip install -r requirements.txt. It encounters less error when installing those packages one by one by using pip install &lt;package_name&gt;.<\/li><li>Then, go to settings.py and make changes in the database section i.e. replace the user and password of postgres with yours.<\/li><li>Create a database named in the name within database in line 80 of settings.py file.<\/li><li>Run the command &#8220;python manage.py migrate&#8221;.<\/li><li>Finally, run the server with &#8220;python manage.py runserver&#8221;.<\/li><\/ol>\n\n\n<p>[cpdownload=8900c3bd-e4af-496d-a730-4f9df63c2999]<\/p>\n\n\n\n<p><strong>If<\/strong>&nbsp;<strong>stuck or need help customizing this project as per your need, just comment down below and we will do our best to answer your question ASAP<\/strong>.<\/p>\n\n\n\n<p>              <\/p>\n","protected":false},"excerpt":{"rendered":"<p>Project: Disease Predictor and Specialist Recommendor(DPSR) Using Django and trained models with source code Please scroll down and click on [&hellip;]<\/p>\n","protected":false},"author":2405,"featured_media":35593,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[13149],"tags":[1565,17],"post_format":[],"class_list":["post-35592","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-django-projects","tag-django","tag-javascript"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DPSR Using Django With Source Code - Source Code &amp; Projects<\/title>\n<meta name=\"description\" content=\"Download Disease Predictor(DPSR) Using Django and trained models With Source Code at Source Code and Projects for free!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DPSR Using Django With Source Code - Source Code &amp; Projects\" \/>\n<meta property=\"og:description\" content=\"Download Disease Predictor(DPSR) Using Django and trained models With Source Code at Source Code and Projects for free!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Source Code &amp; Projects\" \/>\n<meta property=\"article:published_time\" content=\"2024-10-01T02:49:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/code-projects.org\/wp-content\/uploads\/2021\/10\/DPSR.png\" \/>\n\t<meta property=\"og:image:width\" content=\"641\" \/>\n\t<meta property=\"og:image:height\" content=\"261\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"rachel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"rachel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/\"},\"author\":{\"name\":\"rachel\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/e6a339e163a80eaf352e450e26b36382\"},\"headline\":\"DPSR Using Django With Source Code\",\"datePublished\":\"2024-10-01T02:49:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/\"},\"wordCount\":326,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/ad6c464da800d8658830febb9d1e5d53\"},\"image\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/DPSR.png\",\"keywords\":[\"django\",\"javascript\"],\"articleSection\":[\"Django Projects\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/\",\"url\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/\",\"name\":\"DPSR Using Django With Source Code - Source Code &amp; Projects\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/DPSR.png\",\"datePublished\":\"2024-10-01T02:49:28+00:00\",\"description\":\"Download Disease Predictor(DPSR) Using Django and trained models With Source Code at Source Code and Projects for free!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#primaryimage\",\"url\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/DPSR.png\",\"contentUrl\":\"https:\\\/\\\/code-projects.org\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/DPSR.png\",\"width\":641,\"height\":261,\"caption\":\"Disease Predictor(DPSR)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/dpsr-in-django-with-source-code\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/code-projects.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DPSR Using Django With Source Code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/#website\",\"url\":\"https:\\\/\\\/code-projects.org\\\/\",\"name\":\"Source Code &amp; Projects\",\"description\":\"Projects, Tutorials, and more\",\"publisher\":{\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/ad6c464da800d8658830febb9d1e5d53\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/code-projects.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/ad6c464da800d8658830febb9d1e5d53\",\"name\":\"mysterioushoul\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\",\"caption\":\"mysterioushoul\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/code-projects.org\\\/#\\\/schema\\\/person\\\/e6a339e163a80eaf352e450e26b36382\",\"name\":\"rachel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1d1afa0db9ed1e8a1abf9b350e63596aefd20c4c3b8bdf63ab4b82dd03278de1?s=96&d=monsterid&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1d1afa0db9ed1e8a1abf9b350e63596aefd20c4c3b8bdf63ab4b82dd03278de1?s=96&d=monsterid&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1d1afa0db9ed1e8a1abf9b350e63596aefd20c4c3b8bdf63ab4b82dd03278de1?s=96&d=monsterid&r=g\",\"caption\":\"rachel\"},\"url\":\"https:\\\/\\\/code-projects.org\\\/author\\\/rachel\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DPSR Using Django With Source Code - Source Code &amp; Projects","description":"Download Disease Predictor(DPSR) Using Django and trained models With Source Code at Source Code and Projects for free!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/","og_locale":"en_US","og_type":"article","og_title":"DPSR Using Django With Source Code - Source Code &amp; Projects","og_description":"Download Disease Predictor(DPSR) Using Django and trained models With Source Code at Source Code and Projects for free!","og_url":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/","og_site_name":"Source Code &amp; Projects","article_published_time":"2024-10-01T02:49:28+00:00","og_image":[{"width":641,"height":261,"url":"https:\/\/code-projects.org\/wp-content\/uploads\/2021\/10\/DPSR.png","type":"image\/png"}],"author":"rachel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"rachel","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#article","isPartOf":{"@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/"},"author":{"name":"rachel","@id":"https:\/\/code-projects.org\/#\/schema\/person\/e6a339e163a80eaf352e450e26b36382"},"headline":"DPSR Using Django With Source Code","datePublished":"2024-10-01T02:49:28+00:00","mainEntityOfPage":{"@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/"},"wordCount":326,"commentCount":3,"publisher":{"@id":"https:\/\/code-projects.org\/#\/schema\/person\/ad6c464da800d8658830febb9d1e5d53"},"image":{"@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/code-projects.org\/wp-content\/uploads\/2021\/10\/DPSR.png","keywords":["django","javascript"],"articleSection":["Django Projects"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/","url":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/","name":"DPSR Using Django With Source Code - Source Code &amp; Projects","isPartOf":{"@id":"https:\/\/code-projects.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#primaryimage"},"image":{"@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#primaryimage"},"thumbnailUrl":"https:\/\/code-projects.org\/wp-content\/uploads\/2021\/10\/DPSR.png","datePublished":"2024-10-01T02:49:28+00:00","description":"Download Disease Predictor(DPSR) Using Django and trained models With Source Code at Source Code and Projects for free!","breadcrumb":{"@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#primaryimage","url":"https:\/\/code-projects.org\/wp-content\/uploads\/2021\/10\/DPSR.png","contentUrl":"https:\/\/code-projects.org\/wp-content\/uploads\/2021\/10\/DPSR.png","width":641,"height":261,"caption":"Disease Predictor(DPSR)"},{"@type":"BreadcrumbList","@id":"https:\/\/code-projects.org\/dpsr-in-django-with-source-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/code-projects.org\/"},{"@type":"ListItem","position":2,"name":"DPSR Using Django With Source Code"}]},{"@type":"WebSite","@id":"https:\/\/code-projects.org\/#website","url":"https:\/\/code-projects.org\/","name":"Source Code &amp; Projects","description":"Projects, Tutorials, and more","publisher":{"@id":"https:\/\/code-projects.org\/#\/schema\/person\/ad6c464da800d8658830febb9d1e5d53"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/code-projects.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/code-projects.org\/#\/schema\/person\/ad6c464da800d8658830febb9d1e5d53","name":"mysterioushoul","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g","caption":"mysterioushoul"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/d98500cd3daff9ff16ff72f70ab6605a78dd404da144f3886ee3746243cdf6d3?s=96&d=monsterid&r=g"}},{"@type":"Person","@id":"https:\/\/code-projects.org\/#\/schema\/person\/e6a339e163a80eaf352e450e26b36382","name":"rachel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1d1afa0db9ed1e8a1abf9b350e63596aefd20c4c3b8bdf63ab4b82dd03278de1?s=96&d=monsterid&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1d1afa0db9ed1e8a1abf9b350e63596aefd20c4c3b8bdf63ab4b82dd03278de1?s=96&d=monsterid&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1d1afa0db9ed1e8a1abf9b350e63596aefd20c4c3b8bdf63ab4b82dd03278de1?s=96&d=monsterid&r=g","caption":"rachel"},"url":"https:\/\/code-projects.org\/author\/rachel\/"}]}},"_links":{"self":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts\/35592","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/users\/2405"}],"replies":[{"embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/comments?post=35592"}],"version-history":[{"count":3,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts\/35592\/revisions"}],"predecessor-version":[{"id":35604,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/posts\/35592\/revisions\/35604"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/media\/35593"}],"wp:attachment":[{"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/media?parent=35592"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/categories?post=35592"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/tags?post=35592"},{"taxonomy":"post_format","embeddable":true,"href":"https:\/\/code-projects.org\/wp-json\/wp\/v2\/post_format?post=35592"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}