Skip to content
Sign UpLog In

Bounties

Work with top Replit creators to bring your ideas to life.

Available Bounties

  • $9,000.00
    900,000
    Cycles
    Time Remainingdue in 4 days
    Open

    Build a Shopify 🤝 Blockchain experience with thirdweb

    Use Shopify and thirdweb's robust APIs and blockchain components to develop token-powered commerce experiences that drive loyalty, foster brand collaborations, and empower communities. ❗️To be considered, your application must be a finished project and include a link to a Repl or Github repository. ❗️ Themes Connecting brands with fans Retention and loyalty Discovery of new buyers Brand collaboration Tools Shopify Blockchain (Getting started tutorial for creating an example app can be found here) Gates API Blockchain Components Shopify apps thirdweb CommerceKit ⏰ All projects will be reviewed on April 3rd, 2023 at 12pm EST. The bounty deadline is the target deadline for applications to be submitted. Acceptance Criteria To be considered, your application must be a finished project and include a link to a Repl or Github repository. Your project will be evaluated on the following criteria: The end user experience should be simple and approachable. The goal is t...
    thirdwebShopify
    thirdwebShopify
    24 days ago
    20 Applicants
    View Bounty
  • $630.00
    63,000
    Cycles
    Time Remainingdue in 6 days
    Open

    Call Transcript Summarizer

    Description: We need to have transcripts of phone conversations summarized. The application should login to the website that contains the transcripts and summarize new phone calls posted on the site once a day using a provided OpenAI API prompt. The call summaries should be sent in one batch to a provided email address. The website with the transcripts has a relatively simple interface - posting new transcripts in a list chronologically. Features: -The application should summarize all new transcripts and send those summaries in one batch each day to a predefined email address. -The application should summarize all new transcripts on a watchlist (also clearly defined on the website) in one batch each day to a predefined email address. -The ability to edit the ChatGPT prompt driving the summaries through a web interface -The ability to edit the login information to the transcript website through a web interface -The ability to edit the target email address for the daily batch of summ...
    t12358
    t12358
    2 hours ago
    No applicants yet
    View Bounty
  • $30.00
    3,000
    Cycles
    Time Remainingdue in 12 days
    Open

    Slack Bot Developer - Flask App

    To create an app where a chatbot is triggered everyday in any slack channel with testing questions Question bank can be updated through a Database in Railway (PostgresDB) User's score will be stored in JSON and piped into a database railway (PostgresDB) User can ask the bot their results Manager can ask the bot for the team results Results will come in as % correct and % wrong by total and breakdown of category of question This app already has an infrastructure and is up and running, need someone to refine and go through additional requirements Incentive program for this project additional 25-30% if work is timely and executed right.
    GrailTrail99
    GrailTrail99
    13 hours ago
    2 Applicants
    View Bounty
  • $45.00
    4,500
    Cycles
    Time Remainingdue in 13 days
    Open

    fix ffmpeg concat clips with different codecs

    I am joining clips like this: def concatenateclips(clipnames, video_filename): print(clip_names) video_streams = [] for name in clip_names: input_clip = ffmpeg.input(name) videostreams.append(inputclip) Concatenate video without audio concatvideo = ffmpeg.concat(*videostreams, v=1, a=0) Save the result (video without audio) output = ffmpeg.output( concatvideo, videofilename, pix_fmt='yuv420p', vcodec='libx264' ) output.run() return video_filename However, when I join clips that have been created from GIFs with other .MP4s, I get an infinite frame duplication error: More than 1000 frames duplicated 0kB time=00:00:00.00 bitrate=N/A speed= 0x After accepting the bounty, I will share with you the entire source that shows how I am encoding all clips. I believe they need to be encoded in the same way to prevent this error.
    luquitared
    luquitared
    3 hours ago
    No applicants yet
    View Bounty
  • $45.00
    4,500
    Cycles
    Time Remainingdue in 14 days
    Open

    Xbox gamer tag auto claimer

    Xbox claimer Will tip more if fast and reliable Technical Details
    jordan199958
    jordan199958
    1 day ago
    3 Applicants
    View Bounty
  • $22.50
    2,250
    Cycles
    Time Remainingdue 2 months ago
    Open

    Inscribing Bitcoin NFTs (10x)

    In order to claim this Bounty you need to be running a BTC node already. Problem Description I need you to inscribe 10 images as NFTs on BTC on ord wallet. Acceptance Criteria Flag wallets with diff names #1-10 Need to have full control of the Ordinals after the fact and see them on ordinals.com I need someone who is very experienced with Ordinal Theory and likely did this before. You can check this thread if needed: https://twitter.com/dotta/status/1622994709831622657?s=20 and further docs here: https://docs.ordinals.com/digital-artifacts.html Add me on Discord to discuss this further.
    marcandreranger
    marcandreranger
    2 months ago
    3 Applicants
    View Bounty
  • $270.00
    27,000
    Cycles
    Time Remainingdue in 11 days
    Open

    OpenAI Multilingual Text Translator

    The purpose of this project is to create a Python-based application that leverages OpenAI's APIs to translate a large text block from one language to another chosen language. The input will be a text string, a chosen language, and the output will be the translated text. This will require elegantly breaking the long form text into segments to be processed iteratively. Acceptance Criteria Application will need to translate long form text (think chapters in a book). Technical Details Requirements: Python 3.8 or higher OpenAI Python Library (https://github.com/openai/openai) API Key for OpenAI API access (GPT4 API) Functional Requirements: The application shall accept input text and a list of target languages. The application shall connect to OpenAI's API to perform the translations. The application shall return the translated text for each target language. The application shall handle errors and exceptions gracefully. Non-Functional Requirements: The application should...
    cbundy
    cbundy
    7 hours ago
    3 Applicants
    View Bounty
  • $108.00
    10,800
    Cycles
    Time Remainingdue in 3 days
    Open

    PDF Scraper Python Script

    Describe the problem you are trying to solve here. I need a python script that can preprocess PDFs for me There is a very specific format that the PDFs are in (https://drive.google.com/file/d/1YOQomtvldfZpTghXkoy6CiGrAMPB7jfU/view?usp=share_link) I need to generate a CSV out of this data, here is an example for one school district as well as one school. (https://docs.google.com/spreadsheets/d/e/2PACX-1vQUzRDajXotn9Qb7wMkfpt5tVivhqQLz6bBLye6QS9p4dGegBu9aU734byjcU1ijwv0jBNkjnO8ahhU/pubhtml) I am trying to make embeddings for a collection of 100 of these PDFs, and need them all preprocessed for it. Acceptance Criteria I can test on another PDF that is of the same structure, and it generates satisfactory results in a CSV. 2x bounty tip if I accept the solution within 24 hours of you starting
    brwr
    brwr
    4 hours ago
    1 Applicant
    View Bounty
  • $36.00
    3,600
    Cycles
    Time Remainingdue 1 month ago
    Open

    DefiLlama adapter adapter

    Defillama has a lot of adapters in https://github.com/DefiLlama/DefiLlama-Adapters, for their website and api (defillama.com). I need a standalone wrapper, or modified defilamma sdk, that can run each adapter, get the data out, and send it as a protobuf message to kafka. Protobuf definition should be defined including these keys because all the adapters return data that fall under these labels. ['tvl', 'staking', 'pool2', 'borrowed', 'treasury', 'offers', 'vesting'] along with timestamp. Acceptance Criteria A .proto definition Either a standalone wrapper or a modified defillama sdk that can send protobuf messages to a kafka broker endpoint. The adapters that connect directly to RPC must run. The adapters that depend on The Graph are optional but may work without any modification. Readme on how to run this small tests (to ensure cli args and options are working correctly) The deadline and bounty can be adjusted. Open to offers.
    alllie
    alllie
    2 months ago
    4 Applicants
    View Bounty
  • $441.00
    44,100
    Cycles
    Time Remainingdue in 8 days
    Open

    Apple Mail Extension for Auto-Suggest Text using OpenAI API

    Apple Mail Extension for Auto-Suggest Text using OpenAI API Problem Description Develop an Apple Mail Extension application that integrates with OpenAI's GPT-based API to provide auto-suggestions for text while composing or replying to emails. The application should be efficient and user-friendly, allowing users to quickly generate relevant text based on the email thread. Features The auto-suggestion tool can be activated manually using a keyboard shortcut (e.g., Cmd + Space). The prompt sent to the OpenAI API includes the email thread to which the user is responding. If the email chain is too long, it should be truncated appropriately to fit within the API's character limit. The tool should be capable of generating complete email responses based on the context provided. Acceptance Criteria A self-contained Xcode project that runs successfully after configuring the OpenAI API key. The bounty hunter should have experience working with Xcode and macOS projects, preferably with Mail ap...
    SebastianIbarg1
    SebastianIbarg1
    1 day ago
    3 Applicants
    View Bounty