Drag drop image link scriptdela

Filtriraj

Moja nedavna iskanja
Filtriraj po:
Proračun
do
do
do
Vrsta
Znanja
Jeziki
    Delovno mesto
    2,000 drag drop image link script najdenih del, po cenah EUR

    ...experienced developer to build a Pine Script Editor. My specific requirements for this tool are currently flexible but I am prioritizing professionals who hold significant experience with Pine Script. In terms of functionality provided by the script editor, I'm looking for a function that would take output from a filter using TradingView Stock Screener and apply a set of rules utilizing several SMA and key indicators to narrow my list of stock down. For freelancers interested in this task, including examples of past work - especially those relevant to pine script creation for TradinView based on moving averages - in their applications would be extremely beneficial. Required Skills and Experience: - Demonstrable experience with Pine Script - E...

    €187 (Avg Bid)
    Izpostavljeno
    €187 Povprečna ponudba
    2 ponudb

    Need to create Illustration of 2 characters from the attached Photo Mascots and signs are the most important part. Background does not need to be very detailed I need the image to be created similar like that style example write "Thank you" in your bid if you can do this work

    €17 (Avg Bid)
    €17 Povprečna ponudba
    19 ponudb

    I'm looking for a proficient developer to create a JavaScript script that focuses primarily on data processing. The data in question is text-based. The ideal candidate for this project should have: - Advanced skills and familiarity with JavaScript - Considerable experience in working with text data - Knowledge on various data processing methods and techniques Your main task will be to develop a script which can efficiently process different sets of text data. Further details about the project will be shared with selected candidates. Please include examples of similar projects you've done in your proposal. I need a script to organize/collect, in a CSV file, the transactions of an Injective Blockchain wallet, including date, hash, address of wallet sender ...

    €101 (Avg Bid)
    €101 Povprečna ponudba
    76 ponudb

    ...support project, revolving around voice recording of promotional scripts. Here's what I'm looking for: Skills and Experience: - Strong command of the English language with a native accent. - Proficiency in voice recording and knowledge about proper voiceover techniques are a bonus, but not mandatory. - Willingness to learn and understand my product in order to create a compelling promotional script. Project Details: - The main task involves recording promotional scripts for customer support. This would be a wonderful opportunity for those with a flair for marketing and communication. - You will not have to write the scripts. They will be provided for you, all you need to bring is your voice and a keen sense of interpretation. - The project does not involve phone, l...

    €9 / hr (Avg Bid)
    €9 / hr Povprečna ponudba
    15 ponudb

    Hello, We require a 10 Seconds Sample video of the attached script. The successful candidate would be our choice for long term collaboration for many videos to come. We recommend doing 5 seconds from the intro, and another 5 seconds from the middle.

    €20 (Avg Bid)
    Zagotovljen
    €20
    1 vnosov

    For this role, I need a professional who specializes in adding email verification scripts to API for an existing PHP saas system. The email address validation is the primary requirement. Rather than direct server connection, we will send our script to be examined and require a step-by-step guide on every action necessary to be executed. Required Skills: - Experience with API integration - Proficiency with PHP, Laravel - Excellent written communication skills for document preparation

    €20 (Avg Bid)
    €20 Povprečna ponudba
    58 ponudb

    I am in need of a freelancer who can proficiently handle my project. This project involves piecing...freelancer who can proficiently handle my project. This project involves piecing together mixed PDFs (text and image-based) into a coherent, single scalable vector image. Since I have not requested any specific image enhancement features like color correction, sharpening or retouching services, the ideal freelancer for this work should be well-versed in handling mixed format PDFs and vector imaging. Furthermore, the timeline is pretty flexible with no tight deadlines. Your innate understanding of image composition will be a significant advantage throughout this task. Remember, your primary role will be the alignment and assembly of different PDF elements to deliv...

    €20 (Avg Bid)
    €20 Povprečna ponudba
    44 ponudb

    ...maps for locating recycling centres. Integration with External APIs: Google Maps API will be integrated for location services, enabling users to find nearby recycling facilities and information based on their geographic Primary features should include: • A comprehensive guide on what, how, and where to recycle various products and materials at home • A feature where users can see their local drop off points and pick up times User interaction factors like readability, simplicity, and speed are absolutely crucial for this project. I would appreciate it if you could share examples of similar projects you have worked on relating to environmental issues, organization, or lifestyle....

    €601 (Avg Bid)
    €601 Povprečna ponudba
    204 ponudb

    ...in need of an application developed through VB.NET that alters both numeric and text values within a CSV file. Two columns of this file will be the primary focus, with the values changed based off settings inputted directly into the application. The app will have 2 forms, Main and Settings. On the main form, it should have a File Menu that contains Settings, About, Exit. There should be a drag/drop area and a button to upload a file. The file uploaded will be a CSV that contains the following columns ID call_id caller_id_number caller_id_name callee_id_number callee_id_name duration_seconds billing_seconds timestamp hangup_cause disposition other_leg_call_id owner_id to from direction request authorizing_id cost dialed_number calling_from datetime unix_timestamp rfc_1...

    €24 (Avg Bid)
    €24 Povprečna ponudba
    3 ponudb

    ...by including only the valid transactions, following the specific requirements outlined below. Objective Your primary objective is to write a script that processes a series of transactions, validates them, and then mines them into a block. The output of your script should be a file named that follows a specific format. Requirements Input You are provided with a folder named mempool containing several JSON files. Each file represents a transaction that includes all necessary information for validation. Among these transactions, some are invalid. Your script should be able to discern valid transactions from invalid ones. Output Your script must generate an output file named with the following structure: First line: The block header. Second line: The seriali...

    €9 / hr (Avg Bid)
    €9 / hr Povprečna ponudba
    2 ponudb

    ...long position, and accordingly, our SL will be above "open range high.". I would like to print out the maximum number of points until the "end time" is reached, or stop-loss. Also despite which trade is frst I want to allow for next trade to be taken as soon as exceeds the "open range". The purpose is to measure the maximum move for each trade, if one was taken "in points." I would like the script to return all the data to an Excel file. Here are my requirements: Date: 01/01/2000 "SPY" "open range" "stop loss" "target" Variables that I want to be able to customize - symbol compatible with API - time frame (1min, 10min, 1h, etc.) - time range (for example, 08:00:00–10:00:00)...

    €146 (Avg Bid)
    €146 Povprečna ponudba
    93 ponudb

    I need the following code to run in Quasar 2.6.0 / Vue 3.0 async fetchAbstracts() { try { const url = 'https://eutils.ncbi.nlm.nih....isArray(abstractText)) { ((text, index) => { (`Abstract Section ${index + 1}: ${text}`); }); } else { (`Abstract: ${abstractText}`); } }); }); } catch (error) { ('Error fetching or parsing the XML:', error); } } I have import axios from "axios"; import xml2js from "xml2js"; In my script file but when I get to const parser = new ({ explicitArray: false, ignoreAttrs: true }); It throws an error of: Error fetching or parsing the XML: TypeError: is not a function I just need working code

    €17 (Avg Bid)
    €17 Povprečna ponudba
    20 ponudb

    i need someone who is good at writing mathematical scripts this job i need to develop a script to count distinct numbers in the outputted arrays we can specify conditions like min or max etc example -------------- suppose i want to count all distinct numbers in the following sets of numbers i will set a the MIN as 1 and MAX as 100 (but i can change this using boxes to enter min and max) to generate the sets or arrays the program asks us for a starting number, increment and max number note: max number is NOT mandatory when i am counting the distinct numbers i can either 1. count all the distinct numbers between a MIN and a MAX that i specify or if i dont specify then we count between the starting number and the max number. we can declare more than one set and in this case it will ...

    €14 (Avg Bid)
    €14 Povprečna ponudba
    54 ponudb
    Trophy icon Script Installation 2 dni left

    Fertig Script installieren. Installation

    €37 (Avg Bid)
    Zagotovljen
    €37
    7 vnosov

    ...to use more than one ingredient from the ingredients master tab. For example, if we have 50g left of Ingredient A (A1), then we will need to add x grams from a second pot (A2) so this needs to be broken down (as you can see was the case in NC002) • KAN Unique Number o Taken directly from the Ingredients Master.  We currently type this in manually but would be good if we could select it from a drop down. If the ingredient is in date, it should work. If the ingredient is not in date then it should be rejected (this acts as a safe guard to us when making it if we miss the expiry date on the pot) • In date? o At the moment this is us checking visually. But if the above point can be made automatically then we can remove this column or even have the expiry automatically app...

    €524 (Avg Bid)
    €524 Povprečna ponudba
    75 ponudb

    Membuat script (storytelling) untuk konten youtube. Topik dan ide cerita sudah ada, hanya perlu dibuat ke dalam bahasa script untuk dipakai bercerita, penggunaan bahasa santai (casual) dan menarik. Berbahasa Indonesia casual.

    €19 (Avg Bid)
    €19 Povprečna ponudba
    18 ponudb

    I'm in need of a skilled freelancer who can efficiently perform data entry for my project. Specifically, I have between 100 to 500 ...between 100 to 500 images and am looking to extract text data from them. The ideal candidate for this project will: - Have a track record of experience in image data entry. - Be accurate in their work, ensuring all the text data is captured correctly. - Be able to handle a substantial volume of images, ranging between 100 to 500. Your primary task will be: - Reading and interpreting the images accurately. - Extracting relevant text data from the images. - Ensuring the extracted text data is correct. I'll be looking forward to your proposals. This project offers an excellent opportunity to those interested in meticulous and detailed ...

    €254 (Avg Bid)
    €254 Povprečna ponudba
    102 ponudb

    I'm seeking a professional video editor for my YouTube videos, which are long-duration. Your responsibilities will include: - Advanced video editing, cutting and trimming my rough footage according to the indications and script I provide - Occasionally incorporating text animations into the videos - Delivering the final edited video in MP4 format Key qualifications: - Must be fluent in Spanish as the scripts and video content are in Spanish - Familiarity with editing for YouTube is a plus - Ability to interpret scripts and edit accordingly I'm looking for someone who is interested in an ongoing work relationship, outside of this platform for better collaboration. If this sounds like the opportunity for you, submit your bid. I look forward to potentially working with yo...

    €27 (Avg Bid)
    €27 Povprečna ponudba
    32 ponudb

    ...import the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all + 90 products my total 4090 products the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." -> My account From the options on the left (blue letters) -> XML Settings Tab General -> Select and define ftp or email (choose the sending method) XML Fields Tab -> selection of the fields you want the xml to receive to contain, you can also change their classification by drag n' drop from the arrows on the left. Categories Tab - ch...

    €49 (Avg Bid)
    €49 Povprečna ponudba
    37 ponudb

    I'm in urgent need of a web developer who can create a smooth and visually appealing landing page for my business. Requirements: * You should incorporate a WhatsApp link as our main call to action, encouraging visitors to directly communicate with us. * Adherence to Google AdWords' Daily Fantasy Sports Policy is crucial. * Take note - we must not trigger the 'circumventing systems policy' and 'unacceptable business practices policy'. * Besides, it must include privacy and other necessary pages. Privacy Page: This should contain everything from information collection and use to third-party links and sharing, along with a cookie policy. Ideal Skills: * Landing Page Design * Google AdWords Policy Knowledge * Creating engaging WhatsApp links Your ...

    €82 (Avg Bid)
    €82 Povprečna ponudba
    34 ponudb

    ...one coin , means cannot again review for the same . 3. There is the useful button for each review so any user can press it and the most useful review will be shown on the top 4. Site owner/admin can edit or remove any review. There will be separate hidden button for the site admin for all the reviews based on date-wise and create for new exchanges. 5. There will be “cyber security certifcation “ drop down menu at the 2nd page and also about us in the last. 6. There will be standard icons for the youtube, Instagram, telegram, facebook etc in the end of the website. =============================== =================== Security requirements: - 1. Currently the website will be hosted on the hostgator with shared hosting plan. 2. The mybb forum is already bulied using th...

    €142 (Avg Bid)
    €142 Povprečna ponudba
    89 ponudb

    In this project, I am seeking an experienced graphic designer who can competently vectorize moderate complexity images for the purpose of scaling and resizing. Key tasks: - Vectorize images, characterized by multiple colors and complex shapes. - Deliver in an SVG format. Ideal Skills: - Strong grasp on vector graphics tools - Demonstrable knowledge in handling SVG files - Proficiency in dealing with moderate complexity designs. High-quality output is paramount, since the final vectorized images will be resized for various purposes. Your expertise will contribute significantly to our project's success.

    €21 (Avg Bid)
    €21 Povprečna ponudba
    47 ponudb
    xml system auto update on my store 6 dni left
    VERIFICIRAN/A

    ...import the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all + 90 products my total 4090 products the suplier every day upload new xml the ssystem auto update or remove proudcts only products for xml prices,image,description all this update auto not manual messages for suplier: Subject: XML directives Top right "Welcome ..." -> My account From the options on the left (blue letters) -> XML Settings Tab General -> Select and define ftp or email (choose the sending method) XML Fields Tab -> selection of the fields you want the xml to receive to contain, you can also change their classification by drag n' drop from the arrows on the left. Categories Tab - ch...

    €70 (Avg Bid)
    €70 Povprečna ponudba
    94 ponudb

    Olá, tudo bem? Sou do Brasil, vi seu projeto sobre Spint to win, qual o valor do script?

    €9 (Avg Bid)
    €9 Povprečna ponudba
    1 ponudb

    I have a script with 2 function (see top picture), i need to replace with the 2 function on the bottom picture and have it install on my server It's a github script

    €102 (Avg Bid)
    €102 Povprečna ponudba
    87 ponudb

    I need a system implemented that allows users to download a PDF file from a link, but requires them to enter their email first. Here are some key specifications: - After inputting their email, users should be able to directly download the PDF. - I want to keep a record of the entered emails for future reference. So, we need an effective way to store these emails in a database. - This system should be accessible and functional on both desktop and mobile devices to maximize reach and convenience. Ideal Skills: - Knowledge of Programming and Database Systems - Experience in Mobile and Desktop UX - Understanding of Email Marketing and Lead Capture Tactics Please bid with relevant experience and a brief description of how you plan to execute the task.

    €19 (Avg Bid)
    €19 Povprečna ponudba
    49 ponudb

    Engaging a dedicated and experienced freelancer to partner with me in the exciting "Image Matching Challenge 2024 – Hexathlon challenges" by Kaggle. YOUR ROLE: - You'll be contributing your Machine Learning expertise for the coding and deployment of the models. MY ROLE: - As for me, I'll cover the other areas of the project aligning with my skills. REQUIREMENTS & EXPERIENCE: - Have previously participated in Kaggle challenges - Strong expertise in Machine Learning - Ability to work well as a part of a team This is a great opportunity to exercise your Machine Learning skills and contribute to challenging Kaggle competitions. Let's tackle this challenge together! No budget for this challenge, wanted to just participate.

    €96 (Avg Bid)
    €96 Povprečna ponudba
    6 ponudb

    I have services on my site but would like to improve User experience and change the packages. Please be creative. Needs to be select and drag options. It needs to calculate full price in the end. Site is built with Wordpress, theme is Avada. New packages and prices are in file. I added also some examples of drag and drop. This is my domain site is in 2 language and this is needed also for packages. If all details are selected by the customer I want it to send out a form and collect also customer details: First name, Last name, Email, Phone Business name, Business Address. In the end it needs to send a client call to action task to install this plugin and to send us "Website ownership verification required, please

    €37 (Avg Bid)
    €37 Povprečna ponudba
    92 ponudb

    ...should allow differentiating access and permissions for: - Administrators - Students - Teachers - Courses coordinator - Course category administrator Specific features of the software include: • Academy Levels: Supports four levels, namely foundation, elementary, final, and graduate. • Interactive Timetable: Users can add and edit schedules interactively using convenient methods such as drag-and-drop. • Sections and Courses: The system enables the addition and management of unlimited sections per level and allows courses to be assigned to them. • Events Integration: Users can add events such as meetings or special activities, which can be integrated into the timetable. • Teacher Assignment: Teachers can be assigned to specific courses or categor...

    €2265 (Avg Bid)
    €2265 Povprečna ponudba
    270 ponudb

    ...some Code Canyon scripts. I did not specify which scripts for this project, giving you the flexibility to apply based on your wide-ranging experience in PHP script modification. Main Task: • Modify various Code Canyon PHP scripts as per requirement. The ideal freelancer for this job should have: Relevant Experience: • A strong track record of modifying PHP Scripts, preferably but not limited to, CodeCanyon scripts. Your application will stand out if you share specific examples of your previous work in this area. • Experience in a related industry would be a bonus. In your application kindly focus on your: • Experience with PHP and script modification. This project could lead to multiple further enhancements and modifications with the right person ...

    €19 / hr (Avg Bid)
    €19 / hr Povprečna ponudba
    125 ponudb

    I am in need of a professional graphic designer with solid experience in creating attractive logos. My current logo needs a well-executed simplification. This entails: - Stripping off some elements to achieve a cleaner look. - Using a specific stock image I already have in mind. Very simple task, just add some text and edit the stock image Skilled abilities in altering design elements and incorporating stock images are crucial. You must bring a sophisticated sense of design, attention to detail and quality, and an understanding of brand implications. Your goal will be to make the logo more engaging, while maintaining its brand identity.

    €16 (Avg Bid)
    €16 Povprečna ponudba
    153 ponudb

    Hi, I would like to create a script that: -uses the Soslcan API -identifies new SOL tokens -creates buy orders based on certain criteria (fdv, volume etc) and sends to wallet please tell me in general how you would go about this so i know you are suitable for the task? As the client for this project, I'm seeking a proficient coder, experienced with Python and Java, to create a system that integrates with Solscan API to provide real-time updates. The runtime for this operation is vital, with a strict two-week deadline in place. Key Requirements: - Proficiency in Python or Java programming - Prior experience with API integration, notably Solscan - Ability to deliver the project in two weeks The selected freelancer will demonstrate a solid understanding of creating real-ti...

    €21 / hr (Avg Bid)
    €21 / hr Povprečna ponudba
    110 ponudb

    I need an experienced Pine script coder for developing my EMA (Exponential Moving Average) strategy on TradingView. The key task is to incorporate - Implementing and coding the EMA strategy I've detailed. - Ensuring the script can backtest trading data effectively. - Coding the script to generate trade signals. Furthermore, I want this script to automatically initiate and execute trades Synchronized with my broker account. This calls for a high-level experience in TradingView API and order management system. Additionally, this project requires backtesting the strategy on a mixed dataset of both specific historical and most recent market data for determining the effectiveness of the automated trading strategy. Proven expertise in backtesting trading strat...

    €91 (Avg Bid)
    €91 Povprečna ponudba
    12 ponudb
    Image reconstruction 6 dni left
    VERIFICIRAN/A

    I have an image of my great grand mother which needs to be reconstructed

    €8 (Avg Bid)
    €8 Povprečna ponudba
    2 ponudb

    I need a skilled developer to generate a custom Python script aimed at Yolo v8 image segmentation. I have a pretrained model and I converted it into ONNX format. Now I have to get and draw inference of it on original image. I can't use ONNX runtime or Ultralystic. Only OpenCV-Python and Numpy are available. Ideal Experience: - Familiarity with Yolo v8. - Experience in image segmentation. - Mastery in Python scripts. This is not a project, only providing python sample script, if you have one, you can earn money in a min.

    €9 (Avg Bid)
    €9 Povprečna ponudba
    12 ponudb

    PLEASE READ WORD FOR WORD (DO NOT DROP A PROPOSAL BACK TO ME THAT ISN'T PERSONALISED) Looking for a software/app developer to create a simple conversation style chat simulator by using A.I. All text will be provided by me, the app would need to have : - The ability to create new users (and to delete them) - Be able to load up a conversation chat bot, where the user would be able to form a conversation (Based around affiliate marketing/make money online) with an A.I bot. Wont be paying anymore than $4,000 AUD for the app itself, and above at the max price I have put down. Thanks.

    €1547 (Avg Bid)
    €1547 Povprečna ponudba
    166 ponudb

    ...creator of a start-up venture, I need a seasoned Flask developer to create a sophisticated page builder with functionalities I can quickly and conveniently manage. Key requirements of note: - Page builder should have a drag and drop feature. - Drag and drop feature should support advanced elements, particularly forms and maps. - The page builder should integrate with databases, as well as e-commerce systems. Ideal Skills and Experience: - Proficiency in Flask, a python-based micro web framework is imperative for this job. - Experience with developing drag and drop user interfaces. - Familiarity with advanced UI components like forms and maps. - Proven track record with integrating systems with databases and e-commerce platforms. I am ...

    €6 / hr (Avg Bid)
    €6 / hr Povprečna ponudba
    21 ponudb

    ...skilled graphic designer to create an arresting cover image that combines the two images so that the shadow in Image 1 appears as a silhouette of a man hugging a woman, her head resting on his shoulder and his head on hers. The background of the image should be blue, similar to the background in Image 2. The dimensions of the image should be 3000 pixels by 3000 pixels Ideal skills and experience: - Expertise in graphic design - Proven experience creating compelling visuals for covers - Knowledge of image design for digital uses. Your innovative design will be the first thing people see, so creativity and attention to detail are critical in this role. Show me examples of previous cover designs, especially those that have combined different ...

    €22 (Avg Bid)
    €22 Povprečna ponudba
    41 ponudb
    Busco locutor 6 dni left

    Necesito un locutor que pueda leer un script corto en español e ingles.

    €10 (Avg Bid)
    €10 Povprečna ponudba
    10 ponudb

    I am looking for a line art image of five hands making different hand signs (shown in pictures below) in one horizontal line. I am flexible between minimalistic and slightly detailed images.

    €12 / hr (Avg Bid)
    €12 / hr Povprečna ponudba
    15 ponudb

    Project Overview: We've already implemented a functional cookie consent banner with a script that manages cookie setting (setCookie, readCookie), consent selection (setCookieConsent), and banner behavior (checkbox initialization etc.). We need your expertise to integrate Google Tag Manager (GTM) with this existing script. We need conditional firing of a Google Analytics 4 (GA4) tag based on user consent selections (e.g., "Statistical" consent). I want these consent states to be managed correctly: ad_storage analytics_storage ad_user_data ad_personalization _personalization_storage functionality_storage security_storage and make settings adjusted for google v2 compilance. In your bid please write in short, what is new in Google v2 management. Bid only if yo...

    €19 (Avg Bid)
    €19 Povprečna ponudba
    27 ponudb

    I'm looking for a motivated and meticulous professional who can successfully convert 5-6 pages of an old paperwork, handwritten in English, into typed text. Key Requirements: - You should have excellent English proficiency to understand and interpret the handwriting, which is difficult to read in some places. - Proven experience in transcription tasks is greatly valued. - You should have strong attention to detail and the ability to accurately transcribe verbatim. In your proposal, please share a brief summary of your experience, along with any similar transcription projects you've completed.

    €31 (Avg Bid)
    €31 Povprečna ponudba
    7 ponudb

    Please see attached for the description of the task that needs to be done.

    €25 (Avg Bid)
    €25 Povprečna ponudba
    54 ponudb

    ...portfolio boasting over 35 SaaS applications, I’m in search of a robust SaaS affiliate management script to streamline my affiliate program operations. My goal is to create a centralized platform where I can showcase all my applications and invite affiliates to join and promote my offerings effortlessly. Ideally, I’m looking for a script on codecanyon or any other similar marketplace that requires minimal customization, allowing me to quickly integrate it into my existing infrastructure. It should offer comprehensive features for both vendors and affiliates, ensuring seamless collaboration and effective promotion of my SaaS products. If you have any recommendations or suggestions for a suitable script available on CodeCanyon, I would greatly apprec...

    €136 (Avg Bid)
    €136 Povprečna ponudba
    19 ponudb

    I am in need of a proficient developer who can build a REST API for a Python script to facilitate integration with another internal application, primarily written in PHP. Key requirements include: 1. API Development Expertise - You should have strong working knowledge of Python and PHP and substantial experience in REST API development. 2. Integration Knowledge - A clear understanding of how internal system integration works. 3. Problem-solving Abilities - The capacity to troubleshoot, spot issues, and provide quick, effective solutions should any problems around integration arise. This role is suited to anyone who thrives in challenges and is excited to make existing systems more efficient via integration. If you're the kind of developer that loves a good puzzle, I'd ...

    €30 (Avg Bid)
    €30 Povprečna ponudba
    11 ponudb

    For this project, I'm in need of a professional to adjust the resolution and d...intended for phone home and lock screen wallpaper, the resulting images should be impeccably optimized for smartphone use, maintaining high quality and a view fit for screen dimensions. There are 10 to 15 pictures. Additionally, I need a template (PSD) following which I can self-adjust the new pictures in the future. Ideal skills & Experience: - Prior experience in graphic design, specifically image resolution and dimension adjustment. - Familiarity with bespoke requirements related to phone wallpapers. - Attention to detail in order to maintain the overall quality of the original images. pls only bid the real amount that you are comfortable working on. Start your proposal with the "...

    €4 / hr (Avg Bid)
    €4 / hr Povprečna ponudba
    31 ponudb
    Advanced Medical Image Segmentation 6 dni left
    VERIFICIRAN/A

    Aim: Need to identify different types of skin discolorations like Nevus of Ota, Mongolian spots, Nevi, Albinism, and Melasma. Suggested Techniques: Binary conversion, color image conversion, gray-scale conversion, watershed method, noise reduction methods, K nearest neighborhood, morphological operation: erosion-dilation, clustering, Median filtering, edge detection, pixel count, object recognition, and threshold analyzing methods are used in this research to disclose the skin pigment discoloration information I am seeking a professional to execute an image segmentation project. The primary objective is to enhance, segment, and isolate areas of interest within a variety of medical images. Given that the type of medical imaging isn't specified, an ideal candidate shou...

    €27 (Avg Bid)
    €27 Povprečna ponudba
    10 ponudb

    I'm in the early stages of establishing a construction company and I need an innovative graphic designer to craft a unique logo for me. Here's a brief about my requirements: - The logo design needs to be a combination of text and i...when it makes graphics with text. - I will need variations on the logo that I can use for business cards, letter head and my website which is under development. Feel free to be creative, but incorporate "mountains with heavy construction equipment" in the logo. I don't want anything with a building in it. I love the crane that ChatGPT put in one of the images, but I also love how in the other image, it incorporated everything into a large letter "C". Use your imagination, but don't stray too far from these ...

    €70 (Avg Bid)
    €70 Povprečna ponudba
    167 ponudb

    Hello, I Search CPA network script a PHP for example (site is not reachable down operator) new or used Please offer everything pay immediately

    €414 (Avg Bid)
    €414 Povprečna ponudba
    57 ponudb