Gen AI Developer notes – 17/02/2025

Setups

  • Python:
    • 3.11
    • distribution:
      • traditional
      • anaconda
  • IDE (Integrated Developer Environment)
    • Visual studio code
  • Jupyter Notebooks

Setup Notes for windows

  • Install windows terminal (for windows 10 user) from store
  • Make Windows Terminal default application for terminals
  • Get the execution policy and if the response is restricted change it to atleast RemoteSigned
Get-ExecutionPolicy
Set-ExecutionPolicy Unrestricted

  • Install package manager
    • win-get: This is package manager from windows
    • chocolatey:
      • Run terminal as an administrator
  • Once chocolatey is setup
choco install git python311 vscode -y
choco install anaconda3

Setup Notes for Mac

brew install git python@3.11
brew install --cask visual-studio-code
brew install --cask anaconda

Accounts

Tools

  • Docker: This runs the containers
  • Ollama: This can run llm models locally
  • Kubernetes:

By continuous learner

enthusiastic technology learner

Leave a Reply

Discover more from Direct AI Powered By Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading