GithubHelp home page GithubHelp logo

ai_design_project's Introduction

인공지능 종합 설계 프로젝트 레포 🚀

6조

제목

나의 건강 검진 소견 받고 건강 나이 찾기

실행하기 (git)

  1. 먼저 레포를 클론합니다.
git clone https://github.com/aiqwe/ai_desgin_project.git
  1. 필요한 라이브러리를 설치해주세요.
cd ai_desgin_project
pip install --upgrade pip
pip install -r requirements.txt
  1. streamlit을 실행해주세요. (가급적 port를 지정해주세요)
streamlit run app.py --server.port=7860
  1. 루프백 8501포트로 접속가능합니다.
Local URL: http://localhost:7860 # 여기로 접속 가능!

실행하기(docker)

docker / docker-compose가 설치되어있으면 아래와 같이 실행가능합니다.

  1. 먼저 git clone을 해주세요
git clone https://github.com/aiqwe/ai_desgin_project.git
cd ai_design_project
  1. docker-compose를 실행시킵니다.
docker-compose up -d

http://localhost:7860 으로 접속하면 사용 가능합니다!

데이터 입력하기

직접 입력 말고도 csv 또는 xlsx로 업로드할 수 있어요.
Openai API key와 모델을 입력해주세요. (가급적 모델은 gpt-4o를 써야 에러가 안납니다!)

Contributors

이름 학번
박건우 A64011
유황선 A67028
이두진 A68066
정현정 A65033
이재상 A64058

Code Tree

  • src/data : 공공데이터에서 수집한 건강검진 데이터(10만건)
  • src/api.py : ChatGPT API 코드
  • src/process.py : 건강검진 데이터를 전처리하기 위한 코드
  • src/prompts.py : ChatGPT에 건내줄 프롬프트 파일

ai_design_project's People

Contributors

aiqwe avatar

Watchers

 avatar

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.