Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion medcat-trainer/webapp/api/api/views.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import logging
import os
import traceback
from smtplib import SMTPException
Expand All @@ -11,11 +12,12 @@
from django.shortcuts import render
from django.utils import timezone
from django_filters import rest_framework as drf
from medcat.utils.cdb_utils import ch2pt_from_pt2ch, get_all_ch, snomed_ct_concept_path

from rest_framework import viewsets
from rest_framework.decorators import api_view
from rest_framework.response import Response
from medcat.components.ner.trf.deid import DeIdModel
from medcat.utils.cdb_utils import ch2pt_from_pt2ch, get_all_ch, snomed_ct_concept_path

from .admin import download_projects_with_text, download_projects_without_text, \
import_concepts_from_cdb
Expand Down
2 changes: 1 addition & 1 deletion medcat-trainer/webapp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ django-polymorphic==3.0.*
djangorestframework==3.15.*
django-background-tasks-updated==1.2.*
openpyxl==3.1.2
medcat[meta-cat,spacy,rel-cat,deid]==2.2.*
medcat[meta-cat,spacy,rel-cat,deid]==2.3.*
psycopg[binary,pool]==3.2.9
cryptography==45.0.*
drf-oidc-auth==3.0.0
Expand Down