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
- I want to be provided:
- I want to pass a general description of what the video is about
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
- Clone Repo: https://github.com/ed-donner/llm_engineering
- install anaconda
(Docker) - install jupyter notebooks
(Docker) - set up .env file
- create openai key (show creating key)
- [ ] 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