8000 GitHub - KizitoNaanma/DiagnoCoin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

KizitoNaanma/DiagnoCoin

 
 

Repository files navigation

DiagnoCoin

DESCRIPTION

A web platform that helps health workers, doctors to diagnoise patient Make sure python, pipenv, pip and django is installed on your machine.

Procedure

Step 1

$ mkdir diagnocoin
$ cd diagnocoin
$ pipenv --python 3.5 (depending on your version)
$ pipenv shell
$ pipenv install django==2.0.6 django-allauth django-crispy-forms pillow numpy sklearn
$ django-admin startproject mysite .
$ python manage.py runserver

Or Simply clone this repo

$ git clone [repo link]
$ cd project_name
$ pipenv shell
$ pipenv install
$ python manage.py runserver

change the python_version to your system version in your Pipfile

Technology Used

  • Backend

    • Django/Python
    • Postgresql
  • Frontend

    • HTML/CSS
    • Bootstrap
    • Javascript
  • Machine learning Algorithm

    • Naive Bayes

Contributors

Demo

click this link

Happy Hacking!!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.4%
  • JavaScript 24.8%
  • HTML 1.4%
  • Python 1.4%
0