G-Rizer is a powerful and innovative web application designed to revolutionize the way you manage your emails. With G-Rizer, you can effortlessly extract essential information from lengthy emails and receive concise and coherent summaries, enabling you to stay informed and productive without being overwhelmed by the content. Whether you're a busy professional, a student, or someone who receives numerous emails daily, G-Rizer will become your go-to tool for email management and quick comprehension.
- Krishnapriya Rajeev -> https://github.com/krishnapriyarajeev
- Ananthu Jayakumar -> https://github.com/ananthu666
- Jesline rohan james -> https://github.com/rohanjrr
Link To Video - G-Rizer
G-Rizer utilizes the Gmail API to fetch all relevant emails from the specified sender, streamlining the retrieval process.Then the application employs AI APIs to analyze the content of the fetched email messages, generating concise and meaningful summaries.Users receive the summarized email content in a clear and organized format, presenting key points and essential information for quick comprehension.
1.flask
2.googleapiclient
3.google.auth.transport.requests
4.google.oauth2.credentials
5.google_auth_oauthlib.flow
6.base64
7.email
8.requests
9.json
Clone the repo into your system.install required libraries .Set the Gmail api credentials in the google cloud console,and then download the json file ,rename it as credentials.json ;Place the openai api key in the key field in gmail.py ; Then run the app.py python file in your machine.