Skip to content

Th3-AI/DynaSpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

DynaSpark is an advanced AI assistant developed by Th3-C0der. It is designed to ignite dynamic and engaging interactions with users, fostering innovation and creativity in problem-solving and assistance within the digital space.

Key Features

  • Natural Language Processing: Provides intelligent text-based responses.
  • Image Generation: Creates custom images from text prompts.
  • Adaptable Personality: Adjusts its communication style based on the context.
  • API Integration: Easily integrate DynaSpark into your own projects using its robust API.

DynaSpark API

The DynaSpark API allows developers to access the assistant's capabilities programmatically. It supports features like text response generation and image creation, making it a powerful tool for building interactive applications.

API Highlights

  • Text Response Generation: Generate human-like responses based on provided prompts.
  • Image Generation: Create images using descriptive text inputs.

Getting Started

  • Accessing the DynaSpark API:

    • Text Generation: Use the endpoint https://dynaspark.onrender.com/api/generate_response.
    • Image Generation: Use the endpoint https://dynaspark.onrender.com/image.
  • Making API Requests:

    • To generate a response, include your API key and user input as query parameters.

    • Example:

      https://dynaspark.onrender.com/api/generate_response?api_key=YOUR_API_KEY&user_input=Hello
      
    • Replace YOUR_API_KEY with your actual API key and Hello with the desired input.

    • To generate a image, include user input as query parameters(No need for API key).

    • Example:

      https://dynaspark.onrender.com/image?user_input=A panda playing guitar
      
    • Replace 'A panda playing guitar' with the desired input.