Hey guys! Currently am in the process of building a math app for a science competition.
I'll be using an LLM, which hopefully I'll be hosting on a free cloud service like Google cloud or hugging face. I'm aware that you can then connect these to your front end using API keys. I know what an API key is. The thing I don't understand is exactly how one would connect for example, a model of a transformer on hugging face, to an external Web app.
According to what i can tell, I'll have to build the front end using gradio and the possibly hugging face's free API key or FastAPI(??? idk). How does SQL fit into this? Will I be dealing with any SQL directly?
Can someone please guide me what to do here.
Tysmm, ✨✨
Summary of questions:
What API system will I use?
What other modules or libraries will I need to use to ensure the API system is functional?
What is SQL(its many versions) and do I need to deal with it?
Is there any intermediary steps I am missing?