Attendees will learn: The concepts behind Machine Learning, part of the process of creating Large Language Models Programming Refresher in Python Walkthrough a Linear Regression Model on Real World Data Learn about OpenAI's API Platform and how to develop new software that builds off of their work with ChatGPT Build and Deploy their Own OpenAI Agent Powered ChatBot
Links are all included in the Google Slides
-
VS Code OR any Text Editor and Terminal (Command Prompt)
-
Google Colab
Sample Code to Explore Programming Syntax and Features.
ml-colab.py
Code contents of the Colab
notepad.py
Demonstration of Python Code written in Notepad
vim.py
Demonstration of Python written in the Vim CLI program.
pd.py
Demonstration of Pandas library
Run this file using Streamlit. Check the README in the .streamlit folder for how to add your OpenAI Api Key.
pip install streamlit
streamlit run chat.py
- To edit and deploy this app, you'll need to have a Github.com account.
- Once created, Fork this repo to your account and Clone it to have a local copy.
- When running your Streamlit app, click the Deploy option in the top right.
- Once you've created a Streamlit account, you'll be able to host your App with them for free.