AI Services 1
Pricing
Pay per event
Pricing
Pay per event
Rating
0.0
(0)
Developer

GOUNTANTE yendoukoa
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
AI Agent: Software Engineer, Debugger, Marketer, and System Analyzer
This project is a web-based AI agent that can perform several roles to assist with software development and business tasks.
Features
- Software Engineer: Generates multi-section HTML and CSS for a static website based on a structured text prompt.
- Debugger: Lints HTML and CSS code to find basic errors. Can analyze pasted code or fetch a file directly from a GitHub URL.
- Marketer: Creates promotional social media posts from a business description.
- System Analyzer: Scans a website URL for broken links and suggests search queries to find solutions.
How to Use
Software Engineer
The Software Engineer agent uses a simple, indented syntax to define the components of a website. Provide a description in the "Software Engineer" text box, and the agent will return the HTML and CSS code in the response box below.
Example Prompt:
title: My Photography Portfolioheader: Jane Doe | Photographersection: About Metext: I am a professional photographer specializing in landscapes.section: Galleryimages: 4footer: Copyright © 2024 Jane Doe
Debugger
The Debugger agent can analyze code in two ways:
- Paste Code: Paste your HTML or CSS code directly into the large text area.
- Use a GitHub URL: Paste the URL of a public file on GitHub into the smaller URL input field.
The agent will automatically fetch the code from the URL and analyze it.
System Analyzer
Enter a full website URL (e.g., https://example.com) to scan the page for broken links.
Setup and Installation
Prerequisites
- Python 3.x
pipfor installing Python packages
Installation
-
Clone the repository:
git clone https://github.com/GYFX35/AI-services.gitcd AI-services -
Install Python dependencies:
$pip install -r backend/requirements.txt
Running the Application
-
Start the backend server:
$python backend/main.py -
Open your web browser: Navigate to
http://127.0.0.1:5000to access the application.