Budget: 18000 EUR Deadline: 10 days
For the task, we can create not just a mass generation of ALT, but a proper workflow - images are collected by pages, the AI receives the visual and textual meaning of the page, suggests ALT, and then the administrator checks and applies the changes.
The estimate is from 18,000 UAH and 7-10 days for the first working module. If the website has non-standard image storage or multiple types of entities, the estimate may increase after reviewing the Laravel structure.
There’s a nuance here - good ALT cannot be generated just from the image. It’s necessary to take the page title, breadcrumbs, product or article; otherwise, it will look formally nice but weaker for semantics. I would create a processing queue, a change log, and a status - draft, checked, applied. This will reduce manual confusion =)
I’ll clarify 2 points:
> images relate to products, articles, galleries, or all sections of the site
> ALT needs to be recorded in the Laravel database, in templates, in the admin panel, or in the HTML data itself.
Similar logic cases from Ingello:
> https://business.ingello.com/vorfahr - AI and process automation with applied business logic
> https://business.ingello.com/forma-crm - checks, statuses, roles, and managed processes in the admin panel
> https://systems-fl.ingello.com - the main profile of the team for such tasks.
Overall, it’s reasonable to start with a short audit of the website structure and a pilot on one type of page. Then we won’t be building a spaceship out of ALT tags, although my inner architect is already reaching for the blueprints =/
Budget: 300 EUR Deadline: 3 days
Hello! Laravel, 14+ years. I have done content automation and SEO for e-commerce and SaaS. Ready to start now, 8 hours/day. Solutions:
Scanning images on the site (media library / storage / HTML in views)
Collecting page context: URL, Title, H1, block text, product/category
AI generation of ALT — based on page context and image content (briefly, semantically, without keyword stuffing). Can connect OpenAI / Claude API or a local model.
Admin interface for review: "draft → approved / rejected", bulk approve, manual editing, regeneration via AI for individual images.
Application of alt in the database / change log, rollback. Advantages of the AI approach:
processing thousands of images in hours, not manually
different alt for identical images on different pages (page context)
quality control: a person approves before publication.
Budget: 300 EUR Deadline: 1 day
Vladislav, the task is clear: for a Laravel site with a large number of images, we can automate the generation of ALT text based on the context of the page and then provide an easy manual review. I can propose an AI-based solution that takes context into account, ensuring that the descriptions are relevant, non-repetitive, and suitable for SEO. Over the past 7 years, I have developed web services and implemented automation in projects. Let's discuss the logic and format of the review.
Budget: 25 EUR Deadline: 2 days
You will have normal ALT and meta-data that are readable in human language and do not look like auto-generated noise.
In such tasks, the result is often spoiled by using the same phrases for all images, so I will generate them with reference to the context of the page, product name, or section.
If work needs to be done directly in Laravel, I will prepare a neat version through a script or edit in the necessary place to avoid unnecessary changes.
I can start today: first, I will create a small fragment, you will quickly see the ALT style, after which I will complete the entire volume.
Budget: 75 EUR Deadline: 3 days
Vladislav, your task fits well with Laravel: you can automatically generate semantic ALT tags based on the page content and images, and then leave a manual check before saving. I have worked with PHP and SEO logic on sites with a large amount of content, so I can help make the solution neat, fast, and user-friendly for the admin panel. I can propose a clear implementation scenario and discuss the details.
Budget: 200 EUR Deadline: 6 days
Hello, Vladislav!
The task is clear: to mass-generate correct, semantic, and relevant ALT descriptions for images on a Laravel site — automatically, but with verification before publication.
Here’s how I will do it: the script will go through the images (from the database/storage), for each vision model it will generate ALT considering the context of the page (title, surrounding text, product/category), language — according to your site. The result will not be written directly to production, but will be stored in a review queue table: you confirm or edit, and only confirmed ALTs will be written back. Duplicates and junk like "image123.jpg" will be filtered out.
Please clarify: how many images approximately, in what language do you need the ALTs, and where are they stored (field in the database, media library)? This affects the timelines and exact cost.
I am ready to discuss the details in private.
Budget: 200 EUR Deadline: 3 days
❤️Hi, hope you are doing well
I’d build a workflow that scans existing site images, sends them through an AI vision/description service, generates semantic and SEO-relevant ALT suggestions, and stores them in the database for admin verification. From there, you can approve, edit, reject, or regenerate descriptions before they are applied to the frontend.
For Laravel, I’d structure it with queued jobs for bulk image processing, validation to avoid duplicate or irrelevant ALT text, and an admin review table so large image sets can be handled efficiently without slowing the site. The final output would improve accessibility, SEO, and content quality while keeping human control over the generated descriptions.
Best regards,
Youssef.
- Projects -
- Rating -
- Rating 280
Budget: 180 EUR Deadline: 3 days
Hello, Vladislav.
I can implement an automated solution for your Laravel website that generates semantic, relevant, and SEO-friendly ALT descriptions for your images. The system will analyze each image, create meaningful ALT text based on its content, and allow manual review and editing before or after publication to ensure accuracy.
The solution can process both existing and newly uploaded images, minimizing manual work while maintaining high-quality descriptions. It will integrate seamlessly with your current Laravel application and store the generated ALT text in your existing database structure without affecting website performance.
I'll deliver clean, maintainable code, test the functionality thoroughly, and provide clear instructions for managing and verifying the generated ALT descriptions. I can start immediately and discuss the best approach based on your current image storage and workflow.
Best, Hanh
Budget: 300 EUR Deadline: 3 days
Hello. Laravel has been my main stack for the last few years, out of more than 11 years in total. Neural networks and their integration are also a frequent request, so your task is quite simple for me. Message me privately, let's discuss the details.
Budget: 100 EUR Deadline: 1 day
Good day
I will do this in 1-2 days.
I can implement an admin page for convenient use.
Message me privately, we will discuss the details.
Budget: 300 EUR Deadline: 1 day
Hello! I will complete your task quickly and efficiently.
My recent works
https://indexfast.pp.ua - fast website indexing
https://mono-bank.pp.ua - everything about Monobank
https://mamamia.pp.ua - online store
https://programist.pp.ua/ua/portfolio/ - portfolio of works
https://monitortest.pp.ua - monitor testing
https://keytest.pp.ua - keyboard testing
https://pctest.pp.ua - computer testing
https://vseetut.matviy.pp.ua - layout
My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
Message me, I will start working today. I will be glad to collaborate with you!
Budget: 350 EUR Deadline: 5 days
Automating the generation of semantic ALT descriptions for a large array of images on Laravel is a task best solved through parallel contextual analysis of pages and the visual content of files. With over 8 years of experience in web development and designing complex integrations, I regularly create background scripts that accurately link media files with metadata and page content for SEO optimization. For your site, I will develop a fault-tolerant Laravel team (via Queue/Jobs) that will analyze the page URL, its H1/Title tags, and the visual content of the image, automatically generating precise text descriptions. I will also deploy an isolated and lightweight moderation interface (based on Filament or pure Blade/Livewire), where you can approve or edit the generated tags in bulk with one click before saving them to the database. Please let me know where your media files are physically stored (local disk or cloud like AWS S3) and if any ready-made admin panel is used on the site?
- Projects -
- Rating -
- Rating 427
Budget: 220 EUR Deadline: 3 days
Greetings. The task is excellent, and it needs to be solved strictly through an automated engineering approach to avoid turning the work of content managers into a routine. I specialize in Laravel and the integration of AI solutions, so I will implement a "turnkey" alt text generation system.
The main problem with basic AI descriptions is that they are "blind" to the context of the page (they will simply provide a dry description of the image). I will configure the generation so that the neural network takes into account the SEO semantics of the specific page (its H1, Title, and key markers). The alt texts will be natural and relevant for search engines.
What will be included in the solution:
1. An optimized generation script: it will operate in batches without overloading your server and timing out (even if you have tens of thousands of images).
2. Integration with a fast and cost-effective AI computer vision model (Vision API).
3. A convenient internal interface for moderation: the content manager will be able to review the generated options with one click, quickly edit them in the input if necessary, and approve them with one button.
The code will be clean, adhering to Laravel standards, with queue support and fully ready for further scaling.
Estimated budget: €220.
Timeline: 3 days.
I am ready to discuss the technical details of the implementation (which API we will choose to save your budget and how we will link the data in the database) in private messages. Please let me know what version of Laravel you have and approximately how many images are on the site?
Budget: 60 EUR Deadline: 3 days
Hello!
Great task. Automating the generation of alt texts through neural networks for a large website is the only right solution to avoid spending hundreds of hours on routine work while significantly boosting SEO.
I specialize in web development and Laravel, so I fully understand how to implement this beautifully and safely for the database.
Here’s how I propose to do it:
Generation logic (Laravel + AI integration): We will write a console command (Laravel Command) or a queue (Queue/Jobs) that will take an image, send it via API to the neural network (for example, OpenAI Vision) along with the page context (H1, Title, product category), so that the alt text is not just descriptive ("red sneakers"), but relevant to the specific page of the website.
Admin panel for review (Moderation): To prevent the AI from generating nonsense, we will create a user-friendly interface (table) in the admin panel. It will display the image itself, a link to the page where it is located, the current Alt text, and a "Approve" / "Edit" button. You will be able to approve generated texts in batches or quickly edit them manually before saving to the database.
Safety and speed: We will run the generation in the background (through Laravel queues) so that the website does not hang for a second, and the limits on the neural network API are used economically and do not exceed quotas.
As a result, you will get a fully automated pipeline: the script will automatically process old images, generate options, and in the future, it will be able to automatically pick up newly uploaded images.
Budget: 30 EUR Deadline: 2 days
Hello, I have such experience, I am free now so I can start tomorrow.
Budget: 28 EUR Deadline: 3 days
Hello! I can implement automatic generation of ALT tags for images on Laravel using AI or custom rules with the ability for manual review and editing before publication.
Budget: 25 EUR Deadline: 1 day
Hello! I will gladly complete this task. I regularly work with neural networks to automate routine processes, including for SEO optimization and metadata generation (Alt tags). I will write clear, relevant, and search engine optimized descriptions for your images. Could you please let me know the total number of images/pages that need to be processed? I am ready to start working.
Budget: 69 EUR Deadline: 3 days
Hello, through the database it is easiest, the AI reads the content, generates alt. It will also be a plus for SEO.
Budget: 100 EUR Deadline: 1 day
Good afternoon. I am interested in your order. I have over 10 years of experience in web development. I have been working with Laravel for more than 6 years. Please message me for a more detailed discussion of the technical specifications.
Budget: 50 EUR Deadline: 1 day
Hello! I know Laravel and AI, I can complete this task, and I am ready to start working now.
Budget: 55 EUR Deadline: 1 day
Good evening! I am familiar with Laravel and working with AI APIs. I will implement automatic generation of correct ALT descriptions for images based on the semantics of the page, with the ability to review and edit. I am ready to start today. 55 EUR, deadline: 1 day.
Budget: 60 EUR Deadline: 1 day
Hello. I am familiar with Laravel. I also have no problem with AI. Feel free to contact me, and we can discuss the details.
Proposals concealed
Proposals are currently absent
Proposals concealed
Budget: 25000 EUR Deadline: 7 days
We already have a practically ready similar AI solution for image descriptions, which can be quickly adapted to Laravel and launched. I'm available to discuss. ))
In terms of timing, I would estimate 5-7 days for a working version - gathering images, generating alt text, processing queue, verification dashboard, and recording results in the necessary fields.
Regarding cost, the estimate is 28,000 UAH, assuming the website structure is standard and there’s no need for extensive rewriting of the admin panel.
Here’s the nuance - correct alt text should be constructed not only based on the image but also on the page, title, category, and surrounding text; otherwise, the AI may write beautifully but not always semantically useful.
From similar experience:
https://business.ingello.com/vorfahr - automation with AI and data processing
https://business.ingello.com/fractal - agency logic and workflows using AI
https://systems-fl.ingello.com - main landing page of Ingello Systems for automation tasks
We need to clarify two points.
How many images need to be processed currently and how are they stored - in the database, in the Laravel media library, or just in folders?
Is mass auto-recording needed after generation, or is manual verification of each alt text required before publication?
Overall, this is a normal task for careful automation - as they say, measure seven times, launch mass generation once =)
-
Alexandru G. 25 JuneЗдравствуйте,
Не могли бы вы отправить сайт для оценки маштаба и написать где именно это должно происходить.
Current freelance projects in the category AI & Machine Learning
Hello everyone! Who knows how to work and has been working with Open Claw agents for coding and other tasks? I need to organize parallel work of open claw code agents for coding on a virtual server. Requirements: - help choose a server for the agents (there are many ready-made options) - help set up the environment - connect the API Who can do this today? Who is available? I found these options online: https://clawhost.cloud/
About the ProjectA manufacturing company with several warehouses in Ukraine. More than 40 suppliers, both domestic and from China. Each supplier has its own terms for order processing and logistics.What We Want to ImplementAn AI agent for automating purchases and managing the movement of goods between warehouses. The agent is planned to be trained to work with each supplier according to their individual conditions.Current InfrastructureA procurement report is operational on QlikView (BI analytics via browser). Data updates every 30 minutes, the report is generated in the browser on the fly. Excel files can be exported from it.How We See the ImplementationDecide on a platform (OpenClaw, Claude Cowork, or similar) for building the agentDeployment on a VPS serverConnection to the analytics report via browserTraining using 2–3 suppliers as a pilotAgent FunctionalityGenerating orders to suppliers (training for each supplier separately)Moving goods between internal warehouses to maintain stockCreating tasks for specific groups of goods (for example, cutting into pieces and filling missing positions by lengths)Required IntegrationsTelegram: management through chat by several employeesCreating tasks in our CRM via APISending tasks to specific employees in the Telegram chatFuture PlansAfter the implementation of this stage, the creation of a sales analysis agent is planned, also based on the QlikView report.
Hello! Task: Develop and place an agent on a WordPress page (the programmer will insert the code into WordPress). The user should be able to communicate with the AI agent in text or voice format (if possible) based on a specific uploaded topic (content: texts, photos). Functionality: The user visits the website page. Sees the AI agent interface: chat + voice communication button (if possible). Can request text. Can speak, and the agent should recognize the speech and respond. The agent responds only based on the uploaded materials on the specific topic. If the question goes beyond the topic, the agent should correctly inform that it can only respond based on materials related to Skovoroda. Responses should be lively, understandable, and educational. The administrator should be able to upload and update materials: texts, PDFs, images, audio, links. Interested in the cost and timeline for developing the agent.
Contact only those who can do this. And immediately provide deadlines and budget. Creating a personal Wiki database based on Obsidian Note. Registration on hosting, launching a local artificial intelligence OpenCl and connecting it to the created Wiki database. Explanation in a YouTube video. https://youtu.be/9DLyBdND22c?si=AqDvuTnteIBWAiyu
We are looking for a specialist to create one realistic AI model / AI character and prepare a content package for social media. The task is to develop a visually high-quality and consistent image that can be used in photos and short video formats. What needs to be done: create one AI model with a recognizable appearance and a unified style; prepare a small package of photos and short videos; adapt materials for publication on social media; ensure realism and stability of the image in different scenes. In your application, please indicate: whether you have experience in creating AI models / AI characters; whether you can show examples of similar work; estimated cost and completion time; A detailed technical task will be discussed with suitable candidates in private messages.