Tag: ai

  • GenAI Demo App

    I built a lightweight Flask app to showcase how easy it is to create GenAI-powered applications. You can check it out here: http://3.92.221.120:5000/ (IP may change). It was a fun project that gave me a chance to: brush up on my python/flask and aws (bedrock and secrets manager), learn some tools (tmux), and sneak in…

  • Exploring chatgpt API – Session 1

    by

    in

    I just finished my first walk through of OpenAI’s API for ChatGPT. I put together a video of some of the highlights and an accompanying jupyter notebook (html) for those who want to play with. If you have any programming or scripting experience, you likely can follow along ok, and you can download the notebook.…

  • Exploring Hugging Face – Session 1

    by

    in

    I recently spent some time exploring the AI company Hugging Face’s transformers library. It’s pretty neat, so I put together a video of some of the highlights and an accompanying jupyter notebook (html) for those who want to play with. If you have any programming or scripting experience, you likely can follow along ok, and…