Skip to content

SymptomClassification/SymptomClassifier

Repository files navigation

Symptom Classifier

This project starts the microservice which enables classification of symptoms.

Pre-requisites

After these prerequisites are fulfilled, please execute the following commands:

./mvnw clean package
docker compose up

Notes

  • The docker compose up command takes more than 5 minutes to start the application. Please be patient.

After the application is up and running

curl -X 'GET' \
'http://localhost:8090/spacy/classifySymptom/head%20ache' \
-H 'accept: application/json'

About

Java Web App for symptom classification services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published