I’ve spent a number of years working in the NYC Green Building Scene. A big challenge is wrangling all of the various building incentives available.
I built a basic AI answer-bot trained on data from NYSERDA’s website to create automated answers to questions.
The backend is a Datastax Astra Vector DB with a dataset crawled from the NYSERDA website. The dataset feeds into Google Gemini which uses an LLM to parse the question into a response.
The front-end is on Streamlit.