Do you have problems to keep in style with latest email ethicets? Do you fear that your supervisor, boss judge you for the bad emails you send them?
- Problem Statement
- Idea / Solution
- Dependencies / Limitations
- Future Scope
- Setting up a local environment
- Usage
- Technology Stack
- Contributing
- Authors
- Acknowledgments
- IDEAL: This extension would allow people to enter info about what kind of email they are trying to write and recieve an AI generated text that resembles an email in the style of ECE Department members.
- REALITY: This extension allows people to enter info about what kind of email they are trying to write and recieve an AI generated text that resembles an email in the style of Nanccy (the Assistant to the ECE Department) and our team member Atika.
- CONSEQUENCES: The overall function of the extension is still able to write emails based on our prompts, however the range of styles are more limited, which could affect how many people find this useful.
Our idea was for there to be an easy way to immediately have written emails in specific styles.
The solution became making an extension that utilizes Gemini AI and emails that we fed into it to be able to generate these emails through Chrome.
We did not have enough data to make styles for Dr. Polikar or other ECE faculty members. This affected the amount of styles we were able to implement.
Given enough data, we could create far more styles of emails meant to match the personalities of other people's emails.
To run Persona AI locally, follow these steps:
-
Google Chrome Browser
-
Node.js and npm installed
-
Clone the repository:
git clone https://github.com/skywolfmo/persona
-
Navigate to the project directory and install dependencies:
npm install
-
Build the project:
npm run build
To use the AI functionality of the Persona AI Chrome extension, you will need to obtain an API key from the Gemini Pro website by Google. Here's a brief summary of how to get the API key:
- Visit the Gemini Pro API website: Google Gemini Pro API.
- Follow the instructions to register and create an API key.
- Once you have the API key, enter it into the top of Persona AI extension and click on Save API Key, this will save it in the local storage.
This API key is essential for enabling the AI features in the extension. Make sure to keep it secure and follow Google's guidelines for API usage.
- Gemini Pro - AI API
- Chrome Extension - Google Chrome Extension
- Javascript - Javascript
- NodeJs - Server Environment
- @Atik666 - Idea & Initial work
- @LeannamJ - Idea & Initial work
- @raduli92 - Idea & Initial work
- @skywolfmo - Idea & Initial work
See also the list of contributors who participated in this project.
- Google's Gemini Pro API for providing AI capabilities.
- We used Bard and ChatGPT to guide us through the process of creating this extension
- All contributors who have helped shape Persona AI.
- https://github.com/kylelobo/The-Documentation-Compendium