Skip to content

reverseBits/upwork-proposal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Upwork Proposal RAG Application

A streamlined application that leverages Retrieval-Augmented Generation (RAG) to generate compelling Upwork proposals efficiently.

๐Ÿš€ Installation

๐Ÿ”ง Local Setup

  1. Clone the repository
    git clone <repository_url>
  2. Activate the virtual environment
    source venv/bin/activate
  3. Install dependencies
    pip install -r requirements.txt
  4. Set environment variables
    • Create a .env file and add your OpenAI API key:
      OPENAPI_KEY=<your_openai_api_key>
  5. Run the application
    make run
  6. Usage
    • Upload the PDF and job link in the sidebar.
    • Click on Process.
    • Fill in the required details and generate your proposal effortlessly!

๐Ÿณ Docker Setup

  1. Clone the repository
    git clone <repository_url>
  2. Set environment variables
    • Create a .env file and add your OpenAI API key:
      OPENAPI_KEY=<your_openai_api_key>
  3. Start the application
    make up
  4. Usage
    • Upload the PDF and job link in the sidebar.
    • Click on Process.
    • Fill in the required details and generate your proposal effortlessly!

๐Ÿ“Œ Features

  • Automated Proposal Generation using RAG.
  • PDF and Job Link Parsing for accurate insights.
  • Fast & Efficientโ€”Generate proposals in seconds!
  • Runs Locally or in Docker for flexibility.

๐Ÿ”น Boost your Upwork success with AI-powered proposals! ๐Ÿš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published