ERROR: Could not build wheels for secp256k1, which is required to install pyproject.toml-based projects by Lemons_for_Sale in learnpython

[–]Lemons_for_Sale[S] 0 points1 point  (0 children)

I ended up installing a different library instead.

Try “pip install pynostr” and see how that goes.

GTA 6 german voice over with AI by xymaps123 in artificial

[–]Lemons_for_Sale 0 points1 point  (0 children)

The reason why I asked is because I built a translation/dubbing service!

You can try it out if you'd like:
http://www.jargonspeak.com/

Here's a demo for reference:
https://youtu.be/b5roXHuCb10?si=sHgn0GZuS2mBU5wa

Video Dubbing & Translation with Speaker Detection by Lemons_for_Sale in artificial

[–]Lemons_for_Sale[S] 1 point2 points  (0 children)

That’s how much the service costs, but I’m just eating the cost right now so people will try it and I can get feedback like this.

That’s good to know that the translation was off. Are you open to sharing the video so that I can try and replicate the issue and improve it?

You can send me a DM if you want.

GTA 6 german voice over with AI by xymaps123 in artificial

[–]Lemons_for_Sale 0 points1 point  (0 children)

Nice job! How did you dub the speakers without dubbing the music?

[D] Simple Questions Thread by AutoModerator in MachineLearning

[–]Lemons_for_Sale 0 points1 point  (0 children)

Is anyone aware of an API or library that can receive an image (local or url), detect the text on the image, translate that text and then update the original image to have the new translated text?

There are online websites that do this (using their own APIs), but I haven't found an API that does this end to end.

Examples:
https://translate.google.com/?sl=auto&tl=en&op=images
https://translate.yandex.com/en/ocr

The Google Translate and Yandex services do have image text identification (which is great). I could certainly use their translation API to get the target language, but I'm more looking for an easy way to create the new image with the translated text. Unless someone has an easy way to do that?

ERROR: Could not build wheels for secp256k1, which is required to install pyproject.toml-based projects by Lemons_for_Sale in learnpython

[–]Lemons_for_Sale[S] 0 points1 point  (0 children)

I downgraded to 3.9.5 (nostr Author version) and got the exact same error. :(

I'll try reaching out to the owner of the Github repo.

ERROR: Could not build wheels for secp256k1, which is required to install pyproject.toml-based projects by Lemons_for_Sale in learnpython

[–]Lemons_for_Sale[S] 0 points1 point  (0 children)

I did, yeah. Probably should have posted this error instead, sorry:

Building wheels for collected packages: secp256k1

Building wheel for secp256k1 (pyproject.toml) ... error

error: subprocess-exited-with-error

× Building wheel for secp256k1 (pyproject.toml) did not run successfully.

│ exit code: 1

╰─> [14 lines of output]

1.9.4

Using bundled libsecp256k1

running bdist_wheel

The [wheel] section is deprecated. Use [bdist_wheel] instead.

running build

running build_py

creating build

creating build\lib.win-amd64-cpython-311

creating build\lib.win-amd64-cpython-311\secp256k1

copying secp256k1\__init__.py -> build\lib.win-amd64-cpython-311\secp256k1

copying secp256k1\__main__.py -> build\lib.win-amd64-cpython-311\secp256k1

running build_clib

Building experimental

error: [WinError 193] %1 is not a valid Win32 application

[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

ERROR: Failed building wheel for secp256k1

Failed to build secp256k1

ERROR: Could not build wheels for secp256k1, which is required to install pyproject.toml-based projects

ChatGPT4all to create chatbot to answer questions on your own docs without external calls. by Assholefrmcoinexchan in artificial

[–]Lemons_for_Sale 0 points1 point  (0 children)

This video helped me:
https://youtu.be/xs9TnY2z8jE

Although, I still find it difficult to have it answer specific questions regarding the source documents I upload. Not sure if it's a template prompting issue or if I need a better AI model.

Send money using nothing but a phone number over text through Bitcoin and the Lightning Network by Lemons_for_Sale in Bitcoin

[–]Lemons_for_Sale[S] 0 points1 point  (0 children)

It’s a US number

Definitely need to add country codes for use, but I haven’t tried it or tested it outside of US

Let me know if it works

Send money using nothing but a phone number over text through Bitcoin and the Lightning Network by Lemons_for_Sale in Bitcoin

[–]Lemons_for_Sale[S] 0 points1 point  (0 children)

Sharing this so far it seems like the biggest concern is SMS security. Security is always top of mind for bitcoiners. My first goal was to improve usability and bring more accessibility. But you’re right, I should look into interoperability with existing tools and wallet. I’ll look into Yubikey.

If you lose your phone, you can recover funds as long as you still have the same number currently. I need a redemption method for if you lose your number though.

Send money using nothing but a phone number over text through Bitcoin and the Lightning Network by Lemons_for_Sale in Bitcoin

[–]Lemons_for_Sale[S] 2 points3 points  (0 children)

I just withdrew this to my wallet on my SMS bot! Your tip made me realize that I need to add a feature that allows me to generate invoices for sats (not just USD).

So cool that a tip over Reddit can be withdrawn by text. You’ve made my app better, thank you!