A set of additional projects
An application that uses Google Cloud, Pinecone, and ChatGPT to take user orders like a host at a restaurant.
An unfinished social media marketplace application with Swift, Django, and Postgres
Final group project in 457 Intro to Visualization.
We fetched financial data from Polygon and Quiverquant to create a stock data visualization website.
url: https://csex57.github.io/quantviz/
204 Web Development final project
Application built with react, schedules and tags events with ChatGPT using natural language input. A lot of the calendar apps I've used are quite tedious to maintain. You have to manually add each event to their corresponding days, set tags, etc.
The OpenAI API is used as a text-to-json formatter which does all of this for you. The API is called in 2 different scenarios.
- New event is added -> Format to JSON with date, existing tag, and event content inferred from user input.
- New tag is added -> Send all existing events without tags and see if the new tag applies.
Demo
