STORY
Milestone 2: From L402 to nostr DVM(Data Vending Machine)
AUTHOR
Joined 2022.09.21
PROJECT
DATE
VOTES
sats
COMMENTS

Milestone 2: From L402 to nostr DVM(Data Vending Machine)

In the previous milestone I talked about exploring nostr NIP90 (Data Vending Machine) integartion. Guess what? PhotoBolt completely migrated over to DVM!

We built a frontend client capable of creating a chain of job requests as specified in NIP90. We also have 2 Generative AI service providers running - these providers actively listen for job requests that they could complete, and prompt the client for a payment in order to kickstart the job processing.

In PhotoBolt's case, in order to generate a Poster, it needs to

  1. remove the background of the original product image

  2. generate a logo based on a reference image

  3. generate a background for the poster based on the prompt

  4. overlay the clear background product onto the generated background

  5. overlay the logo on to the product w/ background

The client was able to generate a poster by simply outsourcing all these tasks to the service providers! All the client has to do is just building the chain of jobs, and paying the service providers to get the jobs done. In Pablo's words - money in, data out.

Check out the Video Demo here: https://www.youtube.com/watch?v=xex9rEsrU5I

We are doing an early submission for the hackathon due to scheduling issues. Best of luck to all the participants out there!