Article Eric Mariasis · Jul 23, 2024 1m read

Implemented Community Idea about Generative AI for emails in Python Contest

I implemented a Python Flask application for the 2024 Python Contest with a page that provides common form fields for an outgoing email such as the To and CC fields. And it lets you input a message as well as uploading text based attachments.
Then using LlamaIndex in Python, the app analyzes the content you put in and returns to you in a result box if there is anything that should stop you from sending that email.
Take a look at the Github repo here.

Comments

Yone Moreno · Jul 24, 2024

@Eric Mariasis 
It looks quite interesting, I have seen your youtube demonstration and it looks cool.

Thank you for sharing your work, and thanks for explaining it and thanks for your effort ✅

0