Skip to content

NLP in patient / doctor context with visual representation of the patient's condition

Notifications You must be signed in to change notification settings

VBoureaud/Unitalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unitalk

Final project of my engineer school.

Unitalk is an artificial intelligence capable of understanding natural language in a patient / doctor context and highlighting a visual representation of the patient's condition.

You can find in this repository the front Web version of the prototype to test without installation.

We use ThreeJS for the 3D interactions.

http://valentin.boureaud.com/unitalk

Requirements

You have to launch the project with a web server.

Visual

alt text

Unitalk's directories

.
├── css
│   ├── bootstrap.min.css
│   ├── creative.css
│   ├── font-awesome.min.css
│   ├── OpenSans.ttf
│   ├── Roboto.ttf
│   └── unitalk.css
├── img
│   ├── burn.jpg
│   ├── cold.jpg
│   ├── Cold.png
│   ├── Headache.png
│   ├── loader.gif
│   ├── pimples.jpg
│   ├── Puke.png
│   └── Temperature.png
├── js
│   ├── body_parts.js
│   ├── human.js
│   ├── OrbitControls.js
│   ├── pictograms.js
│   ├── tutoriel.js
│   └── VoiceToText.js
├── models
│   ├── human.json
│   ├── muscle.json
│   ├── squelette.json
│   └── woman.json
├── webfonts
│   ├── fa-brands-400.eot
│   ├── fa-brands-400.svg
│   ├── fa-brands-400.ttf
│   ├── fa-brands-400.woff
│   ├── fa-brands-400.woff2
│   ├── fa-regular-400.eot
│   ├── fa-regular-400.svg
│   ├── fa-regular-400.ttf
│   ├── fa-regular-400.woff
│   ├── fa-regular-400.woff2
│   ├── fa-solid-900.eot
│   ├── fa-solid-900.svg
│   ├── fa-solid-900.ttf
│   ├── fa-solid-900.woff
│   └── fa-solid-900.woff2
├── README.md
└── index.html

About

NLP in patient / doctor context with visual representation of the patient's condition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published