Thank you @TMosh , I found the utils package when i went on the jupyter labs view, but the requirements.txt, example_files and images were not downloadable … Could you please advice?
has your issue been resolved, if no kindly let us know and also refer the other post where you raise the same query and response has been made by the staff and me.
Dlai API keys and URL are not provided for short courses. Sorry. in case you want to run in your local environment, you will require to get your own API keys
Looks like these keys are made available (invisibly) to the users when they run the code through notebooks on course website of Deeplearning.ai itself. Students are not expected to create/populate an .env file with these keys. The keys seem to be auto populated for us.
It would be good to clearly and explicitly document that. May be it is - I didn’t find it when I attempted to search.
I am new to Deeplearning.ai. In most of the courses on the web, users are expected to get their own keys and I was searching for where to get these keys.
You have commented on another thread about going to Unstructured website, and that is where you can get the api key, I will share a thread which mentions comment by Mubsi from where to get
utils is a metadata file usually compiled with the code notebook/lesson provided which need to be downloaded not installed. you can find utils.py file for the notebook/lesson you want to run locally, by clicking on File==> Open section.
You would also require to download or install modules mentioned in requirements.txt.file which again you will find in the same section.