Git Product home page Git Product logo

khrono-system's Introduction

Project Info

  • 주제 선정 : 2023년 10월 20일
  • 개발 기간 : 2023년 10월 27일 ~ 12월 15일

후기

개발 중 만들었던 내용을 한 번 갈아엎고 다시 만들어서 완성도가 매우 아쉽다.
기존에 사용하고 싶었던 것들 (SupaBase, NLP 모델) 등을 사용해서 재밌었던 프로젝트.

API KEY

  • OPEN AI API (gptLib.py의 변수 KEY)
  • 도서관 정보나루 API (Data4Lib.py의 변수 KEY)

제공 기능

인기 도서 및 키워드

  • python3 BookDataProcessor.py [연도] [시작_월] [종료_월] [카테고리 : SCIENCE / ECONOMY]

뉴스와 키워드 간의 일치율

  • News는 빅카인즈에서 제공 한 데이터로 한정
  • Keyword는 BookDataProcessor의 AnalyzedKeyword.csv 파일로 한정
  • python3 syncAnalyzer.py

서버 (SupaBase 사용)

데이터베이스

  • Table "News" = ID (Primary Key), TYPE (Category; Text), DATE (Text), TITLE (Text), SYNC (Float), URL (TEXT)
  • Table "Sync" = ID (Primary Key), TYPE (Category; Text), DATE (Text), SYNC (Float)

데이터 입력

  • CSV 파일과 테이블의 Column Name이 다르기에 사전에 변경
  • totalSync.csv를 Table "News" 에 입력
  • monthlySync.csv를 Table "Sync" 에 입력

웹과 연동

  • 환경변수 ".env.local" 생성
  • REACT_APP_URL = https://<PROJECT_ID>.supabase.co
  • REACT_APP_KEY = [Project API Service Role]

khrono-system's People

Contributors

rlaehd62 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.