Coder Social home page Coder Social logo

automatic_proposal_generator's Introduction

협업 제안서 자동 생성 프로그램

매일 영업 메일을 작성해야 하는 영업 사원 분들의 수고를 조금이라도 덜어보기 위해 ChatGPT API를 사용한 자동 제안서 프로그램을 작성하였다.

본 프로그램은 사용자로부터 excel 형식의 metadata를 입력 받고 이 정보를 사용해 ChatGPT로 제안서를 생성한다.
완성된 결과는 등록된 Slack으로 전송된다.

example images

  1. Prompt prompt

  2. Metadata

    metadata

  3. Result

    result

Usage

  1. install packages

    pip install -r requirements.txt
    
  2. set ENV

    make .env file and set values

    # .env file
    OPENAPI-KEY=<your openapi key>
    SLACK-TOKEN=<your slack token>
    
  3. run main.py

    1. default way - just run python file only

      python main.py
      
    2. add argument

      python mian.py --file <your metadata file path>
      

automatic_proposal_generator's People

Contributors

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