Check it Out : https://emaily.streamlit.app/
Hi there! I'm excited to introduce you to Emaily, a project born from the idea that communicating via email can be more intuitive, efficient, and tailored to each user's needs. Leveraging cutting-edge generative AI, Emaily aims to transform the way we think about email correspondence, whether it's drafting a new message or replying to one.
At the heart of Emaily is the Google Generative AI model 'gemini-pro', which powers the email generation process. By inputting a few key details about your email's intended recipient, purpose, and preferred tone, Emaily crafts a personalized email or response designed to convey your message effectively and appropriately.
You'll need Python 3.8 or later, along with a few other packages:
To locally run Emaily, you can follow the following steps:
git clone https://github.com/yourusername/emaily.git
cd emaily
pip install -r requirements.txt
streamlit run app.py
I'm always looking for ways to improve Emaily and would love your input! Feel free to fork the project, make your changes, and submit a pull request. Let's make emailing better together.