Anaconda, Jupyter Notebooks Setup | LLM x Prompt Engineering Course | W1D1

LLM Engineering course: https://click.linksynergy.com/deeplink?id=n0hUkZBdh*8&mid=39197&murl=https%3A%2F%2Fwww.udemy.com%2Fcourse%2Fllm-engineering-master-ai-and-large-language-models%2F

Personal Long Term Project:

  • Automate my content creation process
    • I want to pass a general description of what the video is about
      • I want to be provided:
        • Some title options to choose from
        • A description for the video 
        • Tags for the video
        • A thumbnail idea
      • I want to pass the thumbnail idea into the AI image generation software (MidJourney) 
        • Is there a midjourney api?
      • I want to connect to the YouTube API
        • Pass in the title, description, tags, etc

Plan for Today:

  • Install Ollama
  • run latest version of llama model (find the latest version)
  • Interact with LLM
  • Check out models
  • Set up Data science env
  • [ ] PROJECT: AI powered web page summarizer
    • Create environment: conda env create -f environment.yml
    • conda activate llms
    • jupyter lab
    • Explore Jupyter lab guide
    • Beautiful soup
    • OpenAI key

Leave a comment