Skip to content

PayasSingh/ctakes-ext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-ui

A secure and ethical way to clinical-text analysis & extraction

Website | Contributing | Features

Project Description

With the emergence of new techniques of machine learning, and the possibility of using algorithms to perform tasks previously done by human beings, as well as to generate new knowledge, we again face a set of new ethical questions. These questions not only concern the possibility of harm by the misuse of data but also questions of how to preserve privacy where data is sensitive, how to avoid bias in data selection, how to prevent disruption and hacking of data, and issues of transparency in data collection, research, and dissemination.

Platform Features

  • Core Feature Protection of raw data to maintain privacy and prevent disruption and hacking of the same by anonymizing the sensitive information. On doing so, the data is now private enough to be processed for unstructured information management and analysis.

Contributing

ctakes-ext is an open source project, and any contributions to the project is highly appreciated and encouraged. Feel free to open issues to report bugs or request new features.

Make sure to Fork this repository into your account before making any commits. Then use the following commands to set up the project.

Setup Development environment

#Fork & clone the repository to the local directory
git clone https://github.com/<your-github-username>/ctakes-ext

Backend setup

# Run the backend
cd backend 
pip install -r requirements-dev.txt
python3 manage.py runserver

#Run using Docker
docker-compose build 
docker-compose up

Frontend setup

#Swich to branch frontend
cd frontend
npm install

Project Demo

ctakes-ext is a project for Sprint 2 of the MLH Fellowship. Here's a demo video that was made for the submission. This might help you understand the project better. Demo Video

Core Team

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors