Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dfriend01/stormhacks2024-gpt3-tutorial
https://github.com/dfriend01/stormhacks2024-gpt3-tutorial
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dfriend01/stormhacks2024-gpt3-tutorial
- Owner: DFriend01
- Created: 2024-05-16T22:42:12.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T00:40:01.000Z (about 2 months ago)
- Last Synced: 2024-09-16T02:11:04.340Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 237 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stormhacks 2024: Introduction to GPT in Web Applications
## Overview
Welcome to the workshop! We will be focusing on using the OpenAI API to perform
text generation. The following topics will be covered:
- A brief introduction to LLMs, GPT, and the OpenAI API
- OpenAI account creation and project setup
- Text generation using the `chat.completions.create` API
- How to create a simple chatbot
- Prototyping with the OpenAI Playground
- Introduction to Prompt Engineering with examplesMost of the material will be covered in a
[notebook posted on Google Colab](https://colab.research.google.com/drive/1eq3SBle28Pjo7-e0UZxuIxZgKmLdR1JP?usp=sharing). There will be some Python programming
that we will do together, so feel free to follow along!> [!IMPORTANT]
> You will need to make a copy of the notebook to your own drive if you want edit the notebook
> and run the code yourself. Go to **File > Save a copy in Drive**. You will also need a Gmail
> account.If you have not already, you should also [create an OpenAI account](https://platform.openai.com/login/).
Although "Web Applications" is in the title of this workshop, most of the focus will be on using
the OpenAI API and the various use cases of GPT. There is an example React application that might
be shown if there is time to spare, but there are [instructions here](./chatbot-app/README.md)
if you are interested in trying the app yourself.## About Me
I am a recent graduate from UBC ECE and placed second in Stormhacks 2023! My project last
year is on [Devpost](https://devpost.com/software/watchdog-exrdgn) if you are interested.
Using GPT was instrumental to the success of the project.### Experience
- Research Assistant at UBC for EV adoption and using AI agents in pavement management
- Software Lead at UBC Sailbot for control and simulation algorithms
- Machine learning research at Intel focused on applied machine learning in NLP and computer vision
- Biomedical algorithms engineer at Kardium focused on surgical navigation and cardiac mappingFeel free to [connect with me on LinkedIn](https://www.linkedin.com/in/devon-friend101/) :blush: