Skip to content

LLama3 agent using crewai , detect spam email and auto responsd if important

License

Notifications You must be signed in to change notification settings

jindalAnuj/LLama3-AIEmailAgent

Repository files navigation

Project Name

CrewAi agents to identify spam emails, and auto respond important email using llama3

Table of Contents

Installation

  1. Clone the repository.

    git clone https://github.com/your-username/your-repo.git
  2. Navigate to the project directory.

    cd your-repo
  3. Create the environment.

    python -m venv .venv
  4. Activate the environment.

    • On Windows:
      .\.venv\Scripts\activate
    • On macOS and Linux:
      source .venv/bin/activate
  5. Install the required dependencies.

    pip install -r requirements.txt

Usage

  1. Copy .sample.env to .env
  2. Add value as guided in sample.env
  3. Run the main script.
    python main.py

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Commit your changes.
  5. Push to the branch.
  6. Open a pull request.

License

This project is licensed under the MIT License.

About

LLama3 agent using crewai , detect spam email and auto responsd if important

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages