#Total newbie to AI
1 messages · Page 1 of 1 (latest)
Given the above....recommendations on how to get started?
- I'm a Firebase guy, so likely will have the data in a Firestore database. Does it make sense to leverage Gemini capabilities of Firebase?
- I'm not looking for perfection...just something I can build and then demo -- I'll likely build a development workshop of this exercise
- I assume I'm using Gemini (right?? right????? -- will go elsewhere if Gemini is a non-starter but I gotta believe Gemini.....right?
- which model(s) would be a good starting point for such a project?
- pointers on how I would "refine the results" or "train the model" for the inputs of Movie Entries and Tag/Category Descriptions ?
Using an LLM for classification makes a lot of sense and is a common and good use.
It makes sense to use the Gemini features of Firebase and makes sense to use Gemini. Look into the embedding models as well.
Start with the simple/cheapest version. See how well that works.
You largely won't need to "train the model" or fine tune it. But you may want to use examples in your prompt to guide it to what you're looking for.
Interesting project - looking forward to hearing how it progresses!
Any recommendation as to a "starting point" ?
A codelab or just start into the Firebase+Gemini docs?