Capstone-DayScape / dayscape-backend

Repository for the backend of the DayScape project for the 2024 CSC 490 Senior Capstone
0 stars 0 forks source link

Backend: connect to third-party APIs #2

Closed wrycode closed 1 week ago

wrycode commented 2 weeks ago

Can be done independently from the Flask application code initially

wrycode commented 2 weeks ago

Auth0 tracked in a separate issue; maps handled by frontend

wrycode commented 2 weeks ago

Ben is helping out with LLMs stuff:

Write some Python code to connect to one (or multiple) LLMS and test out libraries and strategies for operating on node data and preferences.

Authenticate with the third party API, but don't worry about providing these functions to the frontend yet. Code can exist outside of the flask application