mirror of
https://github.com/aljazceru/nostrdvm.git
synced 2026-01-19 22:14:25 +01:00
663 B
663 B
Nostr Data Vending Machine Python Implementation
This example DVM implementation in Python currently supports simple translations using Google translate.
At a later stage, additional example tasks will be added, as well as the integration into a larger Machine Learning backend
Place .env file (based on .env_example) in main folder, install requirements.txt (python 3.10) run main.py. Optionally supports LNbits to create invoices instead of lnaddresses.
Use vendata.io to create a nip89 announcement of your dvm and save the dtag in your .env config.
A tutorial on how to add additional tasks, as well as the larger server backend will be added soon.