Koeng101 / dnadesign

A Go package for designing DNA.
Other
23 stars 0 forks source link

Minimal API with AI #66

Closed Koeng101 closed 1 month ago

Koeng101 commented 6 months ago

My dream for DnaDesign is to integrate AI systems for designing DNA - the other API request is a means to this end. However, I want the end-to-end pipeline to exist, and then the rest of the functions can be added. This is meant to be an end-to-end example with deployment details:

I think after this point is where it gets interesting, because it can be used for things.

Koeng101 commented 6 months ago

What is a minimally viable API here?

I would say:

Koeng101 commented 6 months ago
Koeng101 commented 6 months ago

The biggest problem here is that I have to do a crap ton of massaging and prompt engineering to get a proper output. I think I really just need a fine tune for my desired output (lua using the library, with the particular output I'm looking for). This just takes a lot of examples, which I think would be healthy to make.

Koeng101 commented 5 months ago

As an update: figured more of this out in a separate repo, going to merge soon. Got lua generation working reliably.

Koeng101 commented 1 month ago

As an update:

I need this to realistically be a C library so I can interoperate with Python. I like writing Go and am good at it - the simplicity is really a driving factor. When it comes to biological applications, if performance is REALLY needed, can just drop into C. But being able to use this package in python is pretty essential for AI to be able to use it well, and for integration with larger systems.