Inspiration

We want everyone to feel a bit better whenever, where ever they are. Get yourself started on getting help, one sentence at a time.

What it does

Users can ask the AI buddy a single request for support. The AI buddy, will answer the question in one or two sentences, leveraging OpenAI as well as a database of responses from real therapists.

How we built it

After receiving the query from the user, we pass it over to OpenAI to obtain an initial response. We then take that response and compare it with the Pinecone index we created using a database containing therapist responses from huggingface. link We used Pinecone to transform each sentence into a high-dimensional vector. We then created an index, which can be searched efficiently. After that we searched the index for a therapist response that best matches the OpenAI response and combined this as a new request for OpenAI to give us a more nuanced reply for our end user.

Challenges we ran into

Cleaning up the database so that it could be effectively used within both OpenAI and Pinecone Determining which database to use Getting consistent responses from the augmented response

Accomplishments that we're proud of

We came up with the idea and were able to build out a solution over the past several days We learned about pinecone and its ability to work in harmony with other ai solutions.

What we learned

Sometimes prompts are very hard to get right. Data is key. We need massive amounts of more data in order to better optimize responses

What's next for GooderFeelings!

Built With

Share this project:

Updates