How I Create and Code AI Startup Ideas in 24 hours - OpenAI

preview_player
Показать описание
I've had this idea I wanted to build for quite a while, so I decided to not have any more excuses and build the whole MVP idea out in a single day. I built this AI start up in just 24 hours.

I used simple Javascript code, with some basic HTML, CSS and Node JS, with a backend database of Astra DB since it now includes Vector Databases! I used OpenAI for the Artifical Intelligence together with ChatGPT since chat gpt seems the best at collecting youtube transcripts from the api.

Ready to build your startup? DataStax wants to help! Sign up for Astra vector database today. Use your business email address and get from $1000- $3000 in free credits and consulting with your subscription. (link below)

Check out the full project on GitHub below:

#ai #startup #website

Thanks to Datastax for sponsoring this video about Astra DB! They make videos like this and others happen on this channel :)

Want to learn more? ⭐ Check out my courses! ⭐

Software & Discounts:

Computer Gear:

Camera Equipment:
Рекомендации по теме
Комментарии
Автор

Great video! Super interesting how creative you are with these APIs/OpenAI 😁

I had to pull transcripts for YouTube videos recently as well, and I went through the exact same pain and also ended up with that library, haha 😅

SimonHoiberg
Автор

yeah spot on narrowing down the specific problem

fredericherrera
Автор

You are an amazing person ! Thanks for sharing your knowledge

das_vjkrishna
Автор

Awesome idea and implementation !! thanks for sharing

qgbobdx
Автор

It's amazing you can get so far in a single day.
The software world has certainly changed recently!
However it is clear that you need to be a rather skilled software engineer to make it happen.

coldlyanalytical
Автор

One day I will make videos loke yours, it takes so much time and i just love them all.

francescociulla
Автор

One month ago, I tried to the whisper api to get the video captions 😅, but it was taking too much credits

harshjain
Автор

This is cool... I'm looking at the code and it turns out you aren't using the db for anything? Correct me if I'm wrong but you don't need to generate or store an embedding since all you are doing is prompting chatgpt with the "video" json object which has the video details and subtitles. The embedding and astra can be completely removed from this and it would still work the same.

JonathanSanders
Автор

This is GOLDEN man! And love the YouTube transcript idea... when can I buy it? :)

KylePrinsloo
Автор

I want to do something similar. I'd like to create an automated workflow that would allow me to create a database of all the videos I give a like, then be able to ask those videos questions using AI.

How could I set that up? (I am not a coder but I can usually follow instructions pretty well or just use no-code tools).

Nick-Quick
Автор

genius love you. keeep onn keepuing on we';ll e here '=]

osearthesp
Автор

really curious about your vscode theme. Anyone knows what theme that is?

MdScientist
Автор

Hey awesome. Sad that YouTube announced that AI feature 😢

KevinLopezfr
Автор

This video is inspiring! The process of building an AI startup idea in just 24 hours is impressive.

ChatGPTPromptMasters
Автор

Great video.
However I had expected a video about building a product/business by almost 100% interacting with AI.
In this case you are developing a traditional project which happens to use AI as components.

coldlyanalytical
Автор

Your "thinking" shots are really awkward. Reminds me of the comedian "daxflame" 😂

WeirdInfoTV
Автор

Why you’re not saying in the video that it’s sponsored by Astra? It’s only in the description. That’s unfair for your viewers.

Zagoorland
Автор

This is textbook Retrieval Augmented Generation (RAG) use case, at first I wondered why you didnt look to something llamaindex / langchain, then I realized this whole thing was an ad. Come on

bongimusprime
Автор

another idea could be an accountability partner for procastinators
PS: Great vid

diva_
Автор

Great video! Super interesting how creative you are with these APIs/OpenAI 😁

I had to pull transcripts for YouTube videos recently as well, and I went through the exact same pain and also ended up with that library, haha 😅

WhyAreYouFindingMe