4.1 KiB
4.1 KiB
Course Listings | Paused
Computer Science
OpenAI Assistants API – Course for Beginners
Contents
- introduction
- what is this course about?
- pre-requisites
- python and dev tools set up
- vs code installation
- openai account - generate an api key
- what is assistants api
- assistants api building blocks
- creating an assistants api - manually (personal trainer)
- creating an assistants api - in code (personal trainer)
-
build a news summarizer introduction
- function calling
- streamlit application
-
create an AssistantsManager class
- for our news summarizer
-
using the AssistantsManager class
- create an assistant
- run as a streamplit application
- knowledge based retrieval tools current
- build a study buddy streamlit app
- run the study buddy streamplit app and test
- wrap up and final considerations
How to make an action RPG in Godot 4
- Curr: https://youtu.be/2oPzZqHR2Rg?si=hkjMWyN1tqGwM1bB&t=271
- Main: How to Make and Action RPG in Godot Season 1
Playlist
- Setup and our first scene
- Top-down player movement
- animate player movement
- Using tilemaps and tilesets
- create animated tiles
- Y-sorting between player and tilemap
- Tilemap collision
- TileMap terrains (autotiles) | part 1
- TileMap terrains (autotiles) | part 2
- creating the first enemy
- Player-enemy collision
- Player health | part 1 current
- Player health | part 2
- Player knock back