Skip to content

kw-idea/COmmentCOver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😎 Comment Cover

✨ 자연어처리 및 AI를 활용한 유튜브 악성 댓글 블라인드 자동 처리 시스템 ✨

🌇 Chrome Extension

  • background.js
  • manifest.json
  • popup.html
  • popup.js
  • script.js
  • toggle.css

Chrome Extension 폴더의 파일 다운로드
chrome://extensions/ 접속
[ 압축해제된 확장 프로그램을 로드합니다. ] 클릭
다운받은 파일이 포함된 폴더 선택
확장 프로그램 로드 완료
크롬 웹 브라우저 상단 탭에서 확장 프로그램 선택하여 활성화되는지 확인
확장 프로그램 아이콘 클릭 후 토글 버튼 on/off로 사용 가능


🎃 Web Server

  • init.py
  • tokenizer.pickle
  • LSTM_model.h5
  • requirement.txt

Web Server 폴더의 파일 다운로드
파이썬 3.9.7 다운로드
가상 환경 제작(https://wikidocs.net/81041 - 점프 투 플라스크 참조)
가상 환경 폴더에 아래 내용을 포함한 프로젝트명.cmd 파일 생성

@echo off
cd c:/projects/myproject
set FLASK_APP=pybo
set FLASK_ENV=development
c:/venvs/myproject/scripts/activate

명령 프롬프트를 열어 프로젝트명 입력 - Enter
requirement.txt를 참조하여 프로젝트에 포함된 패키지 다운로드


🦄 Model

  • LSTM, BiLSTM
  • GRU
  • BERT
  • integrated_data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%