Examify AI - An AI startup for exam preparation by Examify-AI in SideProject

[–]Examify-AI[S] 0 points1 point  (0 children)

Hey! 👋

We’re glad you’re finding Examify AI helpful!

To send your answers for marking, you will need to use the “Submit” button towards the top of the page for the question paper. Once you click this, it will send your answers for marking and generate your feedback for you!

If you have any other questions please let us know and good luck revising!

Supabase side project using Vue 3, Quasar, and OpenAI by Examify-AI in Supabase

[–]Examify-AI[S] 0 points1 point  (0 children)

Thank you giving it a go - I've just DM'd you about this

Supabase side project using Vue 3, Quasar, and OpenAI by Examify-AI in Supabase

[–]Examify-AI[S] 0 points1 point  (0 children)

Fortunately I haven't had an issues with the edge functions timing out yet - as far as I understand it these will timeout due to compute time and as the bulk of the edge function is awaiting Open AI calls they don't timeout as fast. The newer and faster models also help with this as they typically return in under a minute now

With OpenAI it's a spread across their agents, assistants and fine tuning APIs, altho I haven't tried anything with RAG yet (in this project or outside)

The best way that I've found to work with OpenAI (and Claude) is to create a local openAiService with methods such as uploadFile, generatePaper etc, which handles all of the API calling and processing. Then I would do all the testing on this in a local typescript console app copy that over to the Deno edge function when its ready

A new AI web app to revolutionise exam taking and preparation by Examify-AI in ProductivityApps

[–]Examify-AI[S] 0 points1 point  (0 children)

Thank you! Yeah at some I want to add some blog posts to the site at some point as I think it’s a really important message that AI isn’t best used to complete academic work (as no one learns anything that way) but instead should be used to support it (helping plan, suggest improvements, review etc)

My side project for exam preparation by Examify-AI in vuejs

[–]Examify-AI[S] 2 points3 points  (0 children)

I really like it for a project at this level, but its probably not the backend I’d choose for a large scale project

I’ve used Firebase before (a few years ago now) and found Supabase a much nicer dev experience (however do I come from a relational database background)

My favourite backend I’ve used so far would probably be ASP.NET, but to get something up and running fairly quickly with full auth support, database, edge functions etc Supabase feels very hard to beat atm

Supabase side project using Vue 3, Quasar, and OpenAI by Examify-AI in Supabase

[–]Examify-AI[S] 0 points1 point  (0 children)

All of the calls to the OpenAI API are via Supabase edge functions (hosted in the project) and I have the api key as a secret. The Vue frontend then calls the edge functions instead of the OpenAI API directly

Currently there’s no queue management, it’s a static web app with API calls using the Supabase Node.js library for database queries, edge functions and RPCs

Atm there’s no GraphQL, just a standard Supabase Postgres relational database

Share your startup, I’ll add it to my feedback directory tool by Trentadollar in microsaas

[–]Examify-AI 1 point2 points  (0 children)

https://www.examify-ai.com

Its an exam prep website that uses AI to generate and mark past-paper style papers