Coder Social home page Coder Social logo

alzheimer_project's Introduction

Alzheimer_project

VRAIN은 백엔드 프레임워크 Django 와 오픈소스 데이터베이스인 PostgreSQL을 사용하여 데이터베이스를 구축한다.

Requirements

  • requirements.txt

How to runserver?

  • 가상환경 생성
python -m venv django # 원하는 가상환경 이름을 설정
  • 가상환경 실행
 source django/Scripts/activate # Windows
 source django/bin/activate # Mac
  • 가상환경 실행 확인
 where python
  • 패키지 목록 확인/관리
pip list #확인
pip freeze #관리
  • 패키지 설치
pip install -r requirement.txt
  • 서버 실행
python manage.py runserver
  • 가상환경 비활성화
deactivate

Preview

  • main

서비스 개발 소개

main

  • join/login
    login

  • predict
    predict

  • mypage
    mypage

alzheimer_project's People

alzheimer_project's Issues

EC2

password: pass1234
name: test
user: testuser
host: 3.223.148.172
port : 5432

// root password : tjdrb1234

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.