how to train artificial intelligence from a video or a class (it would be practically a course, training intelligence to support the course)

SteveeJobs

Regular Member
Joined
May 1, 2023
Messages
239
Reaction score
48
I am creating training for a company to teach our consumer to use our web system, I need to automate the training, as it is currently consuming a lot of our time, as the training is being individual and live.

I want to create the recorded classes, and use artificial intelligence to provide complete support.

the best way to train the Intelligence would be by reading the videos (if that's possible), because the training is great and the system is very complete.

what are your opinions about this?
 
1. Get transcripts of the videos
2. Create embeddings from them and store it in a vector database
3. Query vector database for question and prompt GPT with it
 
1. Get transcripts of the videos
2. Create embeddings from them and store it in a vector database
3. Query vector database for question and prompt GPT with it
have you ever done something like this?
 
Alternatively you can provide detailed instructions and hire a VA that can oversee the process. Competent VA's from the Phillipines can be $3/hr. I don't think I can recommend other websites on this forum but I'm sure you can find some VA database sites out there to find. Don't go through a company they all put their own mark-up on it.
 
I'm going to use python to do some code and store it in a spreadsheet, and then train it, would it be something like this?
You definitely need a vector database for it.
 
Back
Top