deepak93p/expressly-app

By deepak93p

Updated about 1 month ago

Expressly - Text Transformation App Backend

Image
Data Science
Machine Learning & AI
1

13

Expressly - Text Transformation App Backend

Transform your text effortlessly with the power of CrewAI.

This Docker repository hosts the image for the backend server of Expressly - Text Transformation App, a multi-agent AI-powered application designed to transform text based on user-defined formats, tones, and target audiences.

Features

  • Customizable Text Transformation: Modify text formats, tones, and audience preferences with ease.
  • AI-Driven Output: Leveraging CrewAI to deliver intelligent, high-quality text outputs.
  • FastAPI & Gradio Integration: Offers seamless REST APIs and a web interface for user interaction.

Usage

Pull the Image

To pull the latest Docker image:

docker pull deepak93p/expressly-app
Run the Container

To start the server:

docker run -p 7860:7860 \
  -e MODEL="gemini/gemini-1.5-flash" \
  -e MODEL_API_KEY="<your_model_api_key>" \
  deepak93p/expressly-app

Environment Variables

  • MODEL: Specify the AI model to be used (e.g., gemini/gemini-1.5-flash).
  • MODEL_API_KEY: Your API key for accessing the specified AI model. Obtain it from the AI Studio.

Documentation

  • Configuration: Refer to the agents.yaml and tasks.yaml files for advanced customizations.
  • Support: Check out the Expressly Wiki for supported formats, tones, and audience configurations.
  • Try It Out: The app is also available on Hugging Face Spaces.

Docker Pull Command

docker pull deepak93p/expressly-app