# Eleanor: An AI Application

<figure><img src="/files/kS3i1Yi8a7yMGfBaHBVd" alt=""><figcaption><p>Eleanor Home Page</p></figcaption></figure>

[Code](https://github.com/rebeccapeltz/eleanor)

### Description

Eleanor was created for a Devpost hackathon sponsored by Google.  The full gallery of entries can be found on the [Devpost website](https://womentechmakers.devpost.com/project-gallery).  The challenge was for women in technology to build websites using Google AI that would be of use or interest to women.  I created a modern-day [ELIZA](https://en.wikipedia.org/wiki/ELIZA) that uses Google AI to carry on a conversation.  See this [page](https://eleanor2024.netlify.app/about) for more information.

### Tools/Technology

This full-stack application uses React on the front end and Netlify server functions on the back end.   The server functions send prompts to Google AI and return responses to the front end. The application is hosted on Netlify.  The image of Eleanor is from ChatGPT.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rpeltz.gitbook.io/portfolio/projects/hackathon-projects/eleanor-an-ai-application.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
