Skip to content

Latest commit

 

History

History
137 lines (95 loc) · 2.84 KB

File metadata and controls

137 lines (95 loc) · 2.84 KB

Replyify 🚀

Replyify is an AI-powered email reply generator built using Spring Boot and the Gemini API. It is designed to simplify email communication by crafting intelligent and context-aware responses.


✨ Features

  • Spring Boot Backend: Efficient and scalable.
  • AI-Powered Responses: Integrates with Gemini API for smart email generation.
  • Simple Integration: Plug-and-play setup.
  • User-Friendly: Easy to deploy and use.

🛠️ Tech Stack

  • Backend: Spring Boot 🌱
  • AI API: Gemini API 🤖
  • Build Tool: Maven 📦

🚀 Getting Started

Prerequisites

  • Java (JDK 17 or later) ☕
  • Maven (Latest version) 🛠️
  • Gemini API Key 🔑

Installation

  1. Clone the repository:

    git clone https://github.com/AyushPrakash414/Replyify.git
  2. Navigate to the project directory:

    cd Replyify
  3. Add your Gemini API key in the application.properties file:

    gemini.api.key=YOUR_API_KEY
  4. Build the project:

    mvn clean install
  5. Run the application:

    mvn spring-boot:run

Usage

Once the application is running, access it at:

http://localhost:8080

🌟 Highlights

  • Spring Boot: Powers the backend, ensuring robustness and scalability.
  • Gemini API: Handles AI-driven response generation with precision.
  • Seamless Deployment: Easy to set up and integrate into workflows.

📂 Project Structure

Replyify/
├── src/main/java/com/replyify
│   ├── controller
│   ├── service
│   ├── model
│   └── config
├── src/main/resources
│   ├── application.properties
├── pom.xml
└── README.md

🤝 Contributing

Contributions are welcome! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes:
    git commit -m "Add feature-name"
  4. Push the changes:
    git push origin feature-name
  5. Create a pull request.

🛡️ License

This project is licensed under the MIT License. See the LICENSE file for details.


📧 Contact

For queries or feedback:


🌍 Connect with me

GitHub LinkedIn


Built with ❤️ using Spring Boot and Gemini API.