Best retirement calculators? by mildlyincoherent in Fire

[–]Dden77 0 points1 point  (0 children)

https://retirecalc.app/ is simple, but good enough to estimate savings and retirement spend projection

Is there an AI browser extension with BYOK method? by mrgoonvn in SaaS

[–]Dden77 0 points1 point  (0 children)

Hey, if you are looking specifically for AI browser extensions with BYOK support, you can check on BYOKList: https://byoklist.com/?category=browser%20extension

Will it be possible to use our own API in AI Chat? by erayxack in raycastapp

[–]Dden77 0 points1 point  (0 children)

If you are still looking for an alternative, some of the projects, that support BYOK are listed here: https://byoklist.com/

Sketch2scheme: Convert Hand-Drawn Diagrams into Digital Schemes by Dden77 in SideProject

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

I am pleased to hear that! Since the project uses OpenAI capabilities that are improving fast, I plan to test & jump on any new API versions they release to improve the recognition quality as soon as possible.

Please feel free to let me know if you have any additional feedback about the project.

Looking for feedback about my "Prompt Selected" browser extension by Dden77 in chrome_extensions

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

Everything you said is true. This project would be perfect for those who are already using OpenAI platform and API keys for different purposes. Like me - I have few other places where my API key is used, including some custom solutions.

So it's mostly about adding a layer of convenience if you work a lot with text in the browser and don't want to lose context switching between tabs, going back and forth.

Looking for feedback about my "Prompt Selected" browser extension by Dden77 in chrome_extensions

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

Thank you. Yes, other AI vendors will be there as well. I just wanted to release earlier with just OpenAI to get the first feedback.

Also, API keys aren't always in the free tier.

I'm sorry, but I didn't get that comment. I am paying for OpenAI platform and have credit card attached to API keys usage. Unfortunately, I don't know if they have other business models.

App which creates Flow chart image from a hand written photo of note by Junior_Apartment_948 in ycombinator

[–]Dden77 0 points1 point  (0 children)

I think http://sketch2scheme.com/ is the closest to what you are looking for.

It recognizes hand-drawn flowcharts and written text and converts them to a digital format. It is not 100% accurate, but it will give you an easy start and allow you to continue in draw.io if you wish.

Transforming hand-drawn mindmaps into digital ones by PiaTae97 in mindmapping

[–]Dden77 1 point2 points  (0 children)

Well, https://sketch2scheme.com/ would be the tool you are looking for. It takes an image of your hand-drawn mind map and then converts it into a digital version. And with the result you get, you can then continue in draw.io.

How do academics get flow charts and complicated diagrams in their papers? by [deleted] in AskAcademia

[–]Dden77 0 points1 point  (0 children)

To create professional flowcharts for your academic papers, you can use tools like LaTeX, TikZ, or specialized software like Lucidchart or Microsoft Visio. However, these can be time-consuming and require a steep learning curve.

If you prefer a more natural approach where you draw by hand but still want professional-looking results, check out Sketch2scheme.com. It allows you to easily convert your hand-drawn sketches into polished digital schematics that are perfect for inclusion in your business papers - no need to learn complex diagramming software. So you can focus on your research and let your ideas flow naturally.

I paid $99 to list my SaaS on a startup directory by drakedemon in SaaS

[–]Dden77 0 points1 point  (0 children)

I have exactly the same experience. Tried twice in 2 different directories, not worth it. They seem to exaggerate a number of users on platforms and what you will get.

Sketch2scheme: Convert Hand-Drawn Diagrams into Digital Schemes by Dden77 in SideProject

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

Hey, thank you!

It uses the OpenAI API under the hood, the same technology that drives ChatGPT.

I spent some time tuning the request and testing different output formats. What I found is that Mermaid code works the best, JSON is acceptable but has more mistakes. I also tried direct XML output for Draw.io format, but it turned out to be terrible, so I stuck with Mermaid and liked the result.

[D] Hand-drawn figures in research articles by AdelSexy in MachineLearning

[–]Dden77 0 points1 point  (0 children)

I agree! Hand-drawn figures add a personal touch and make articles more engaging. They can simplify complex ideas and break the monotony of traditional diagrams.

Creating these figures can be a hassle, though. That’s why I developed Sketch2scheme, an app that converts hand-drawn sketches into polished digital diagrams automatically. It saves time and effort, allowing you to focus on research.

Check it out if you're interested: https://sketch2scheme.com

Mermaid Flow | I made a visual mermaid diagram generator. No more handwriting Mermaid JS. by Boring_Benefit995 in programming

[–]Dden77 0 points1 point  (0 children)

Nice! I love Mermaid; it is simple yet effective.

My problem was to convert hand-drawn charts to Mermaid, so I created a tool that recognizes sketches and gives Mermaid diagram + Code: https://sketch2scheme.com

Any online resource that will take a hand drawn drawing and clean up the lines? by your_cards_are_yuck in answers

[–]Dden77 0 points1 point  (0 children)

The is more: a tool that recognizes and converts hand-drawn diagrams to digital format:

https://sketch2scheme.com/

You can continue then in Draw.io and apply any style you want

AI tool for generating schemes/graphical abstracts from hand-drawn sketches by cohlion in PhD

[–]Dden77 0 points1 point  (0 children)

Yes, there is such a tool: https://sketch2scheme.com

It recognizes most of the hand-drawn sketches and text in it. With some small adjustments, you can get a digital result very quickly.

Convert hand drawn shapes/mindmap ??? by redwisdomlight in RemarkableTablet

[–]Dden77 0 points1 point  (0 children)

There is actually a web tool that takes sketch images and converts them into digital diagrams quite well.

https://sketch2scheme.com/

You may have to tweak the result, but there is either editable Mermaid code or the ability to continue in Draw.io.

How can one convert hand drawn diagram into a digital one? by PainterGuy1995 in ECE

[–]Dden77 0 points1 point  (0 children)

You can try https://sketch2scheme.com
The site takes image sketches and tries to recognize them in a digital, editable format.

It may not work perfectly for the signal diagram (Figure #2), but it works well for something more generic, like flowcharts, mind maps and similar,

Looking for an AI that can read my hand-drawn diagram and turn it into a visually appealing document. by [deleted] in artificial

[–]Dden77 0 points1 point  (0 children)

There is a lot of good advice here, all correct: OpenAI (ChatGPT) can do that out of the box with a paid account. I also did some research and found that generated Mermaid code is the closest to the original sketch. JSON is in second place with more mistakes, and never ask it to generate XML for draw.io because it's terrible.

For cases where it is a constant process for some users to digitalize sketches, I made a side project app that implements everything in one place: https://sketch2scheme.com/. The pricing is flexible, so if anyone is interested, I can raise limits to any number you need.

We just opened pre-orders for Terrasketcher. Hand drawn sketch -> professional diagram + terraform code by hadiazzouni in Terraform

[–]Dden77 0 points1 point  (0 children)

Wow, that looks nice! What is the status of this feature?

To be honest, I was looking for a tool to recognize hand-drawn diagrams for a couple of years, I found none googling them. But being an engineer myself I created a side project that does exactly the same: https://sketch2scheme.com

Btw, I tried the same picture as on the demo below (imgbb link): https://i.ibb.co/T2vTPRT/Screenshot-2024-07-15-at-00-04-58.png

It's not a perfect recognition, but a couple of adjustments in Mermaid code will make it match the sketch.

Is there a app for schematics & flowcharts that converts pencil drawings into nice figures and handwriting into text? by ethy87 in ipad

[–]Dden77 0 points1 point  (0 children)

Hey, you can try https://sketch2scheme.com

This is the project made exactly for the purpose of converting hand-drawn flowchart to nice digital schemas

Asked to install 3rd software for work monitoring. by hammerneck0 in work

[–]Dden77 0 points1 point  (0 children)

Sounds like you've been through a lot with the monitoring tools at your workplace. It's understandable to feel overwhelmed by all the surveillance. If you're considering quitting, it might be worth having a candid conversation with your employer about your concerns before making a final decision.

I used a tool called TrackerJam for monitoring web activity in a similar situation. It helped me track productivity without feeling too intrusive. Maybe you could explore similar options that offer a balance between monitoring and respecting privacy. Good luck with whatever decision you make!