Filtrér

Mine seneste søgninger
Filtrer ved:
Budget
til
til
til
Slags
Færdigheder
Sprog
    Job-status
    2,000 image query jobs fundet, i prisklassen EUR

    I have a photo that needs professional retouching. The main task is to remove an unwanted flash which has significantly impacted the overall quality of the image. - Key Task: Flash removal from the photo. - Desired Expertise: Applicants must have prior experience in photo editing, particularly in flash reduction. Knowing how to maintain and even enhance the photo's integrity after the flash removal would be crucial. - Additional Enhancement: While the question related to other enhancements was skipped, an eye for highlighting other potential improvements would be appreciated. However, the area of focus remains flash removal. - Performance Indicator: Successful completion of this task will be judged on the photo's enhanced quality following the flash reduction. Your pr...

    €18 (Avg Bid)
    €18 Gns Bud
    54 bud

    project 1 make random audios appear after filling out a form on the main page; project 2 - create a fixed part of the standard video in stories; and automate posts from the list of faces/names, if there are less than 5 posts from registered users.

    €19 (Avg Bid)
    €19 Gns Bud
    1 bud

    I'm seeking a skilled developer with experience in Laravel and search engine optimization to tackle a specific issue within my project's search functionality. My main challenge is the inaccurate search results when querying images or multimedia content. I am aiming for a significant improvement in how well the results match the query terms. **Core Requirements:** - **Diagnose the Problem:** Identify why the current search mechanism yields incorrect results for images or multimedia searches. - **Enhance Match Accuracy:** Implement a solution that improves the accuracy of search results, ensuring that queries return the most relevant multimedia content. - **Optimize Search Engine:** Beyond fixing the inaccuracies, assess and enhance the overall performance of the search fu...

    €442 (Avg Bid)
    €442 Gns Bud
    70 bud

    As a key player in our project, I'm seeking a Deep learning specialist with solid expertise in image recognition and denoising. Responsibilities: - Work on image recognition and image denoising tasks. - Aim to achieve an accuracy level of over 90% in these tasks. Requirements: - Experience with machine learning algorithms, specifically deep learning. - Proven track record in working with image datasets. - Strong knowledge of neural networks, optimizers, loss functions, and evaluation metrics. - Excellent problem-solving skills. Good thing is we already have pre-collected datasets for these tasks, so you'll dive straight into the fun part of modeling and experimenting. Apply if you're ready to deliver high-accuracy results!

    €164 (Avg Bid)
    €164 Gns Bud
    12 bud

    I require an experienced professional who can work diligently to update the titles, descriptions, and alt tags on more than 500 images on my Wordpress site. (2-3 freelancers will be awarded) Key Tasks: - Updating image titles - Editing image descriptions - Adding alt tags to images Properly filled metadata can potentially improve website accessibility and enhance user experience, thus needing someone who is familiar with SEO and has a clear understanding of its impact on web navigation and searching. Having prior experience with WordPress would be an added advantage. Attention to detail and a commitment to meet deadlines are critical for undertaking this project.

    €67 (Avg Bid)
    €67 Gns Bud
    83 bud

    Good evening, I need a rendered high resolution image from a 3D file. Two helicopters front view (see or ).The images taken from a preview in AC3D. The 3D file is provided in 3ds and obj file ( or ) The result should be a grayscale high resolution image (PNG) in A3 paper format (29,7 × 42,0 cm) in at least 300 dpi of 3508 × 4961 px or even better 4961 × 7016 px)

    €27 (Avg Bid)
    €27 Gns Bud
    18 bud

    ...functioning as intended. I added all the code you get access to in the attachment. If you want some quick cash, you fix this snippet: function mctilsalgs_filter_post_type_link($link, $post) { if ($post->post_type == 'mctilsalg') { $listing_code = get_post_meta($post->ID, '_mctilsalgs_listing_code', true); if ($listing_code) { // Directly construct the URL to mimic a query parameter appearance. //return home_url('/mc-til-salgs/kode=' . $listing_code); return home_url('/mc-til-salgs/kode/' . $post->post_name.'/'); } } return $link; } add_filter('post_type_link', 'mctilsalgs_filter_post_type_link', 10, 2); Here is my issue: This...

    €30 (Avg Bid)
    €30 Gns Bud
    30 bud

    I am seeking a skilled Photoshop specialist with a passion for cartoon-style image creation to bring my vision to life. I have specific text content ready, and I require high-quality pictures that are not only engaging but also align perfectly with the provided text. **Skills and Experience Required:** - Proficient in photo retouching, image editing, and graphic design - Strong ability in creating cartoonish style imagery - Ability to interpret text and translate it into compelling visual stories - Keen attention to detail to ensure the text and image complement each other seamlessly **Scope of Work:** - Create cartoonish-style pictures based on provided text - Ensure each image accurately reflects the essence of the text - Work collaboratively to fine-tune im...

    €21 (Avg Bid)
    €21 Gns Bud
    40 bud

    I am seeking a professional with a strong understanding of image processing to create a well-structured project document. The primary goal is to provide an in-depth explanation of the project, outline the involved steps and processes, and present the findings and conclusions. Key Responsibilities: - Develop a comprehensive understanding of the image processing project - Detail a clear outline of the involved steps and processes - Provide clear and concluded findings Although the specific techniques and audience haven't been specified, being equipped with a broad range of image processing knowledge will be advantageous. An ability to explain complex ideas in accessible language will be beneficial as well. You will need to: - Capably account for potential non-te...

    €67 (Avg Bid)
    €67 Gns Bud
    8 bud

    I'm needing a thorough investigation on a person who used to live in New York. This encompasses researching their personal background, professional history, and obtaining their contact info. I can offer their full name, age, and occupation to assist with the query. It would also be helpful if you could dig into the industry they worked in, and any special skills they might have. Ideal candidates for this job would have experience in private investigation, people search, or relevant fields. Strong online research skills are needed.

    €492 (Avg Bid)
    €492 Gns Bud
    21 bud

    I'm seeking an expert in Oracle SQL or PL/SQL to craft a sophisticated query that will be pivotal for our reporting needs. The essence of this project revolves around retrieving data effectively, necessitating an adept handling of multiple table joins. **Key Requirements:** - Deep understanding of Oracle database systems. - Proven track record in writing complex SQL or PL/SQL queries. - Proficiency in creating queries for data retrieval aimed at reporting, with an emphasis on efficiency and accuracy. - Experience with complex joins involving multiple tables, ensuring seamless data integration and optimization. **Ideal Skills and Experience:** - Excellent knowledge of Oracle's advanced features and best practices. - Strong problem-solving skills to navigate the intricaci...

    €17 (Avg Bid)
    €17 Gns Bud
    13 bud

    it's regarding the aws lambda function. Currently it is now capable of transforming a corpus into vector and storing it and you can just query it also as you want. I have used a different approach since python dependencies are very large, it exceeds the 250mb limit of lambda function. So what I am doing now is I am creating the lambda function using a container image. I coded it in vscode, create a docker image of it, uploaded the docker image in ECR and created the lambda function from it. The code now supports 2 events, helper1 which is for generating and storing vectores of the corpus. To do this, you can just upload corpus file to s3 bucket and trigger your code. It will automatically build and save the PKL and INDEX file on the save directory. The gen...

    €93 (Avg Bid)
    €93 Gns Bud
    1 bud

    I am currently seeking an experienced professional that specializes in image processing technologies, particularly image segmentation and stable diffusion. The primary application will be for the development of a try-on system. • Expertise in Image Segmentation: The try-on system requires image segmentation to effectively separate an object from its background. This underlying skill is essential for the success of the project. • Proficiency in Stable Diffusion: A professional who understands the principles and techniques of stable diffusion is a must, as maintaining stability during the try-on process is crucial. Please note that the specified timeline for completion and primary purpose of the try-on system are yet to be decided and such details w...

    €479 (Avg Bid)
    €479 Gns Bud
    44 bud

    Hi, im looking for a python developer experienced in image processing. My code dithers an image from 16 Bit (RGB) colors, I want to use my own fixed palatte of colors. thank you

    €19 (Avg Bid)
    €19 Gns Bud
    7 bud

    Hi, I need a python script that transforms the Image into n-different color codes/palettes: 24 colors, 64, 126, 256 . It uses dithering to optimize the Image quality. It uses a fixed color palette. Thanks

    €19 (Avg Bid)
    Haster
    €19 Gns Bud
    11 bud

    ...Recognition), super resolution techniques, and broader image processing skills. This project aims to leverage these technologies for two main purposes: extracting text from various sources and significantly enhancing the quality of images. ### Key Project Goals: - **Image Quality Enhancement:** Employ super resolution technologies and other image processing methods to improve the clarity and overall quality of images. - **Output Format:** The final output format for the extracted text should be in plain text, ensuring simplicity and ease of use for further applications. ### Ideal Skills and Experience: - Proven track record with OCR technologies - Strong background in super resolution techniques - Comprehensive understanding of image processing - Ability to...

    €21 (Avg Bid)
    €21 Gns Bud
    11 bud

    I'm in urgent need of a Photo editor who can edit few texts in an image. Please apply only if you can edit it right away

    €21 / hr (Avg Bid)
    €21 / hr Gns Bud
    9 bud

    I'm in need of a developer who can assist in creating a PHP script to update my offline conversions on Facebook and Google Ads daily. The source data can come from either a CSV file or a MySQL query that I will provide. The types of data primarily include conversion events, so a clear understanding of handling such data will be beneficial. Ideal Skills: - Proficiency in PHP - Experience with APIs, particularly Facebook Ads and Google Ads APIs - Knowledge of MySQL queries and CSV file handling - Familiarity with data tracking and conversion events An adept approach to scripting and data updates will be a high advantage to the successful freelancer. Consideration also requires demonstrating knowledge in daily data updates, conversion events, and resolving potential hitches.

    €147 (Avg Bid)
    €147 Gns Bud
    58 bud
    Manual Data Scaping Udløbet left

    I need a Freelancer to manually scrape data using provided Google Maps queries. We will provide a list of queries and you will perform the following steps: 1. Follow query link in browser 2. Go to each website listed in Google Business listings 3. Get Business name and Email address (from contact page) 4. Add data to Google sheet

    €2 - €7 / hr
    Forseglet
    €2 - €7 / hr
    115 bud

    Create a Kotlin or Java project using Android Studio 2022 that supports Samsung Galaxy A12 phone using Android OS 12. The app should contain one button, two checkboxes and progress bar. This project will use WIFI to upload images that were previously taken by the phones camera app to an SQL Database after scanning a QR Code. Code should be commented and there should be instructions on how to compile and install to phone. See attached PDF for full details.

    €150 (Avg Bid)
    €150 Gns Bud
    34 bud

    In React, this application's main feature should fetch player statistics from the MongoDB Atlas Data API using https requests. (Axio?) - Proficiency in React web app development - Solid experience working with MongoDB Atlas Data API - Ability to fetch and handle statistical data that is already formatted in JSON records - Ensuring data is retrieved accurately and displayed in...Then when clicking on player name, each player should have their own page that is created dynamically. Once entered into player page, I want the stats displayed in a table that has a filter on each column for ascending or descending order. Examples: I have a sample of how the json looks when i load it into mongodb using my own scripts. The idea is to use and set up mongodb data API and not to query t...

    €154 (Avg Bid)
    €154 Gns Bud
    82 bud

    I require a proficient Photoshop expert to seamlessly integrate 9 specific product ima...to test first. Key Tasks: - Copy and paste each product onto the corresponding reference image. They should look as though they were originally part of the picture. - Ensure these images are in their original form and no modifications are made to them during the process. - Maintain the original resolution of each product image. Ideal freelancer: - Skilled in using Adobe Photoshop, especially in integrating objects onto images. - Keen attention to detail to ensure the products blend flawlessly with the reference images. - Previous experience working with product images would be a plus. Remember to maintain the authenticity of the product while giving it a naturally fitting look in the...

    €23 (Avg Bid)
    €23 Gns Bud
    84 bud

    I'm currently facing an issue where images are not showing up on the collection pages of my Shopify website. It's crucial that this issue gets resolved speedily and effectively, as it's impacting customer experience and potentially hindering sales. Ideal Candidate: - A seasoned Shopify developer - You have experience in troubleshooting and resolving Shopify related issues - You have dealt with image displaying issues in the past, specifically on collection pages In your proposal, please include your experience pertaining to the above points. I look forward to working with you to solve this issue.

    €30 (Avg Bid)
    €30 Gns Bud
    37 bud

    I'm seeking an experienced AI/ML developer to design a neural network focused on image recognition. The project entails: - Creation of a neural network that specializes in recognizing specific categories of images. The categories will be provided in further discussions. - The neural network must perform with sterling precision, desired accuracy is over 95%. It's critical to systematically minimize false positives and negatives. Ideal skills for this task include experience in AI, expertise in neural networks, and proficiency in Python. Understanding of image processing techniques such as convolutional neural networks (CNNs), and a proven track record in creating high-accuracy machine learning models are also highly desirable. This project requires a meticulous ...

    €157 (Avg Bid)
    €157 Gns Bud
    41 bud

    I require an assistant to compile a PDF for a slide overview using provided PNG images. To provide a full view of the files for me when I want to know 1- first it will show all the products incl...view (use the website ) for product to showcase one after the other. 3- make sure when overviewing the product and then showing the details match the sequence 4- please make the pdf look good The ideal freelancer for this task should have strong proficiency in PDF creation and image placement, with keen attention to detail. Experience with PDF slide context will also be advantageous. See it as assembling a visual story with provided images, all without skewing or altering them.

    €73 (Avg Bid)
    €73 Gns Bud
    59 bud

    Query to create a table for first and last name as discussed

    €232 (Avg Bid)
    €232 Gns Bud
    1 bud

    I use Oscommerce for my web shops i need to add a simple functionality/button/link to allow a user to DELETE their account. They obviously have to be logged in to do it. Then we add the new script/page (note must be logged in to actually delete) then we have a simple button DELETE MY ACCOUNT. When they press it it will ask them if they are s...re-register any time. (This will delete certain information related to their account details of which ill confirm in a meeting when we are starting the job) As to the actual deletion process i will confirm all the technical details in a call. Note: the delete account page must use the current site design obviously so u can use a current plage and modify the relevant code... its essentially an sql query that is being executed...

    €137 (Avg Bid)
    €137 Gns Bud
    58 bud

    I'm looking for a highly skilled AI developer for the creation of a custom chat bot. This bot will need to interact and query a data set of approximately 100,000 digital assets within a mongodb database. The AI will need to keep indexing this database as it grows. We need to be able to ask the chat questions such as show me all assets within a 5 mile radius of x location. Or show me all assets that have failed a test in that last 2 years. We also need the ability for it to be able to return data from the database so we can update the asset map.

    €676 (Avg Bid)
    €676 Gns Bud
    74 bud

    ...Vegan and knowledge is a must. I am seeking a social media content creator capable of captivating the millennial audience across Facebook, Instagram, and Twitter through compelling imagery. My goal is to increase brand visibility and engagement with an innovative and relatable approach. **Key Responsibilities:** - Develop and implement a creative and effective social media strategy focused on image-based content. - Regularly post engaging, high-quality images that resonate with millennials. - Monitor social media platforms for trends and interactions to adapt the strategy as necessary. - Analyze and report on social media performance, aiming for increased engagement and following. **Ideal Skills and Experience:** - Proven track record managing Facebook, Instagram, and Twitter ...

    €5 / hr (Avg Bid)
    €5 / hr Gns Bud
    25 bud

    I'm in need of a striking image thumbnail specifically customized for a YouTube social media post. The thumbnail must be appealing, relevant, and properly resized according to YouTube's recommended size. Key Requirements: - Proven graphic design experience, portfolio preferred - Proficient with graphic design software (Photoshop, Illustrator) - Good understanding of YouTube image thumbnail guidelines and best practices - Capability to create a thumbnail that generates user engagement. Your skills and qualifications will need to involve a strong understanding of image composition, and familiarity with the general aesthetic preferences of YouTube users would be an advantage.

    €14 (Avg Bid)
    €14 Gns Bud
    32 bud

    I'm seeking a skilled image editor who can elevate a specific image I plan to use in my thesis submission related to science. The image needs to capture the essence of my research while being visually compelling to support the narrative of my work. Here are the specific tasks I need completed: - **Crop the Image:** The composition needs to be adjusted to focus more on the pertinent aspects of the image that highlight my research's focus. - **Adjust Brightness and Contrast:** Enhance the image to make it clearer and more engaging. The goal is to make the visual aspects as impactful as the scientific data they represent. - **Add Text or Graphics:** Incorporate specific text elements that label or further explain aspects of the image...

    €6 (Avg Bid)
    €6 Gns Bud
    14 bud

    I am in need of a skilled professional who can effectively remove the white background from my product images. The products themselves are solid shapes, so precision is key to maintain the integrity of the image. Key Skills and Experience: • Proficiency in Photoshop or similar editing software • Previous experience with product image editing • Rigorous attention to detail • Ability to work with solid shapes Please include samples of similar work in your proposal. I look forward to working together.

    €16 / hr (Avg Bid)
    €16 / hr Gns Bud
    87 bud

    ...into digital Excel formats efficiently. - Exceptional attention to detail to ensure high accuracy of data entered. - Proficient in Excel, including formatting and data organization. - Must have access to necessary equipment for digitizing physical copies. - Strong communication skills to coordinate the receipt and handling of physical documents. **Ideal Skills and Experience:** - Experience with image data entry and familiarity with document scanning. - Proven track record of handling similar data entry projects. - Excellent organizational skills to manage large volumes of data systematically. - Ability to meet deadlines and provide updates on project progress. This project will require the freelancer to maintain the integrity and confidentiality of the data at all times. Prior...

    €233 (Avg Bid)
    €233 Gns Bud
    53 bud

    I have a re...upscaling is dedicated to this process itself. Here's what I am looking for: - A simplified process: I want to streamline the process of uploading these images on the website and then downloading them again. - Image Quality: Consideration of the image quality is crucial. The upscaled images should maintain their original quality. What to include in your bid? - Past Work: Please include examples of similar projects you've completed, specifically those relating to automation. Ideal candidate skill-set and experience: - Familiarity with Mac OS - Prior experience in working with image processing - Strong background in automation processes - Experience in scripting, particularly on Mac. Your task will help me save time and improve efficiency....

    €16 (Avg Bid)
    €16 Gns Bud
    1 bud

    ...requirements. **Key Responsibilities:** - **Image Uploading:** Efficiently upload product images provided by me to the designated Amazon seller account. Consistency and attention to detail are crucial to ensure all images align with the product listings accurately. - **Image Editing:** Perform basic editing tasks on the product images. This includes adjusting brightness and contrast to optimize the visual appeal and clarity of the images. The objective is to enhance the product's presentation without altering its authenticity. - **Quality Assurance:** Before uploading, verify that each image meets Amazon's image requirements. This involves ensuring the correct dimensions, resolution, and format are applied. **Ideal Skills and Experience:** - P...

    €9 / hr (Avg Bid)
    €9 / hr Gns Bud
    5 bud

    ...audience. Scope of Work: Image Enhancement: The selected designer will be responsible for enhancing the raw product images to ensure they meet our brand standards and aesthetic preferences. This may involve color correction, lighting adjustments, background removal, and other enhancements as necessary. Creative Brand Display: Utilizing their expertise in design and composition, the designer will craft visually appealing brand display images that highlight the key features and selling points of each product. This could include creating dynamic compositions, adding graphical elements, and incorporating branding elements such as logos or slogans. Consistency Across Products: Maintaining consistency in style and presentation is crucial to ensure a cohesive brand image. The...

    €23 (Avg Bid)
    €23 Gns Bud
    12 bud

    ...Android platforms. *Responsibilities:* Optimize Gallery feature by implementing lazy loading techniques in React Native. Enhance Home Page query performance through lazy loading on the front-end. Improve speed and efficiency of capturing and uploading photos/videos through the phone, including image compression and best practices. Integrate analytics data with real-time back-end integration, providing GPT summaries based on time duration, top statistics, and location pie charts. *Requirements:* Proficiency in React Native for mobile application development. Strong experience in front-end optimization and lazy loading techniques. Knowledge of image compression and best practices for efficient photo/video handling. Familiarity with analytics integration in mobile ...

    €469 (Avg Bid)
    NDA
    €469 Gns Bud
    37 bud

    ...requirements. **Key Responsibilities:** - **Image Uploading:** Efficiently upload product images provided by me to the designated Amazon seller account. Consistency and attention to detail are crucial to ensure all images align with the product listings accurately. - **Image Editing:** Perform basic editing tasks on the product images. This includes adjusting brightness and contrast to optimize the visual appeal and clarity of the images. The objective is to enhance the product's presentation without altering its authenticity. - **Quality Assurance:** Before uploading, verify that each image meets Amazon's image requirements. This involves ensuring the correct dimensions, resolution, and format are applied. **Ideal Skills and Experience:** - P...

    €250 (Avg Bid)
    €250 Gns Bud
    69 bud

    I have an image file comprising of a basic drawing, which I need to have redrawn in AutoCAD. The main focus of this task is on the dimension details. Here's what I'm expecting: - Skilful conversion of the image-based sketch to a detailed AutoCAD drawing - Have a keen focus on accurately displaying all dimension details - Standards are flexible; no specific drafting protocol requirement - Can you send me the drawing in both PDF and CAD format -drawing is in inches Experienced professionals with a strong handle on AutoCAD are preferred. Candidates must be able to meticulously study and interpret the image, then replicate the drawing with precision. The successful freelancer needs to have a strong inclination towards understanding the technicalities of dimensi...

    €24 (Avg Bid)
    €24 Gns Bud
    13 bud
    Image edit Udløbet left

    Will edit images perfectly and professionally.

    €41 (Avg Bid)
    €41 Gns Bud
    1 bud

    I'm in need of a talented graphic designer to create a vector image. With the specific style left open for your creative interpretation, this is a great opportunity for you to showcase your unique artistic ability. Although the file format is not set in stone, it would be helpful if you could tell me which formats you are most comfortable working in like EPS, SVG or AI.

    €25 (Avg Bid)
    €25 Gns Bud
    61 bud

    graphic designer to create a vector image Although the file format is not set in stone, it would be helpful if you could tell me which formats you are most comfortable working in like EPS, SVG or AI.

    €29 (Avg Bid)
    €29 Gns Bud
    34 bud
    Redrawing an image Udløbet left

    Redrawing an image in an artistic way.

    €70 (Avg Bid)
    €70 Gns Bud
    1 bud

    More details: What specific details do you want to include in the advertising JPG image? Product images, Logo, copy the motif of the other image I provide to make it look similar What is the motif or theme of the other image you want to replicate in the advertising JPG image? Colors and color scheme, Typography style, Composition and layout Are there any specific fonts or font styles that you would like to be used in the advertising JPG image? Just make it similar to what is in the provided image

    €22 (Avg Bid)
    €22 Gns Bud
    43 bud

    I am in need of a freelancer who has expertise in WooCommerce and CSV files to assist with a large product upload. I require the person for this role to: - Have a high level of experience with handling CSV files and large data sets. - Have skills in WooCommerce product management. - Upload 500 - 2000 products to my e-commerce site. - Assign images to these products following the product upload. Experience in this exact process is highly preferred. Understanding of product data organization and keen attention to detail are crucial. This is a one-time project but can lead to long-term work for the right candidate.

    €135 (Avg Bid)
    €135 Gns Bud
    80 bud

    ...developer to bring my vision to life. Specifically, I need a skilled individual or team who can create a cutting-edge image editing application designed for mobile platforms. The right candidate will not only possess a deep understanding of mobile app development but also have a keen eye for design and user experience. **Key Application Features:** - **Image Editing:** The core functionality of the app. It should include tools for adjusting brightness, contrast, saturation, and more. - **User-Friendly Interface:** Intuitive design is crucial. Users should find the app easy to navigate and perform image editing tasks without a steep learning curve. - **Performance & Efficiency:** Since image editing can be resource-intensive, optimizing the app for smooth...

    €538 (Avg Bid)
    €538 Gns Bud
    17 bud

    I am looking for an expert in photo editing in enhancing and enlarging images. Here is video instructions of what we are looking for in this project: WATCH VIDEO BEFORE STARTING PROJECT. The image we need you to enhance is down below. Do this fast we will not wait if we see work we like. DO NOT ZOOM IN, WE WANT IT ENLARGED TO SEE MORE AREA. Key Project Duties: - Enhancing image quality - Enlarging image size

    €14 (Avg Bid)
    Garanteret
    €14
    123 indlæg

    ...application should have the ability to ask general questions (e.g., when was the first moon landing), which will ultimately be answered by chatGPT. On the other hand, application-specific questions that require access to our MSSQL database should also be answered. The database has over a million entries. Therefore, the copilot should be able to convert textual questions into SQL queries, send the query, and present the answer from the database in textual form for the user. An example question for this would be: What is the dataset with the biggest total amount? As a third requirement for the Copilot, it should also be able to answer questions by extracting information from provided text documents. It is up to you if the text document should be PDF or simple text files. The copi...

    €696 - €1392
    Forseglet
    €696 - €1392
    37 bud

    It is an online clothing store. We have variable products configur...variable products configured with color and size attributes, for example a product can have 2 variations; Green/Any size and Black/Any size. There is an image of the product in the corresponding color for each variation, but at the moment the image does not change unless a color AND size is selected (I know this is how Woo works out of the box). We would like to make it so that the image changes when ONLY one color is selected. I have code that allows the variation image of a product to change when only the main attribute (e.g. color) is selected, rather than having to select all the variation attributes (e.g. color and size) for the image change. I would like to adjust this code to my...

    €32 (Avg Bid)
    €32 Gns Bud
    48 bud

    I'm seeking a talented graphic designer to create two book mockups with the provided images. Ideal freelancer should have: - Experience creating book mockups.

    €9 (Avg Bid)
    Garanteret
    €9
    17 indlæg