Huai - A way of making AI more efficient
- 5 Devlogs
- 5 Total hours
Ingests user documents and outputs markdown that is copy & pasted into LLMs
Ingests user documents and outputs markdown that is copy & pasted into LLMs
Claude made the CSS look nicer, Added FFMPEG for videos.
FINALLY, finished making a deployment workflow on GH Actions with a dockerfile & caching. I had so much issues with UV, snex, and python running properly with elixir. FFMPEG and avconv isnt found but that is not important since its pulled pydub for the markitdown lib. May need to fix for videos
Added markdown & Image support. You can now input an image and markdown is returned depending on the image. This helps to further save AI Token usage.
Added a Copy button to this, this uses 5 lines of JS. I am doing as much without JS as I can via hooks with Phoenix Liveview. The real styling is yet to come
I added a basic UI with minimal CSS, the backend is working well. I had issues making it convert it sequentially so I am having to async it with Task.start() and sending the result back the original PID. I added an upload loading bar to show how far along it will be to upload.Then a loading wheel to show that it is processing it. after it returns pure markdown. I am going to style it and make it easily copy and pastable afterwards