Code Monkey home page Code Monkey logo

peeper_ai's Introduction

Peeper_AI

  1. 환경 설정 먼저 Conda 환경을 생성하고 활성화한 후 필요한 패키지를 설치합니다.
# Conda 환경 생성
conda create -n peeper python=3.10

# Conda 환경 활성화
conda activate peeper

# 필요한 패키지 설치
pip install -r requirements.txt
  1. Flask 서버 실행 Flask 서버를 실행하여 음성 파일 분석 API를 사용할 수 있습니다.
# Flask 서버 실행
flask run
  1. 데모 페이지 실행 Streamlit을 사용하여 데모 페이지를 실행하고 웹 인터페이스를 통해 API를 테스트할 수 있습니다.
# Streamlit 데모 페이지 실행
streamlit run streamlit_app.py

peeper_ai's People

Contributors

yymin1022 avatar hur2 avatar

Watchers

 avatar

Forkers

yymin1022 hur2

peeper_ai's Issues

[DEV] AI 보이스 피싱 분석 flask 서버

Summary

AI 보이스 피싱 분석 flask 서버 구현

Description

  • uid 기반의 전화 식별 기능 구현
  • 동시에 여러 통화시에도 api가 수용가능하도록 구현

[DOC] AI Convention 문서 작성 및 Repo 환경설정

Summary

Convention 문서를 작성하고, Repo 환경설정을 수행합니다.

Description

  • 개발 과정에 적용할 Convention 문서를 작성합니다.
  • Issue / PR 템플릿을 구성하고, Label을 적용합니다.
  • Branch Rule을 적용합니다.

[DEV] 데모 페이지

Summary

보이스 피싱 분석 데모 페이지를 구성합니다.

Description

  • 실시간 음성 녹음 & 분석 기능을 구현.
  • 프롬프트 성능 테스트 기능을 구현.
  • 프롬프트 스코어링 기능을 구현.

[FIX] flask request input type 변경

Summary

flask AI 서버의 입력 형태 변환을 수행합니다.

Description

  • 기존의 파일 기반의 POST request 형태에서 json 기반의 request 형태로 변환을 수행합니다.

[DEV] AI Docker 배포 및 Jenkins 빌드 환경설정

Summary

AI 프로젝트의 Docker 배포와 Jenkins를 통한 빌드 관련 환경설정을 수행합니다.

Description

  • AI API 연동을 위한 Flask 프로젝트와 Demo를 위한 Streamlit 프로젝트 각각을 실행하는 Docker 컨테이너를 구성합니다.
  • Jenkins를 통한 CI/CD 빌드 자동화를 구성합니다.

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.