all_content
stringlengths 605
9.63k
| title
stringlengths 3
100
| post_date
stringclasses 32
values | Location
stringclasses 24
values | description
stringlengths 2
8.76k
| skills
sequencelengths 1
50
| experience_level
stringclasses 3
values | job_type
stringclasses 1
value | project_type
stringclasses 3
values | platform
stringclasses 1
value | url
stringlengths 68
167
| output
stringlengths 414
9.51k
|
---|---|---|---|---|---|---|---|---|---|---|---|
Artist drawer for a you tube video
Posted 3 days ago
Worldwide
i want an artist drawer for youtube videos about stickman self help videos.
i want it to be like this style:
https://www.youtube.com/watch?v=P1OuD_NQBzw
with this color coding:
https://www.youtube.com/watch?v=unHdntGC-CM&t=121s
please provide 30 seconds - 1 minutes sample
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Illustration
Video Editing
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Hires:
1
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Apr 9, 2020
Saudi Arabia
11:28 AM
$420 total spent
16 hires, 3 active
Individual client
Additional Skills Mentioned:
- Animation
- Video Editing
- 2D Animation
- Freestyle Drawing
- Character Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Artist-drawer-for-you-tube-video_~021878131917167274836/ | Artist drawer for a you tube video | Posted 3 days ago | Worldwide | i want an artist drawer for youtube videos about stickman self help videos.
i want it to be like this style:
https://www.youtube.com/watch?v=P1OuD_NQBzw
with this color coding:
https://www.youtube.com/watch?v=unHdntGC-CM&t=121s
please provide 30 seconds - 1 minutes sample | [
"Animation",
"Video Editing",
"2D Animation",
"Freestyle Drawing",
"Illustration",
"Character Design"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Artist-drawer-for-you-tube-video_~021878131917167274836/ | ```json
{"title": "Artist drawer for a you tube video", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "i want an artist drawer for youtube videos about stickman self help videos.\ni want it to be like this style:\nhttps://www.youtube.com/watch?v=P1OuD_NQBzw\nwith this color coding:\nhttps://www.youtube.com/watch?v=unHdntGC-CM&t=121s\nplease provide 30 seconds - 1 minutes sample", "skills": ["Animation", "Video Editing", "2D Animation", "Freestyle Drawing", "Illustration", "Character Design"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Artist-drawer-for-you-tube-video_~021878131917167274836/"}
``` |
Real-Time Trading Data Extraction and Analysis
Posted yesterday
Worldwide
I need to set up an automated process for extracting order book (DOM) data from a trading platform for key assets like USD/JPY, Oil, Gold, GBP/USD, NASDAQ, and EU/USD. This data should ideally come from platforms such as CQG, Sierra Charts, or Denali, but I am open to any other reliable platform that provides excellent DOM (Depth of Market) data.
The extracted DOM data (buy and sell volumes) should be fed directly into a script running in Visual Studio Code (VSCode) for further processing. The objective is to calculate buy and sell volumes, determine the total volume, and then calculate sentiment by computing the buy and sell percentage volumes.
Requirements:
Platform Setup and Integration:
Set up a reliable connection to a trading platform (preferably CQG, Sierra Charts, or Denali) to access DOM data for specific assets.
Extract real-time order book data, focusing on buy and sell volumes at various levels.
Data Extraction and Processing:
Extract the bid (buy) and ask (sell) volumes from the DOM data.
Calculate the total buy and sell volumes.
Determine the sentiment as a percentage ratio of buy versus sell volume.
Data Transfer to VSCode:
Stream the processed data (either JSON or a similar structured format) directly to my VSCode script, where I can further analyze and utilize the information.
Expected Output Example:
The output should look similar to the example from Binance's API (for reference):
javascript
Copy code
"symbol": "GOLD",
"buyVolume": 1000,
"sellVolume": 1200,
"totalVolume": 2200,
"sentiment":
"buy": 45.45, // (buyVolume / totalVolume) * 100
"sell": 54.55 // (sellVolume / totalVolume) * 100
I would need guidance from the start to end on how to set up and of course costs of platforms will be handled by myself.
$150.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Data Scraping
Data Extraction
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
Portugal
Braga 10:36 AM
Tech & IT
Individual client
Additional Skills Mentioned:
- Data Extraction
- Python
- Automation
- Data Entry
- Data Scraping
- Financial Analysis
Job Link:https://www.upwork.com/freelance-jobs/apply/Real-Time-Trading-Data-Extraction-and-Analysis_~021879167228591487780/ | Real-Time Trading Data Extraction and Analysis | Posted yesterday | Worldwide | I need to set up an automated process for extracting order book (DOM) data from a trading platform for key assets like USD/JPY, Oil, Gold, GBP/USD, NASDAQ, and EU/USD. This data should ideally come from platforms such as CQG, Sierra Charts, or Denali, but I am open to any other reliable platform that provides excellent DOM (Depth of Market) data.
The extracted DOM data (buy and sell volumes) should be fed directly into a script running in Visual Studio Code (VSCode) for further processing. The objective is to calculate buy and sell volumes, determine the total volume, and then calculate sentiment by computing the buy and sell percentage volumes.
Requirements:
Platform Setup and Integration:
Set up a reliable connection to a trading platform (preferably CQG, Sierra Charts, or Denali) to access DOM data for specific assets.
Extract real-time order book data, focusing on buy and sell volumes at various levels.
Data Extraction and Processing:
Extract the bid (buy) and ask (sell) volumes from the DOM data.
Calculate the total buy and sell volumes.
Determine the sentiment as a percentage ratio of buy versus sell volume.
Data Transfer to VSCode:
Stream the processed data (either JSON or a similar structured format) directly to my VSCode script, where I can further analyze and utilize the information.
Expected Output Example:
The output should look similar to the example from Binance's API (for reference):
javascript
Copy code
"symbol": "GOLD",
"buyVolume": 1000,
"sellVolume": 1200,
"totalVolume": 2200,
"sentiment":
"buy": 45.45, // (buyVolume / totalVolume) * 100
"sell": 54.55 // (sellVolume / totalVolume) * 100
I would need guidance from the start to end on how to set up and of course costs of platforms will be handled by myself. | [
"Data Extraction",
"Python",
"Automation",
"Data Entry",
"Data Scraping",
"Financial Analysis"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Real-Time-Trading-Data-Extraction-and-Analysis_~021879167228591487780/ | ```json
{"title": "Real-Time Trading Data Extraction and Analysis", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "I need to set up an automated process for extracting order book (DOM) data from a trading platform for key assets like USD/JPY, Oil, Gold, GBP/USD, NASDAQ, and EU/USD. This data should ideally come from platforms such as CQG, Sierra Charts, or Denali, but I am open to any other reliable platform that provides excellent DOM (Depth of Market) data.\n\nThe extracted DOM data (buy and sell volumes) should be fed directly into a script running in Visual Studio Code (VSCode) for further processing. The objective is to calculate buy and sell volumes, determine the total volume, and then calculate sentiment by computing the buy and sell percentage volumes.\n\nRequirements:\n\nPlatform Setup and Integration:\n\nSet up a reliable connection to a trading platform (preferably CQG, Sierra Charts, or Denali) to access DOM data for specific assets.\nExtract real-time order book data, focusing on buy and sell volumes at various levels.\nData Extraction and Processing:\n\nExtract the bid (buy) and ask (sell) volumes from the DOM data.\nCalculate the total buy and sell volumes.\nDetermine the sentiment as a percentage ratio of buy versus sell volume.\nData Transfer to VSCode:\n\nStream the processed data (either JSON or a similar structured format) directly to my VSCode script, where I can further analyze and utilize the information.\nExpected Output Example:\n\nThe output should look similar to the example from Binance\"s API (for reference):\n\njavascript\nCopy code\n\n"symbol": "GOLD",\n"buyVolume": 1000,\n"sellVolume": 1200,\n"totalVolume": 2200,\n"sentiment":\n"buy": 45.45, // (buyVolume / totalVolume) * 100\n"sell": 54.55 // (sellVolume / totalVolume) * 100\n\n\n\nI would need guidance from the start to end on how to set up and of course costs of platforms will be handled by myself.", "skills": ["Data Extraction", "Python", "Automation", "Data Entry", "Data Scraping", "Financial Analysis"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Real-Time-Trading-Data-Extraction-and-Analysis_~021879167228591487780/"}
``` |
EVG. Looking for an actor from Romania to record a short video
Posted 2 days ago
Worldwide
You will need to record 2 videos, each about 1 minute long.
I will send you a video about games that you need to download and open on your phone. Then you will comment on what is happening on the screen, as if you are playing the game.
I will send you all the details, a sample video and a brief description in private messages.
Important: You must be a native speaker, or fluent!
price can be discussed
$80.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Language & Dialect
Romanian
Other
Voice Acting
Acting
Male
+ 2 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 16, 2023
Ukraine
Kyiv 8:47 AM
$34K total spent
369 hires, 222 active
Additional Skills Mentioned:
- Female
- Voice Acting
- UGC
Job Link:https://www.upwork.com/freelance-jobs/apply/EVG-Looking-for-actor-from-Romania-record-short-video_~021878495478611716948/ | EVG. Looking for an actor from Romania to record a short video | Posted 2 days ago | Worldwide | You will need to record 2 videos, each about 1 minute long.
I will send you a video about games that you need to download and open on your phone. Then you will comment on what is happening on the screen, as if you are playing the game.
I will send you all the details, a sample video and a brief description in private messages.
Important: You must be a native speaker, or fluent!
price can be discussed | [
"Female",
"Voice Acting",
"UGC",
"Acting",
"Romanian",
"Male"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/EVG-Looking-for-actor-from-Romania-record-short-video_~021878495478611716948/ | ```json
{"title": "EVG. Looking for an actor from Romania to record a short video", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "You will need to record 2 videos, each about 1 minute long.\nI will send you a video about games that you need to download and open on your phone. Then you will comment on what is happening on the screen, as if you are playing the game.\nI will send you all the details, a sample video and a brief description in private messages.\n\nImportant: You must be a native speaker, or fluent!\n\nprice can be discussed", "skills": ["Female", "Voice Acting", "UGC", "Acting", "Romanian", "Male"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/EVG-Looking-for-actor-from-Romania-record-short-video_~021878495478611716948/"}
``` |
Seeking Full-Service Affiliate Marketing Expert for One Product Promotion
Posted 3 days ago
Worldwide
I am an investor looking to establish a profitable affiliate marketing campaign by starting with one high-potential product, either digital or physical, from platforms like ClickBank or similar networks. I need an experienced affiliate marketing expert who can guide, develop, and fully implement a strategy to drive consistent revenue.
Responsibilities:
• Product Selection: Research and recommend one proven, high-converting product with strong demand and affiliate payouts.
• Strategic Development & Setup:
• - Create a comprehensive marketing strategy tailored to the selected product.
• - Build and optimize necessary tools, such as sales funnels, landing pages, and ad campaigns.
• - Identify the best platforms for promotion (Google Ads, Facebook, Instagram, TikTok, etc.).
• Full Implementation:
• - Launch and manage campaigns, including paid advertisements.
• - Set up email marketing workflows if applicable (even if starting without a mailing list).
• - Execute all technical and operational tasks required to ensure the campaign’s success.
• Performance Optimization: Continuously track, analyze, and improve campaign performance to maximize ROI.
Qualifications:
• Extensive experience in affiliate marketing, especially with single-product campaigns.
• Proven success in product sourcing and promotion from ClickBank or similar platforms.
• Expertise in developing and executing end-to-end strategies, including sales funnels, landing pages, and paid ad campaigns.
• Strong analytical skills to monitor performance and optimize campaigns.
• Results-driven with a focus on achieving measurable success.
Budget & Collaboration:
I am ready to invest in the tools, platforms, and campaigns needed for success, with a performance-driven approach. This will be a hands-on partnership where you take ownership of guiding and implementing the strategy.
Proposal Requirements:
• Examples of successful single-product campaigns you’ve managed end-to-end.
• Your approach to identifying and promoting a high-potential product.
• Platforms and tools you specialize in and recommend for this project.
• A brief outline of how you would guide, develop, and implement a complete campaign for one product.
This is an exciting opportunity to create a scalable affiliate marketing model starting with one product. If you have the expertise and drive to deliver results, let’s make this venture a success!
$1,000.00
Fixed-price
Expert
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Marketing Strategy Type
Content Marketing
Direct Marketing
+ 3 more
Industry
Sales & Marketing
Other
Affiliate Marketing
Affinity Designer
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
2
Invites sent:
5
Unanswered invites:
0
About the client
Member since Dec 6, 2019
Saudi Arabia
Jeddah 10:23 AM
$1.8K total spent
14 hires, 5 active
Additional Skills Mentioned:
- Social Media Marketing
- Affiliate Marketing
- Affiliate Marketing Website
- Direct Marketing
- Sales & Marketing
- Content Marketing
- Affinity Designer
- Influencer Marketing
- Internet Marketing
Job Link:https://www.upwork.com/freelance-jobs/apply/Seeking-Full-Service-Affiliate-Marketing-Expert-for-One-Product-Promotion_~021878405640905170449/ | Seeking Full-Service Affiliate Marketing Expert for One Product Promotion | Posted 3 days ago | Worldwide | I am an investor looking to establish a profitable affiliate marketing campaign by starting with one high-potential product, either digital or physical, from platforms like ClickBank or similar networks. I need an experienced affiliate marketing expert who can guide, develop, and fully implement a strategy to drive consistent revenue.
Responsibilities:
• Product Selection: Research and recommend one proven, high-converting product with strong demand and affiliate payouts.
• Strategic Development & Setup:
• - Create a comprehensive marketing strategy tailored to the selected product.
• - Build and optimize necessary tools, such as sales funnels, landing pages, and ad campaigns.
• - Identify the best platforms for promotion (Google Ads, Facebook, Instagram, TikTok, etc.).
• Full Implementation:
• - Launch and manage campaigns, including paid advertisements.
• - Set up email marketing workflows if applicable (even if starting without a mailing list).
• - Execute all technical and operational tasks required to ensure the campaign’s success.
• Performance Optimization: Continuously track, analyze, and improve campaign performance to maximize ROI.
Qualifications:
• Extensive experience in affiliate marketing, especially with single-product campaigns.
• Proven success in product sourcing and promotion from ClickBank or similar platforms.
• Expertise in developing and executing end-to-end strategies, including sales funnels, landing pages, and paid ad campaigns.
• Strong analytical skills to monitor performance and optimize campaigns.
• Results-driven with a focus on achieving measurable success.
Budget & Collaboration:
I am ready to invest in the tools, platforms, and campaigns needed for success, with a performance-driven approach. This will be a hands-on partnership where you take ownership of guiding and implementing the strategy.
Proposal Requirements:
• Examples of successful single-product campaigns you’ve managed end-to-end.
• Your approach to identifying and promoting a high-potential product.
• Platforms and tools you specialize in and recommend for this project.
• A brief outline of how you would guide, develop, and implement a complete campaign for one product.
This is an exciting opportunity to create a scalable affiliate marketing model starting with one product. If you have the expertise and drive to deliver results, let’s make this venture a success! | [
"Social Media Marketing",
"Affiliate Marketing",
"Affiliate Marketing Website",
"Direct Marketing",
"Sales & Marketing",
"Content Marketing",
"Affinity Designer",
"Influencer Marketing",
"Internet Marketing",
"ClickBank"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Seeking-Full-Service-Affiliate-Marketing-Expert-for-One-Product-Promotion_~021878405640905170449/ | ```json
{"title": "Seeking Full-Service Affiliate Marketing Expert for One Product Promotion", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "I am an investor looking to establish a profitable affiliate marketing campaign by starting with one high-potential product, either digital or physical, from platforms like ClickBank or similar networks. I need an experienced affiliate marketing expert who can guide, develop, and fully implement a strategy to drive consistent revenue.\nResponsibilities:\n• Product Selection: Research and recommend one proven, high-converting product with strong demand and affiliate payouts.\n• Strategic Development & Setup:\n• - Create a comprehensive marketing strategy tailored to the selected product.\n• - Build and optimize necessary tools, such as sales funnels, landing pages, and ad campaigns.\n• - Identify the best platforms for promotion (Google Ads, Facebook, Instagram, TikTok, etc.).\n• Full Implementation:\n• - Launch and manage campaigns, including paid advertisements.\n• - Set up email marketing workflows if applicable (even if starting without a mailing list).\n• - Execute all technical and operational tasks required to ensure the campaign’s success.\n• Performance Optimization: Continuously track, analyze, and improve campaign performance to maximize ROI.\nQualifications:\n• Extensive experience in affiliate marketing, especially with single-product campaigns.\n• Proven success in product sourcing and promotion from ClickBank or similar platforms.\n• Expertise in developing and executing end-to-end strategies, including sales funnels, landing pages, and paid ad campaigns.\n• Strong analytical skills to monitor performance and optimize campaigns.\n• Results-driven with a focus on achieving measurable success.\nBudget & Collaboration:\nI am ready to invest in the tools, platforms, and campaigns needed for success, with a performance-driven approach. This will be a hands-on partnership where you take ownership of guiding and implementing the strategy.\nProposal Requirements:\n• Examples of successful single-product campaigns you’ve managed end-to-end.\n• Your approach to identifying and promoting a high-potential product.\n• Platforms and tools you specialize in and recommend for this project.\n• A brief outline of how you would guide, develop, and implement a complete campaign for one product.\nThis is an exciting opportunity to create a scalable affiliate marketing model starting with one product. If you have the expertise and drive to deliver results, let’s make this venture a success!", "skills": ["Social Media Marketing", "Affiliate Marketing", "Affiliate Marketing Website", "Direct Marketing", "Sales & Marketing", "Content Marketing", "Affinity Designer", "Influencer Marketing", "Internet Marketing", "ClickBank"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Seeking-Full-Service-Affiliate-Marketing-Expert-for-One-Product-Promotion_~021878405640905170449/"}
``` |
Live Show Production for Rock Band using Ableton
Posted 2 weeks ago
Worldwide
Hi,
I'm a singer in a heavy rock band, and we're looking for an expert in Ableton to set up automation for my live vocals. The automation should include harmonies and effects that support the lead vocals at precise times during each song, as well as Wave Tune automation and key per track.
Our set consists of about 15 songs.
Is this something you’d be able to do? If so, how much time would you need to complete it, and what would you require from us?
Thanks a lot!
Hours to be determined
Hourly
< 1 month
Duration
Expert
Experience Level
$23.00
-
$40.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Ableton Live
Sound Mixing
+ 3 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
0
Invites sent:
1
Unanswered invites:
1
About the client
Member since Mar 12, 2024
CAN
Lévis 1:58 AM
$2.1K total spent
3 hires, 2 active
158 hours
Health & Fitness
Individual client
Additional Skills Mentioned:
- Audio Production
- Sound Mixing
- Audio Editing
- Music Production
- Ableton Live
Job Link:https://www.upwork.com/freelance-jobs/apply/Live-Show-Production-for-Rock-Band-using-Ableton_~021873482907047103892/ | Live Show Production for Rock Band using Ableton | Posted 2 weeks ago | Worldwide | Hi,
I'm a singer in a heavy rock band, and we're looking for an expert in Ableton to set up automation for my live vocals. The automation should include harmonies and effects that support the lead vocals at precise times during each song, as well as Wave Tune automation and key per track.
Our set consists of about 15 songs.
Is this something you’d be able to do? If so, how much time would you need to complete it, and what would you require from us?
Thanks a lot! | [
"Audio Production",
"Sound Mixing",
"Audio Editing",
"Music Production",
"Ableton Live"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Live-Show-Production-for-Rock-Band-using-Ableton_~021873482907047103892/ | ```json
{"title": "Live Show Production for Rock Band using Ableton", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Hi,\nI"m a singer in a heavy rock band, and we"re looking for an expert in Ableton to set up automation for my live vocals. The automation should include harmonies and effects that support the lead vocals at precise times during each song, as well as Wave Tune automation and key per track.\n\nOur set consists of about 15 songs.\n\nIs this something you’d be able to do? If so, how much time would you need to complete it, and what would you require from us?\n\nThanks a lot!", "skills": ["Audio Production", "Sound Mixing", "Audio Editing", "Music Production", "Ableton Live"], "work_schedule": "Hours to be determined", "experience_level": "Expert", "salary": "$23.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Live-Show-Production-for-Rock-Band-using-Ableton_~021873482907047103892/"}
``` |
AWS Lambda Developer Needed for TikTok Shop Integration
Posted yesterday
Worldwide
We are seeking a talented AWS Lambda developer with expertise in TypeScript to create services that connect our custom order management system to TikTok Shop. The ideal candidate will have experience with serverless architecture and a strong understanding of AWS services. You will be responsible for building efficient, scalable, and secure Lambda functions to facilitate seamless interactions between our systems and TikTok. If you have a passion for e-commerce and possess the skills to optimize our operations, we would love to hear from you!
$2,500.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Amazon Web Services
API
+ 3 more
Activity on this job
Proposals:
5 to 10
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 13, 2025
United Kingdom
8:12 AM
Additional Skills Mentioned:
- Amazon Web Services
- Python
- AWS Lambda
- JavaScript
Job Link:https://www.upwork.com/freelance-jobs/apply/AWS-Lambda-Developer-Needed-for-TikTok-Shop-Integration_~021878853835892334097/ | AWS Lambda Developer Needed for TikTok Shop Integration | Posted yesterday | Worldwide | We are seeking a talented AWS Lambda developer with expertise in TypeScript to create services that connect our custom order management system to TikTok Shop. The ideal candidate will have experience with serverless architecture and a strong understanding of AWS services. You will be responsible for building efficient, scalable, and secure Lambda functions to facilitate seamless interactions between our systems and TikTok. If you have a passion for e-commerce and possess the skills to optimize our operations, we would love to hear from you! | [
"Amazon Web Services",
"Python",
"API",
"AWS Lambda",
"JavaScript"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/AWS-Lambda-Developer-Needed-for-TikTok-Shop-Integration_~021878853835892334097/ | ```json
{"title": "AWS Lambda Developer Needed for TikTok Shop Integration", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a talented AWS Lambda developer with expertise in TypeScript to create services that connect our custom order management system to TikTok Shop. The ideal candidate will have experience with serverless architecture and a strong understanding of AWS services. You will be responsible for building efficient, scalable, and secure Lambda functions to facilitate seamless interactions between our systems and TikTok. If you have a passion for e-commerce and possess the skills to optimize our operations, we would love to hear from you!", "skills": ["Amazon Web Services", "Python", "API", "AWS Lambda", "JavaScript"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/AWS-Lambda-Developer-Needed-for-TikTok-Shop-Integration_~021878853835892334097/"}
``` |
Journalist, philosopher or writer, expert in content creation
Posted last month
Worldwide
We are looking for a student in journalism, communication or philosphy, sociolocy or a related field, who likes photography, videomaking and writing and who can create media content.
This talent, have to help us launching a unique storytelling project inspired by Humans of New York.
What you’ll do:
1. Find and select people with inspiring stories (we'll help you).
2. Prepare thoughtful questions to highlight their virtues and values.
3. Create content (text, photo, video).
What we need:
- Passion for storytelling and a talent for connecting with people.
- Basic social media knowledge and a willingness to learn.
- Creativity, empathy, and curiosity.
- English and spanish language
What we offer:
- An opportunity to work on an inspiring and meaningfull project.
- Flexible hours to fit your needs.
- Long term opportunity
This is your opportunity to take part to an innovative brand and make an impact to the world!
More than 30 hrs/week
Hourly
6+ months
Duration
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Language
Castilian Spanish
Creative Writing Topics
Philosophy
Arts & Culture
Other
Content Writing
Creative Writing
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
4 weeks ago
Interviewing:
2
Invites sent:
13
Unanswered invites:
9
About the client
Member since Sep 19, 2024
Italy
Fossacesia 7:37 AM
$218 total spent
4 hires, 0 active
7 hours
Art & Design
Individual client
Additional Skills Mentioned:
- Creative Writing
- Content Creation
- Content Writing
- Castilian Spanish
- Arts & Culture
Job Link:https://www.upwork.com/freelance-jobs/apply/Journalist-philosopher-writer-expert-content-creation_~021863625357487043790/ | Journalist, philosopher or writer, expert in content creation | Posted last month | Worldwide | We are looking for a student in journalism, communication or philosphy, sociolocy or a related field, who likes photography, videomaking and writing and who can create media content.
This talent, have to help us launching a unique storytelling project inspired by Humans of New York.
What you’ll do:
1. Find and select people with inspiring stories (we'll help you).
2. Prepare thoughtful questions to highlight their virtues and values.
3. Create content (text, photo, video).
What we need:
- Passion for storytelling and a talent for connecting with people.
- Basic social media knowledge and a willingness to learn.
- Creativity, empathy, and curiosity.
- English and spanish language
What we offer:
- An opportunity to work on an inspiring and meaningfull project.
- Flexible hours to fit your needs.
- Long term opportunity
This is your opportunity to take part to an innovative brand and make an impact to the world! | [
"Photography",
"Creative Writing",
"Content Creation",
"Content Writing",
"Castilian Spanish",
"Storytelling",
"Philosophy",
"Arts & Culture",
"Videomaking"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Journalist-philosopher-writer-expert-content-creation_~021863625357487043790/ | ```json
{"title": "Journalist, philosopher or writer, expert in content creation", "post_date": "Posted last month", "Location": "Worldwide", "description": "We are looking for a student in journalism, communication or philosphy, sociolocy or a related field, who likes photography, videomaking and writing and who can create media content.\n\nThis talent, have to help us launching a unique storytelling project inspired by Humans of New York.\n\nWhat you’ll do:\n1. Find and select people with inspiring stories (we"ll help you).\n2. Prepare thoughtful questions to highlight their virtues and values.\n3. Create content (text, photo, video).\n\nWhat we need:\n- Passion for storytelling and a talent for connecting with people.\n- Basic social media knowledge and a willingness to learn.\n- Creativity, empathy, and curiosity.\n- English and spanish language\n\nWhat we offer:\n- An opportunity to work on an inspiring and meaningfull project.\n- Flexible hours to fit your needs.\n- Long term opportunity\n\nThis is your opportunity to take part to an innovative brand and make an impact to the world!", "skills": ["Photography", "Creative Writing", "Content Creation", "Content Writing", "Castilian Spanish", "Storytelling", "Philosophy", "Arts & Culture", "Videomaking"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Journalist-philosopher-writer-expert-content-creation_~021863625357487043790/"}
``` |
Rhino 3D site Plan
Posted yesterday
Worldwide
Site Plan 3D deteiled modeling site plan of LA City
$300.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Rhinoceros 3D
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Hires:
1
Interviewing:
0
Invites sent:
1
Unanswered invites:
0
About the client
Member since Mar 17, 2019
United States
Los Angeles 4:31 AM
$4.3K total spent
68 hires, 6 active
Additional Skills Mentioned:
- Rhinoceros 3D
Job Link:https://www.upwork.com/freelance-jobs/apply/Rhino-site-Plan_~021878928265926549009/ | Rhino 3D site Plan | Posted yesterday | Worldwide | Site Plan 3D deteiled modeling site plan of LA City | [
"Rhinoceros 3D"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Rhino-site-Plan_~021878928265926549009/ | ```json
{"title": "Rhino 3D site Plan", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Site Plan 3D deteiled modeling site plan of LA City", "skills": ["Rhinoceros 3D"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Rhino-site-Plan_~021878928265926549009/"}
``` |
Customer Support and Order/Return Processing
Posted 2 days ago
Worldwide
We are looking for customer support, including replying to customer emails, checking order and tracking information, download return data, record returns, upload return shipping label, record received returns, and process inventory inbound/outbound. We hope that you are someone who is experienced in customer service, detail-oriented, great with zendesk and excel, and can multi-task.
Less than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$3.00
-
$5.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Customer Service
Email Communication
+ 8 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 13, 2025
China
5:22 PM
Additional Skills Mentioned:
- Customer Service
- Inventory Report
- Order Processing
- Email Support
- Dropshipping
- Order Tracking
- Customer Support
- Order Fulfillment
- Email Communication
- Microsoft Excel
Job Link:https://www.upwork.com/freelance-jobs/apply/Customer-Support-and-Order-Return-Processing_~021878657435901562260/ | Customer Support and Order/Return Processing | Posted 2 days ago | Worldwide | We are looking for customer support, including replying to customer emails, checking order and tracking information, download return data, record returns, upload return shipping label, record received returns, and process inventory inbound/outbound. We hope that you are someone who is experienced in customer service, detail-oriented, great with zendesk and excel, and can multi-task. | [
"Customer Service",
"Inventory Report",
"Order Processing",
"Email Support",
"Dropshipping",
"Order Tracking",
"Customer Support",
"Order Fulfillment",
"Email Communication",
"Microsoft Excel"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Customer-Support-and-Order-Return-Processing_~021878657435901562260/ | ```json
{"title": "Customer Support and Order/Return Processing", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "We are looking for customer support, including replying to customer emails, checking order and tracking information, download return data, record returns, upload return shipping label, record received returns, and process inventory inbound/outbound. We hope that you are someone who is experienced in customer service, detail-oriented, great with zendesk and excel, and can multi-task.", "skills": ["Customer Service", "Inventory Report", "Order Processing", "Email Support", "Dropshipping", "Order Tracking", "Customer Support", "Order Fulfillment", "Email Communication", "Microsoft Excel"], "work_schedule": "Less than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$3.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Customer-Support-and-Order-Return-Processing_~021878657435901562260/"}
``` |
Google Play Console Expert for App Publishing
Posted yesterday
Worldwide
Are you experienced with Google Play Console? We’re seeking a skilled developer to help us upload and publish our app. Your account must not have Closed Testing restrictions. When applying, please provide a link or screenshot of your Play Console dashboard for verification.
Compensation:
$310 to $590, depending on experience. Let’s work together to bring this project to life! Contact us for more details.
$400.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Android
Android App Development
+ 1 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
11 hours ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 1, 2024
United States
1:59 AM
Additional Skills Mentioned:
- Android App Development
- Mobile App Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Google-Play-Console-Expert-for-App-Publishing_~021879117803949929818/ | Google Play Console Expert for App Publishing | Posted yesterday | Worldwide | Are you experienced with Google Play Console? We’re seeking a skilled developer to help us upload and publish our app. Your account must not have Closed Testing restrictions. When applying, please provide a link or screenshot of your Play Console dashboard for verification.
Compensation:
$310 to $590, depending on experience. Let’s work together to bring this project to life! Contact us for more details. | [
"Android App Development",
"Mobile App Development",
"Android"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Google-Play-Console-Expert-for-App-Publishing_~021879117803949929818/ | ```json
{"title": "Google Play Console Expert for App Publishing", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Are you experienced with Google Play Console? We’re seeking a skilled developer to help us upload and publish our app. Your account must not have Closed Testing restrictions. When applying, please provide a link or screenshot of your Play Console dashboard for verification.\nCompensation:\n$310 to $590, depending on experience. Let’s work together to bring this project to life! Contact us for more details.", "skills": ["Android App Development", "Mobile App Development", "Android"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Google-Play-Console-Expert-for-App-Publishing_~021879117803949929818/"}
``` |
Finding India patent agent/attorney
Posted 3 weeks ago
Worldwide
We are planning to establish a branch office (in the form of Private Limited Partnership) in India, to file patent/trademark in India directly, so we are looking for Indian patent attorney/agent to cooperate for a long term. We will pay USD 500 per year(basic consultant fee for holding partnership for us) plus additional service fee for patent/trademark prosecutions.
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
$40.00
-
$80.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Intellectual Property Law Skills
Trademark Prosecution
+ 3 more
Intellectual Property Type
Copyright
Trademark
Other
Patent
Patent Law
Trademark Consulting
+ 1 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
3 weeks ago
Interviewing:
1
Invites sent:
1
Unanswered invites:
0
About the client
Member since Oct 8, 2022
CHN
Shenzhen 4:49 PM
$50 total spent
1 hire, 0 active
Legal
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Patent Prosecution
- Patent Law
- Trademark Consulting
- design patent
- Patent Preparation
- Trademark Registration
- Trademark Prosecution
Job Link:https://www.upwork.com/freelance-jobs/apply/Finding-India-patent-agent-attorney_~021872630460447657364/ | Finding India patent agent/attorney | Posted 3 weeks ago | Worldwide | We are planning to establish a branch office (in the form of Private Limited Partnership) in India, to file patent/trademark in India directly, so we are looking for Indian patent attorney/agent to cooperate for a long term. We will pay USD 500 per year(basic consultant fee for holding partnership for us) plus additional service fee for patent/trademark prosecutions. | [
"Patent Prosecution",
"Patent Law",
"Trademark",
"Trademark Consulting",
"design patent",
"Patent Preparation",
"Copyright",
"Trademark Registration",
"Patent",
"Trademark Prosecution"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Finding-India-patent-agent-attorney_~021872630460447657364/ | ```json
{"title": "Finding India patent agent/attorney", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "We are planning to establish a branch office (in the form of Private Limited Partnership) in India, to file patent/trademark in India directly, so we are looking for Indian patent attorney/agent to cooperate for a long term.\xa0\xa0We will pay USD 500 per year(basic consultant fee for holding partnership for us) plus additional service fee for patent/trademark prosecutions.", "skills": ["Patent Prosecution", "Patent Law", "Trademark", "Trademark Consulting", "design patent", "Patent Preparation", "Copyright", "Trademark Registration", "Patent", "Trademark Prosecution"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "salary": "$40.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Finding-India-patent-agent-attorney_~021872630460447657364/"}
``` |
I am looking for a script writer for my Animal encounter youtube channel
Posted yesterday
Worldwide
Hey there!
I run a YouTube channel about animal encounters, and we’re looking for someone to help write original scripts for our videos.
Here are some examples of the type of content we create: https://www.youtube.com/@clawsyoutube
https://www.youtube.com/channel/UCC3cBFj6fZCxIp-nowSQj5w
I will provide you with the video title, and your task will be to write an original script.
Requirements:
Scripts must be at least 1,400 words.
You’ll need to deliver 2-3 scripts per week, each with a 24-36 hour deadline.
Tasks include both clip sourcing and script writing.
The clips need to original and not from other cashcow / compilation channels
We’re looking for someone who has experience in the tech niche and is interested in a long-term collaboration.
If you’re interested, let me know! and please share some sample scripts through google drive.
Looking forward to hearing from you!
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Creative Writing
Content Writing
+ 4 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Feb 29, 2024
United States
Manchester 8:47 AM
$20 total spent
2 hires, 2 active
Media & Entertainment
Small company (2-9 people)
Additional Skills Mentioned:
- Creative Writing
- Screenwriting
- Copywriting
- Content Writing
- Article Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/looking-for-script-writer-for-Animal-encounter-youtube-channel_~021879031115353437530/ | I am looking for a script writer for my Animal encounter youtube channel | Posted yesterday | Worldwide | Hey there!
I run a YouTube channel about animal encounters, and we’re looking for someone to help write original scripts for our videos.
Here are some examples of the type of content we create: https://www.youtube.com/@clawsyoutube
https://www.youtube.com/channel/UCC3cBFj6fZCxIp-nowSQj5w
I will provide you with the video title, and your task will be to write an original script.
Requirements:
Scripts must be at least 1,400 words.
You’ll need to deliver 2-3 scripts per week, each with a 24-36 hour deadline.
Tasks include both clip sourcing and script writing.
The clips need to original and not from other cashcow / compilation channels
We’re looking for someone who has experience in the tech niche and is interested in a long-term collaboration.
If you’re interested, let me know! and please share some sample scripts through google drive.
Looking forward to hearing from you! | [
"Creative Writing",
"Screenwriting",
"Copywriting",
"Content Writing",
"Article Writing",
"Writing"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/looking-for-script-writer-for-Animal-encounter-youtube-channel_~021879031115353437530/ | ```json
{"title": "I am looking for a script writer for my Animal encounter youtube channel", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Hey there!\nI run a YouTube channel about animal encounters, and we’re looking for someone to help write original scripts for our videos.\nHere are some examples of the type of content we create: https://www.youtube.com/@clawsyoutube\n\nhttps://www.youtube.com/channel/UCC3cBFj6fZCxIp-nowSQj5w\n\nI will provide you with the video title, and your task will be to write an original script.\nRequirements:\nScripts must be at least 1,400 words.\nYou’ll need to deliver 2-3 scripts per week, each with a 24-36 hour deadline.\nTasks include both clip sourcing and script writing.\nThe clips need to original and not from other cashcow / compilation channels\nWe’re looking for someone who has experience in the tech niche and is interested in a long-term collaboration.\nIf you’re interested, let me know! and please share some sample scripts through google drive.\nLooking forward to hearing from you!", "skills": ["Creative Writing", "Screenwriting", "Copywriting", "Content Writing", "Article Writing", "Writing"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/looking-for-script-writer-for-Animal-encounter-youtube-channel_~021879031115353437530/"}
``` |
Software Developer for Chatbot SaaS Platform
Posted 3 days ago
Worldwide
I am looking for a passionate and experienced software developer to build a next-generation Chatbot SaaS platform. This platform will leverage a Local LLM (Large Language Model) infrastructure powered by the Llama 3.1 8B model to provide chatbot services.
Clients will be able to integrate the platform into their websites using a simple JavaScript snippet and customize their chatbots through a user-friendly interface. Additionally, using a RAG (Retrieval-Augmented Generation) approach, the chatbot will be trainable with client-uploaded documents such as PDF and TXT files.
The platform will also support live agent communication for scenarios where the chatbot cannot provide answers, with real-time communication enabled through SignalR, Socket.IO, or similar technologies.
Responsibilities
Widget Integration:
Develop a JavaScript file that clients can easily integrate into their websites by adding it to the body section.
Facilitate communication between the widget and the chatbot using POST methods.
Ensure the user interface is user-friendly, performant, and mobile-compatible.
Chatbot Integration:
Develop and integrate a chatbot system based on the Llama 3.1 8B model using Local LLM infrastructure.
Build a RAG-based infrastructure that enables the chatbot to be trained with client-uploaded PDF, TXT documents.
Provide clients with an interface and control panel to customize their chatbots.
Handle user queries via POST methods and ensure the chatbot responds appropriately.
Real-Time Communication:
Establish real-time connections between users and live agents using SignalR, Socket.IO, or similar technologies.
Backend Development:
Build a scalable API to securely and efficiently transmit messages between users and live agents.
Optimize the infrastructure to ensure the Local LLM operates efficiently.
Performance and Security:
Optimize the Local LLM for high-performance operation on GPU or suitable hardware.
Ensure all API and communication processes comply with modern security standards.
Qualifications
Technical Skills:
Proficient in JavaScript, HTML5, and CSS3.
Experience with backend technologies such as Node.js, .NET, or similar.
Expertise in RESTful API design and integration.
Experience with real-time communication technologies like WebSocket, SignalR, or Socket.IO.
Familiarity with at least one modern frontend framework (React, Vue.js, Angular).
Knowledge of secure data communication (e.g., CORS, CSRF, JWT).
Familiarity with RAG infrastructure and working with LLM models.
Preferred Skills:
Proficiency in .NET or C# development.
Fluency in written and spoken Turkish.
Experience in optimizing LLM models for GPU-based hardware.
Experience in developing a control panel for clients to customize their chatbots.
Knowledge of microservices architecture and managing local infrastructures.
Personal Attributes:
Creative approach to problem-solving and process design.
Strong communication skills and ability to work in a team.
Attention to detail in developing secure, high-performance, and user-focused code.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Full Stack Development Deliverables
Chatbot
Full Stack Development Skills
ASP.NET Web API
Other
SaaS
Chatbot Development
+ 6 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
10 hours ago
Interviewing:
4
Invites sent:
16
Unanswered invites:
6
About the client
Member since Oct 30, 2024
Turkey
11:31 AM
Additional Skills Mentioned:
- Socket.io
- Python
- .NET Core
- Node.js
- Web Development
- ASP.NET Web API
- Chatbot Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Software-Developer-for-Chatbot-SaaS-Platform_~021878192116175481684/ | Software Developer for Chatbot SaaS Platform | Posted 3 days ago | Worldwide | I am looking for a passionate and experienced software developer to build a next-generation Chatbot SaaS platform. This platform will leverage a Local LLM (Large Language Model) infrastructure powered by the Llama 3.1 8B model to provide chatbot services.
Clients will be able to integrate the platform into their websites using a simple JavaScript snippet and customize their chatbots through a user-friendly interface. Additionally, using a RAG (Retrieval-Augmented Generation) approach, the chatbot will be trainable with client-uploaded documents such as PDF and TXT files.
The platform will also support live agent communication for scenarios where the chatbot cannot provide answers, with real-time communication enabled through SignalR, Socket.IO, or similar technologies.
Responsibilities
Widget Integration:
Develop a JavaScript file that clients can easily integrate into their websites by adding it to the body section.
Facilitate communication between the widget and the chatbot using POST methods.
Ensure the user interface is user-friendly, performant, and mobile-compatible.
Chatbot Integration:
Develop and integrate a chatbot system based on the Llama 3.1 8B model using Local LLM infrastructure.
Build a RAG-based infrastructure that enables the chatbot to be trained with client-uploaded PDF, TXT documents.
Provide clients with an interface and control panel to customize their chatbots.
Handle user queries via POST methods and ensure the chatbot responds appropriately.
Real-Time Communication:
Establish real-time connections between users and live agents using SignalR, Socket.IO, or similar technologies.
Backend Development:
Build a scalable API to securely and efficiently transmit messages between users and live agents.
Optimize the infrastructure to ensure the Local LLM operates efficiently.
Performance and Security:
Optimize the Local LLM for high-performance operation on GPU or suitable hardware.
Ensure all API and communication processes comply with modern security standards.
Qualifications
Technical Skills:
Proficient in JavaScript, HTML5, and CSS3.
Experience with backend technologies such as Node.js, .NET, or similar.
Expertise in RESTful API design and integration.
Experience with real-time communication technologies like WebSocket, SignalR, or Socket.IO.
Familiarity with at least one modern frontend framework (React, Vue.js, Angular).
Knowledge of secure data communication (e.g., CORS, CSRF, JWT).
Familiarity with RAG infrastructure and working with LLM models.
Preferred Skills:
Proficiency in .NET or C# development.
Fluency in written and spoken Turkish.
Experience in optimizing LLM models for GPU-based hardware.
Experience in developing a control panel for clients to customize their chatbots.
Knowledge of microservices architecture and managing local infrastructures.
Personal Attributes:
Creative approach to problem-solving and process design.
Strong communication skills and ability to work in a team.
Attention to detail in developing secure, high-performance, and user-focused code. | [
"Socket.io",
"Python",
"SaaS",
"API",
".NET Core",
"Node.js",
"Web Development",
"ASP.NET Web API",
"Chatbot",
"Chatbot Development"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Software-Developer-for-Chatbot-SaaS-Platform_~021878192116175481684/ | ```json
{"title": "Software Developer for Chatbot SaaS Platform", "post_date": "Posted 3 days ago", "Location": "Worldwide", "description": "I am looking for a passionate and experienced software developer to build a next-generation Chatbot SaaS platform. This platform will leverage a Local LLM (Large Language Model) infrastructure powered by the Llama 3.1 8B model to provide chatbot services.\n\nClients will be able to integrate the platform into their websites using a simple JavaScript snippet and customize their chatbots through a user-friendly interface. Additionally, using a RAG (Retrieval-Augmented Generation) approach, the chatbot will be trainable with client-uploaded documents such as PDF and TXT files.\n\nThe platform will also support live agent communication for scenarios where the chatbot cannot provide answers, with real-time communication enabled through SignalR, Socket.IO, or similar technologies.\n\nResponsibilities\nWidget Integration:\n\nDevelop a JavaScript file that clients can easily integrate into their websites by adding it to the body section.\nFacilitate communication between the widget and the chatbot using POST methods.\nEnsure the user interface is user-friendly, performant, and mobile-compatible.\n\nChatbot Integration:\n\nDevelop and integrate a chatbot system based on the Llama 3.1 8B model using Local LLM infrastructure.\nBuild a RAG-based infrastructure that enables the chatbot to be trained with client-uploaded PDF, TXT documents.\nProvide clients with an interface and control panel to customize their chatbots.\nHandle user queries via POST methods and ensure the chatbot responds appropriately.\nReal-Time Communication:\n\nEstablish real-time connections between users and live agents using SignalR, Socket.IO, or similar technologies.\nBackend Development:\n\nBuild a scalable API to securely and efficiently transmit messages between users and live agents.\nOptimize the infrastructure to ensure the Local LLM operates efficiently.\n\nPerformance and Security:\n\nOptimize the Local LLM for high-performance operation on GPU or suitable hardware.\nEnsure all API and communication processes comply with modern security standards.\nQualifications\n\nTechnical Skills:\n\nProficient in JavaScript, HTML5, and CSS3.\nExperience with backend technologies such as Node.js, .NET, or similar.\nExpertise in RESTful API design and integration.\nExperience with real-time communication technologies like WebSocket, SignalR, or Socket.IO.\nFamiliarity with at least one modern frontend framework (React, Vue.js, Angular).\nKnowledge of secure data communication (e.g., CORS, CSRF, JWT).\nFamiliarity with RAG infrastructure and working with LLM models.\n\nPreferred Skills:\n\nProficiency in .NET or C# development.\nFluency in written and spoken Turkish.\nExperience in optimizing LLM models for GPU-based hardware.\nExperience in developing a control panel for clients to customize their chatbots.\nKnowledge of microservices architecture and managing local infrastructures.\n\nPersonal Attributes:\n\nCreative approach to problem-solving and process design.\nStrong communication skills and ability to work in a team.\nAttention to detail in developing secure, high-performance, and user-focused code.", "skills": ["Socket.io", "Python", "SaaS", "API", ".NET Core", "Node.js", "Web Development", "ASP.NET Web API", "Chatbot", "Chatbot Development"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Software-Developer-for-Chatbot-SaaS-Platform_~021878192116175481684/"}
``` |
Digital Landscape Art Creation
Posted 6 days ago
Worldwide
We are looking for a talented digital artist to create a stunning continuous landscape image by incorporating multiple photos. The final artwork should seamlessly blend various elements to tell a cohesive visual story. The ideal candidate should have a strong sense of composition and an eye for detail. Experience with digital painting and photo manipulation is essential. Please provide samples of previous work showcasing your ability to merge images effectively.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Adobe Photoshop
Illustration
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
5 days ago
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 23, 2016
United States
6:30 AM
Additional Skills Mentioned:
- Adobe Illustrator
- Digital Design
- Adobe Photoshop
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Digital-Landscape-Art-Creation_~021877373226700573630/ | Digital Landscape Art Creation | Posted 6 days ago | Worldwide | We are looking for a talented digital artist to create a stunning continuous landscape image by incorporating multiple photos. The final artwork should seamlessly blend various elements to tell a cohesive visual story. The ideal candidate should have a strong sense of composition and an eye for detail. Experience with digital painting and photo manipulation is essential. Please provide samples of previous work showcasing your ability to merge images effectively. | [
"Adobe Illustrator",
"Digital Design",
"Illustration",
"Adobe Photoshop",
"Graphic Design"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Digital-Landscape-Art-Creation_~021877373226700573630/ | ```json
{"title": "Digital Landscape Art Creation", "post_date": "Posted 6 days ago", "Location": "Worldwide", "description": "We are looking for a talented digital artist to create a stunning continuous landscape image by incorporating multiple photos. The final artwork should seamlessly blend various elements to tell a cohesive visual story. The ideal candidate should have a strong sense of composition and an eye for detail. Experience with digital painting and photo manipulation is essential. Please provide samples of previous work showcasing your ability to merge images effectively.", "skills": ["Adobe Illustrator", "Digital Design", "Illustration", "Adobe Photoshop", "Graphic Design"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Digital-Landscape-Art-Creation_~021877373226700573630/"}
``` |
Urban Design Visualization Project
Posted yesterday
Worldwide
We are seeking a talented designer to create a conceptual rendering of an urban area that includes public transport facilities, such as bus and rail stations, as well as elements like greenery, buildings, and people. The project aims to enhance the visual appeal and functionality of the space. The final rendering is expected to be delivered by January 15. If you have a passion for urban design and strong visualization skills, we would love to see your portfolio and discuss this exciting opportunity with you.
Please provide (1) cost estimate, (2) sample work, (3) what you need from us to start.
Less than 30 hrs/week
Hourly
< 1 month
Duration
Intermediate
Experience Level
$15.00
-
$35.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
Architecture Software
SketchUp
Other
Adobe Photoshop
Visualization
+ 4 more
Activity on this job
Proposals:
10 to 15
Last viewed by client:
yesterday
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 23, 2017
United States
Covina 3:28 AM
$17K total spent
77 hires, 0 active
329 hours
Additional Skills Mentioned:
- Interior Design
- 3D Rendering
- Adobe Photoshop
- Graphic Design
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Urban-Design-Visualization-Project_~021878997264678063038/ | Urban Design Visualization Project | Posted yesterday | Worldwide | We are seeking a talented designer to create a conceptual rendering of an urban area that includes public transport facilities, such as bus and rail stations, as well as elements like greenery, buildings, and people. The project aims to enhance the visual appeal and functionality of the space. The final rendering is expected to be delivered by January 15. If you have a passion for urban design and strong visualization skills, we would love to see your portfolio and discuss this exciting opportunity with you.
Please provide (1) cost estimate, (2) sample work, (3) what you need from us to start. | [
"Interior Design",
"3D Rendering",
"Visualization",
"Adobe Photoshop",
"Graphic Design",
"Autodesk AutoCAD",
"SketchUp"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Urban-Design-Visualization-Project_~021878997264678063038/ | ```json
{"title": "Urban Design Visualization Project", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a talented designer to create a conceptual rendering of an urban area that includes public transport facilities, such as bus and rail stations, as well as elements like greenery, buildings, and people. The project aims to enhance the visual appeal and functionality of the space. The final rendering is expected to be delivered by January 15. If you have a passion for urban design and strong visualization skills, we would love to see your portfolio and discuss this exciting opportunity with you.\n\nPlease provide (1) cost estimate, (2) sample work, (3) what you need from us to start.", "skills": ["Interior Design", "3D Rendering", "Visualization", "Adobe Photoshop", "Graphic Design", "Autodesk AutoCAD", "SketchUp"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$15.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Urban-Design-Visualization-Project_~021878997264678063038/"}
``` |
Web3 Chrome extension
Posted 2 weeks ago
Worldwide
We're looking for a chrome extension developer with web3 experience.
The chrome extension app must have the following :
-Pumpfun Api
-Solana RPC
-Twitter API
-Dexscreener Api
-social data API
will share the app idea once we review proposals.
PS: you should submit your previous extensions you built for web3
NOTE : price is FIXED
$300.00
Fixed-price
Expert
Experience Level
Remote Job
Complex project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Full Stack Development Deliverables
Google Chrome Extension
Other
pumpfun
Solana
Web3
twitter api
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 weeks ago
Interviewing:
2
Invites sent:
2
Unanswered invites:
0
About the client
Member since Aug 29, 2012
Morocco
Rabat 9:35 AM
$91 total spent
3 hires, 0 active
Additional Skills Mentioned:
- twitter api
- Google Chrome Extension
Job Link:https://www.upwork.com/freelance-jobs/apply/Web3-Chrome-extension_~021873158234954147190/ | Web3 Chrome extension | Posted 2 weeks ago | Worldwide | We're looking for a chrome extension developer with web3 experience.
The chrome extension app must have the following :
-Pumpfun Api
-Solana RPC
-Twitter API
-Dexscreener Api
-social data API
will share the app idea once we review proposals.
PS: you should submit your previous extensions you built for web3
NOTE : price is FIXED | [
"Solana",
"twitter api",
"pumpfun",
"Google Chrome Extension",
"Web3"
] | Expert | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Web3-Chrome-extension_~021873158234954147190/ | ```json
{"title": "Web3 Chrome extension", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We"re looking for a chrome extension developer with web3 experience.\n\n\nThe chrome extension app must have the following :\n\n-Pumpfun Api\n-Solana RPC\n-Twitter API\n-Dexscreener Api\n-social data API\n\nwill share the app idea once we review proposals.\n\nPS: you should submit your previous extensions you built for web3\n\nNOTE : price is FIXED", "skills": ["Solana", "twitter api", "pumpfun", "Google Chrome Extension", "Web3"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Web3-Chrome-extension_~021873158234954147190/"}
``` |
GCP data analytics and consultant full time only
Posted 2 days ago
Worldwide
Its a full time remote job only candidate who are available full-time can apply. The developer cant left the project without a notice period of 45 days at least else there will a penalty clause will be there.
So Only serious candidates can apply
Some time candidate has to travel outside of country for project related works if required
$1,000.00
Fixed-price
Expert
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Google Analytics
Data Analysis
+ 3 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Nov 25, 2017
India
Bengaluru 9:45 AM
$150 total spent
2 hires, 0 active
Tech & IT
Small company (2-9 people)
Additional Skills Mentioned:
- Google Analytics
- Google Cloud Platform
- Data Science
- Data Analysis
Job Link:https://www.upwork.com/freelance-jobs/apply/GCP-data-analytics-and-consultant-full-time-only_~021878622217077757840/ | GCP data analytics and consultant full time only | Posted 2 days ago | Worldwide | Its a full time remote job only candidate who are available full-time can apply. The developer cant left the project without a notice period of 45 days at least else there will a penalty clause will be there.
So Only serious candidates can apply
Some time candidate has to travel outside of country for project related works if required | [
"Google Analytics",
"Google Cloud Platform",
"Analytics",
"Data Science",
"Data Analysis"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/GCP-data-analytics-and-consultant-full-time-only_~021878622217077757840/ | ```json
{"title": "GCP data analytics and consultant full time only", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Its a full time remote job only candidate who are available full-time can apply. The developer cant left the project without a notice period of 45 days at least else there will a penalty clause will be there.\nSo Only serious candidates can apply\nSome time candidate has to travel outside of country for project related works if required", "skills": ["Google Analytics", "Google Cloud Platform", "Analytics", "Data Science", "Data Analysis"], "experience_level": "Expert", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/GCP-data-analytics-and-consultant-full-time-only_~021878622217077757840/"}
``` |
Seeking Reliable Japanese Partner for Business Formation and Compliance Assistance
Posted yesterday
Worldwide
I am an American entrepreneur looking to expand my marketing and lead generation business into the Japanese market. I want a reliable partner in Japan to assist with forming a business and managing key regulatory requirements.
The primary purpose of this role is to establish a compliant business in Japan for securing access to Japanese phone numbers, and maintain long-term regulatory compliance. Ideally, you’ll be someone who can handle these responsibilities reliably and potentially assist with local business operations.
Key Responsibilities:
Business Formation:
• Register a business in Japan (e.g., Godo Kaisha – GK).
• Act as the Authorized Representative for the company.
• Provide a verifiable physical address in Japan for compliance purposes.
• Handle mail verification and communication with local authorities.
Regulatory Compliance:
• Complete the Japanese Phone Number Regulatory Bundle Application and other required documents.
• Ensure the business complies with Japanese telecommunications regulations.
Asset Management:
• Handle all necessary documentation to ensure uninterrupted use of these numbers.
[Optional] Business Operations:
• Assist with live call transfers or contacting local businesses if needed.
• Provide insights into Japanese business culture and customer preferences.
Qualifications:
• Basic English proficiency for communication with me .
• Must reside in Japan and have a verifiable address.
• Familiarity with Japanese business registration and telecommunications regulations is a plus (but not required).
• Reliable and detail-oriented, with a willingness to handle administrative tasks.
• [Optional] Strong communication skills in Japanese for contacting businesses (preferred).
Compensation:
• Initial Setup Fee: ¥ (negotiable) for handling business formation and compliance setup.
• Monthly Stipend: ¥Y/month (negotiable) for ongoing maintenance and compliance tasks.
• Profit Sharing: [Optional] A percentage of profits from leads or calls generated through the business (negotiable).
• Additional performance bonuses for exceptional work or operational contributions.
Why Work With Me?
• Opportunity to make money with a hungry American entrepreneur expanding into the Japanese market.
• Flexible, long-term collaboration with potential for increased responsibilities and earnings.
• Transparent and supportive communication to ensure mutual success.
Screening Questions:
• Are you currently living in Japan and able to provide a verifiable physical address?
• Have you previously worked on business formation or compliance tasks in Japan?
• Are you familiar with Japanese telecommunications regulations or willing to learn?
• Are you comfortable acting as an authorized representative for a business in Japan?
• What steps would you take to ensure compliance and protect business assets like phone numbers?
• [Optional] Are you interested in participating in operational tasks, such as contacting local businesses or managing calls?
Deliverables:
• Successfully registered business in Japan.
• Approved Japanese phone number application with all regulatory requirements fulfilled.
• Ongoing compliance and maintenance of phone numbers.
Next Steps:
Once I review your proposal, I will communicate with you to discuss the project in detail and address any questions. I look forward to hearing from you!
$400.00
Fixed-price
Entry level
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Industry
Sales & Marketing
Agreements
Partnership Agreement
Business Formation Types
Limited Partnership
Other
Business Services
Limited Liability Company
+ 3 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
13 hours ago
Interviewing:
6
Invites sent:
30
Unanswered invites:
23
About the client
Member since Jan 9, 2025
United States
Austin 3:54 AM
$72 total spent
1 hire, 0 active
Sales & Marketing
Individual client
Additional Skills Mentioned:
- Partnership Agreement
- Digital Marketing
- Business Services
- Limited Partnership
- Sales & Marketing
- Administrative Support
- Limited Liability Company
Job Link:https://www.upwork.com/freelance-jobs/apply/Seeking-Reliable-Japanese-Partner-for-Business-Formation-and-Compliance-Assistance_~021878906768131689406/ | Seeking Reliable Japanese Partner for Business Formation and Compliance Assistance | Posted yesterday | Worldwide | I am an American entrepreneur looking to expand my marketing and lead generation business into the Japanese market. I want a reliable partner in Japan to assist with forming a business and managing key regulatory requirements.
The primary purpose of this role is to establish a compliant business in Japan for securing access to Japanese phone numbers, and maintain long-term regulatory compliance. Ideally, you’ll be someone who can handle these responsibilities reliably and potentially assist with local business operations.
Key Responsibilities:
Business Formation:
• Register a business in Japan (e.g., Godo Kaisha – GK).
• Act as the Authorized Representative for the company.
• Provide a verifiable physical address in Japan for compliance purposes.
• Handle mail verification and communication with local authorities.
Regulatory Compliance:
• Complete the Japanese Phone Number Regulatory Bundle Application and other required documents.
• Ensure the business complies with Japanese telecommunications regulations.
Asset Management:
• Handle all necessary documentation to ensure uninterrupted use of these numbers.
[Optional] Business Operations:
• Assist with live call transfers or contacting local businesses if needed.
• Provide insights into Japanese business culture and customer preferences.
Qualifications:
• Basic English proficiency for communication with me .
• Must reside in Japan and have a verifiable address.
• Familiarity with Japanese business registration and telecommunications regulations is a plus (but not required).
• Reliable and detail-oriented, with a willingness to handle administrative tasks.
• [Optional] Strong communication skills in Japanese for contacting businesses (preferred).
Compensation:
• Initial Setup Fee: ¥ (negotiable) for handling business formation and compliance setup.
• Monthly Stipend: ¥Y/month (negotiable) for ongoing maintenance and compliance tasks.
• Profit Sharing: [Optional] A percentage of profits from leads or calls generated through the business (negotiable).
• Additional performance bonuses for exceptional work or operational contributions.
Why Work With Me?
• Opportunity to make money with a hungry American entrepreneur expanding into the Japanese market.
• Flexible, long-term collaboration with potential for increased responsibilities and earnings.
• Transparent and supportive communication to ensure mutual success.
Screening Questions:
• Are you currently living in Japan and able to provide a verifiable physical address?
• Have you previously worked on business formation or compliance tasks in Japan?
• Are you familiar with Japanese telecommunications regulations or willing to learn?
• Are you comfortable acting as an authorized representative for a business in Japan?
• What steps would you take to ensure compliance and protect business assets like phone numbers?
• [Optional] Are you interested in participating in operational tasks, such as contacting local businesses or managing calls?
Deliverables:
• Successfully registered business in Japan.
• Approved Japanese phone number application with all regulatory requirements fulfilled.
• Ongoing compliance and maintenance of phone numbers.
Next Steps:
Once I review your proposal, I will communicate with you to discuss the project in detail and address any questions. I look forward to hearing from you! | [
"Partnership Agreement",
"Marketing",
"Digital Marketing",
"Business Services",
"Limited Partnership",
"Sales & Marketing",
"Administrative Support",
"Limited Liability Company"
] | Entry level | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Seeking-Reliable-Japanese-Partner-for-Business-Formation-and-Compliance-Assistance_~021878906768131689406/ | ```json
{"title": "Seeking Reliable Japanese Partner for Business Formation and Compliance Assistance", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "I am an American entrepreneur looking to expand my marketing and lead generation business into the Japanese market. I want a reliable partner in Japan to assist with forming a business and managing key regulatory requirements.\n\nThe primary purpose of this role is to establish a compliant business in Japan for securing access to Japanese phone numbers, and maintain long-term regulatory compliance. Ideally, you’ll be someone who can handle these responsibilities reliably and potentially assist with local business operations.\n\nKey Responsibilities:\n\nBusiness Formation:\n\n• Register a business in Japan (e.g., Godo Kaisha – GK).\n• Act as the Authorized Representative for the company.\n• Provide a verifiable physical address in Japan for compliance purposes.\n• Handle mail verification and communication with local authorities.\n\nRegulatory Compliance:\n• Complete the Japanese Phone Number Regulatory Bundle Application and other required documents.\n• Ensure the business complies with Japanese telecommunications regulations.\n\nAsset Management:\n\n• Handle all necessary documentation to ensure uninterrupted use of these numbers.\n\n[Optional] Business Operations:\n\n• Assist with live call transfers or contacting local businesses if needed.\n• Provide insights into Japanese business culture and customer preferences.\n\nQualifications:\n• Basic English proficiency for communication with me .\n• Must reside in Japan and have a verifiable address.\n• Familiarity with Japanese business registration and telecommunications regulations is a plus (but not required).\n• Reliable and detail-oriented, with a willingness to handle administrative tasks.\n• [Optional] Strong communication skills in Japanese for contacting businesses (preferred).\n\nCompensation:\n• Initial Setup Fee: ¥ (negotiable) for handling business formation and compliance setup.\n• Monthly Stipend: ¥Y/month (negotiable) for ongoing maintenance and compliance tasks.\n• Profit Sharing: [Optional] A percentage of profits from leads or calls generated through the business (negotiable).\n• Additional performance bonuses for exceptional work or operational contributions.\n\nWhy Work With Me?\n• Opportunity to make money with a hungry American entrepreneur expanding into the Japanese market.\n• Flexible, long-term collaboration with potential for increased responsibilities and earnings.\n• Transparent and supportive communication to ensure mutual success.\n\nScreening Questions:\n• Are you currently living in Japan and able to provide a verifiable physical address?\n• Have you previously worked on business formation or compliance tasks in Japan?\n• Are you familiar with Japanese telecommunications regulations or willing to learn?\n• Are you comfortable acting as an authorized representative for a business in Japan?\n• What steps would you take to ensure compliance and protect business assets like phone numbers?\n• [Optional] Are you interested in participating in operational tasks, such as contacting local businesses or managing calls?\n\nDeliverables:\n• Successfully registered business in Japan.\n• Approved Japanese phone number application with all regulatory requirements fulfilled.\n• Ongoing compliance and maintenance of phone numbers.\n\nNext Steps:\nOnce I review your proposal, I will communicate with you to discuss the project in detail and address any questions. I look forward to hearing from you!", "skills": ["Partnership Agreement", "Marketing", "Digital Marketing", "Business Services", "Limited Partnership", "Sales & Marketing", "Administrative Support", "Limited Liability Company"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Seeking-Reliable-Japanese-Partner-for-Business-Formation-and-Compliance-Assistance_~021878906768131689406/"}
``` |
Full-Stack Unreal Engine Developer for Post-Apocalyptic FPS Game
Posted yesterday
Worldwide
Job Description
We’re looking for an experienced Full-Stack Unreal Engine Developer to help bring our multiplayer, post-apocalyptic FPS game to life. The game will feature fast-paced combat, customizable characters, unique factions, and a social hub where players can interact, purchase items, and unlock exclusive content.
You’ll be responsible for building the game’s core systems, including movement mechanics, combat, multiplayer functionality, UI/HUD, and backend services. The ideal candidate has a strong understanding of Unreal Engine 5, multiplayer networking, game UI design, and backend server management.
This is a long-term project, with potential for ongoing collaboration to release post-launch content and manage future updates.
Key Responsibilities:
Develop core gameplay mechanics (e.g., movement, shooting, kill streaks, side boost mechanics).
Build and optimize multiplayer functionality, including peer-to-peer networking with a plan to transition to dedicated servers post-launch.
Implement the UI/HUD, including the Character Screen, Social Space menus, Party System, and Game Mode Selection.
Create backend systems for player progression, in-game currency, package drops, and leaderboards.
Design and implement kill streak systems, weapon customization, and faction-specific features.
Ensure cross-platform compatibility for PC, PS5, and Xbox.
Build a social hub where players can interact, visit vendors, and access their factions.
Integrate an anti-cheat system to ensure fair gameplay.
Support the development of seasonal updates and live content drops post-launch.
Required Skills:
✅ Unreal Engine 5 experience (C++ and Blueprints).
✅ Expertise in multiplayer networking (peer-to-peer and dedicated servers).
✅ Strong knowledge of UI/UX design for games.
✅ Experience with backend server setup and database management.
✅ Familiarity with backend frameworks (Node.js, Python, or similar).
✅ Proficient in weapon and combat system design.
✅ Experience with backend services for live games (AWS, Firebase, PlayFab, or similar).
✅ Crossplay integration experience for PC and console platforms.
✅ Strong understanding of anti-cheat solutions.
✅ Knowledge of post-launch content strategies (battle passes, seasonal content, etc.).
Preferred Skills:
✨ Experience with social hubs or FPS games.
✨ Familiarity with Destiny-style Character Screens.
✨ Understanding of game economy systems (in-game currency, rewards, drops).
✨ Knowledge of modding tools for player-created maps and modes.
Project Scope:
Core game launch features:
8 game modes (Team Deathmatch, Domination, Ground War, etc.).
Character customization.
Faction selection and progression.
Kill streaks, boost mechanics, and weapon systems.
Social hub with vendors and player interactions.
Post-launch content:
Seasonal updates (every 3 months).
In-between updates (new maps, weapons, cosmetics).
Live events and battle pass integration.
Additional Requirements:
Strong communication skills and ability to work remotely.
Ability to collaborate with designers and concept artists.
Provide regular updates and participate in playtesting sessions.
Ensure high performance and optimization across all platforms.
Budget and Timeline:
💲 Negotiable based on experience and scope of work.
🕒 Estimated project duration: 6-12 months, with ongoing support post-launch.
Why Work with Us?
This project aims to create a competitive yet accessible multiplayer FPS game with a unique post-apocalyptic sci-fi aesthetic. Players will engage in fast-paced combat, earn rewards, and explore a social space inspired by games like Destiny and Call of Duty. If you're passionate about building immersive multiplayer experiences and want to shape a game with long-term potential, we’d love to have you on board!
More than 30 hrs/week
Hourly
6+ months
Duration
Intermediate
Experience Level
$3.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Unreal Engine
multiplayer networking
+ 8 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
yesterday
Interviewing:
3
Invites sent:
1
Unanswered invites:
0
About the client
Member since Jan 2, 2024
BEL
Gent 9:43 AM
2 hires, 2 active
Media & Entertainment
Individual client
Additional Skills Mentioned:
- Animation
- C++
- Cross-Platform Development
- Unreal Engine
- multiplayer networking
- Game UI/UX Design
- Backend Development
- Database Management
- Game Design
- Game Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Full-Stack-Unreal-Engine-Developer-for-Post-Apocalyptic-FPS-Game_~021879131430117128068/ | Full-Stack Unreal Engine Developer for Post-Apocalyptic FPS Game | Posted yesterday | Worldwide | Job Description
We’re looking for an experienced Full-Stack Unreal Engine Developer to help bring our multiplayer, post-apocalyptic FPS game to life. The game will feature fast-paced combat, customizable characters, unique factions, and a social hub where players can interact, purchase items, and unlock exclusive content.
You’ll be responsible for building the game’s core systems, including movement mechanics, combat, multiplayer functionality, UI/HUD, and backend services. The ideal candidate has a strong understanding of Unreal Engine 5, multiplayer networking, game UI design, and backend server management.
This is a long-term project, with potential for ongoing collaboration to release post-launch content and manage future updates.
Key Responsibilities:
Develop core gameplay mechanics (e.g., movement, shooting, kill streaks, side boost mechanics).
Build and optimize multiplayer functionality, including peer-to-peer networking with a plan to transition to dedicated servers post-launch.
Implement the UI/HUD, including the Character Screen, Social Space menus, Party System, and Game Mode Selection.
Create backend systems for player progression, in-game currency, package drops, and leaderboards.
Design and implement kill streak systems, weapon customization, and faction-specific features.
Ensure cross-platform compatibility for PC, PS5, and Xbox.
Build a social hub where players can interact, visit vendors, and access their factions.
Integrate an anti-cheat system to ensure fair gameplay.
Support the development of seasonal updates and live content drops post-launch.
Required Skills:
✅ Unreal Engine 5 experience (C++ and Blueprints).
✅ Expertise in multiplayer networking (peer-to-peer and dedicated servers).
✅ Strong knowledge of UI/UX design for games.
✅ Experience with backend server setup and database management.
✅ Familiarity with backend frameworks (Node.js, Python, or similar).
✅ Proficient in weapon and combat system design.
✅ Experience with backend services for live games (AWS, Firebase, PlayFab, or similar).
✅ Crossplay integration experience for PC and console platforms.
✅ Strong understanding of anti-cheat solutions.
✅ Knowledge of post-launch content strategies (battle passes, seasonal content, etc.).
Preferred Skills:
✨ Experience with social hubs or FPS games.
✨ Familiarity with Destiny-style Character Screens.
✨ Understanding of game economy systems (in-game currency, rewards, drops).
✨ Knowledge of modding tools for player-created maps and modes.
Project Scope:
Core game launch features:
8 game modes (Team Deathmatch, Domination, Ground War, etc.).
Character customization.
Faction selection and progression.
Kill streaks, boost mechanics, and weapon systems.
Social hub with vendors and player interactions.
Post-launch content:
Seasonal updates (every 3 months).
In-between updates (new maps, weapons, cosmetics).
Live events and battle pass integration.
Additional Requirements:
Strong communication skills and ability to work remotely.
Ability to collaborate with designers and concept artists.
Provide regular updates and participate in playtesting sessions.
Ensure high performance and optimization across all platforms.
Budget and Timeline:
💲 Negotiable based on experience and scope of work.
🕒 Estimated project duration: 6-12 months, with ongoing support post-launch.
Why Work with Us?
This project aims to create a competitive yet accessible multiplayer FPS game with a unique post-apocalyptic sci-fi aesthetic. Players will engage in fast-paced combat, earn rewards, and explore a social space inspired by games like Destiny and Call of Duty. If you're passionate about building immersive multiplayer experiences and want to shape a game with long-term potential, we’d love to have you on board! | [
"Animation",
"C++",
"Cross-Platform Development",
"Unreal Engine",
"multiplayer networking",
"Game UI/UX Design",
"Backend Development",
"Database Management",
"Game Design",
"Game Development"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Full-Stack-Unreal-Engine-Developer-for-Post-Apocalyptic-FPS-Game_~021879131430117128068/ | ```json
{"title": "Full-Stack Unreal Engine Developer for Post-Apocalyptic FPS Game", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Job Description\nWe’re looking for an experienced Full-Stack Unreal Engine Developer to help bring our multiplayer, post-apocalyptic FPS game to life. The game will feature fast-paced combat, customizable characters, unique factions, and a social hub where players can interact, purchase items, and unlock exclusive content.\n\nYou’ll be responsible for building the game’s core systems, including movement mechanics, combat, multiplayer functionality, UI/HUD, and backend services. The ideal candidate has a strong understanding of Unreal Engine 5, multiplayer networking, game UI design, and backend server management.\n\nThis is a long-term project, with potential for ongoing collaboration to release post-launch content and manage future updates.\n\nKey Responsibilities:\nDevelop core gameplay mechanics (e.g., movement, shooting, kill streaks, side boost mechanics).\n\nBuild and optimize multiplayer functionality, including peer-to-peer networking with a plan to transition to dedicated servers post-launch.\n\nImplement the UI/HUD, including the Character Screen, Social Space menus, Party System, and Game Mode Selection.\n\nCreate backend systems for player progression, in-game currency, package drops, and leaderboards.\n\nDesign and implement kill streak systems, weapon customization, and faction-specific features.\n\nEnsure cross-platform compatibility for PC, PS5, and Xbox.\nBuild a social hub where players can interact, visit vendors, and access their factions.\n\nIntegrate an anti-cheat system to ensure fair gameplay.\nSupport the development of seasonal updates and live content drops post-launch.\n\nRequired Skills:\n✅ Unreal Engine 5 experience (C++ and Blueprints).\n✅ Expertise in multiplayer networking (peer-to-peer and dedicated servers).\n✅ Strong knowledge of UI/UX design for games.\n✅ Experience with backend server setup and database management.\n✅ Familiarity with backend frameworks (Node.js, Python, or similar).\n✅ Proficient in weapon and combat system design.\n✅ Experience with backend services for live games (AWS, Firebase, PlayFab, or similar).\n✅ Crossplay integration experience for PC and console platforms.\n✅ Strong understanding of anti-cheat solutions.\n✅ Knowledge of post-launch content strategies (battle passes, seasonal content, etc.).\n\nPreferred Skills:\n✨ Experience with social hubs or FPS games.\n✨ Familiarity with Destiny-style Character Screens.\n✨ Understanding of game economy systems (in-game currency, rewards, drops).\n✨ Knowledge of modding tools for player-created maps and modes.\n\nProject Scope:\nCore game launch features:\n8 game modes (Team Deathmatch, Domination, Ground War, etc.).\nCharacter customization.\nFaction selection and progression.\nKill streaks, boost mechanics, and weapon systems.\nSocial hub with vendors and player interactions.\n\nPost-launch content:\nSeasonal updates (every 3 months).\nIn-between updates (new maps, weapons, cosmetics).\nLive events and battle pass integration.\nAdditional Requirements:\nStrong communication skills and ability to work remotely.\nAbility to collaborate with designers and concept artists.\nProvide regular updates and participate in playtesting sessions.\nEnsure high performance and optimization across all platforms.\n\nBudget and Timeline:\n💲 Negotiable based on experience and scope of work.\n🕒 Estimated project duration: 6-12 months, with ongoing support post-launch.\n\nWhy Work with Us?\nThis project aims to create a competitive yet accessible multiplayer FPS game with a unique post-apocalyptic sci-fi aesthetic. Players will engage in fast-paced combat, earn rewards, and explore a social space inspired by games like Destiny and Call of Duty. If you"re passionate about building immersive multiplayer experiences and want to shape a game with long-term potential, we’d love to have you on board!", "skills": ["Animation", "C++", "Cross-Platform Development", "Unreal Engine", "multiplayer networking", "Game UI/UX Design", "Backend Development", "Database Management", "Game Design", "Game Development"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Intermediate", "salary": "$3.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Full-Stack-Unreal-Engine-Developer-for-Post-Apocalyptic-FPS-Game_~021879131430117128068/"}
``` |
STR Property Management Business development
Posted yesterday
Worldwide
Job Posting: Property Management Program Developer
Company Overview:
We are a successful and fast-growing Short-Term Rental (STR) cleaning business committed to delivering exceptional service to property owners and guests. As we explore opportunities to expand into property management, we are looking for a motivated, detail-oriented individual to join our team and help us build out this exciting new program.
Position: Property Management Program Developer
Location: Remote
Employment Type: Full-Time
Role Summary:
In this role, you will spearhead the development and implementation of our property management program. Working closely with our leadership team, you will shape the program's structure, build key processes, and establish relationships with property owners. This is a unique opportunity to play a pivotal role in shaping the future of our business.
Key Responsibilities:
Develop and implement a comprehensive property management program.
Design systems and workflows for guest communication, booking management, maintenance coordination, and financial reporting.
Build relationships with property owners and serve as their primary point of contact.
Recruit, train, and manage a team to support property management operations as the program grows.
Stay updated on STR industry trends, local regulations, and best practices to ensure compliance and competitiveness.
Collaborate with the cleaning team to ensure seamless service integration between cleaning and property management.
Track program performance and present progress reports to leadership.
What We're Looking For:
Experience in property management, real estate, or STR operations.
Strong organizational and project management skills with the ability to create and streamline processes.
Excellent interpersonal and communication skills.
Proactive problem-solver with a customer-focused mindset.
Familiarity with property management software and tools is a plus.
Entrepreneurial spirit and enthusiasm for building a new program from the ground up.
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
$4.00
-
$6.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
airbnb
Relationship Management
+ 8 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
8 hours ago
Interviewing:
3
Invites sent:
0
Unanswered invites:
0
About the client
Member since Aug 31, 2022
United States
Wolfeboro 5:38 AM
$37K total spent
49 hires, 13 active
1,024 hours
Engineering & Architecture
Small company (2-9 people)
Additional Skills Mentioned:
- Lead Generation
- Relationship Management
- short term rental
- vrbo
- Data Entry
- Sales
- Administrative Support
- Customer Relationship Management
- Microsoft Excel
Job Link:https://www.upwork.com/freelance-jobs/apply/STR-Property-Management-Business-development_~021879180653259142490/ | STR Property Management Business development | Posted yesterday | Worldwide | Job Posting: Property Management Program Developer
Company Overview:
We are a successful and fast-growing Short-Term Rental (STR) cleaning business committed to delivering exceptional service to property owners and guests. As we explore opportunities to expand into property management, we are looking for a motivated, detail-oriented individual to join our team and help us build out this exciting new program.
Position: Property Management Program Developer
Location: Remote
Employment Type: Full-Time
Role Summary:
In this role, you will spearhead the development and implementation of our property management program. Working closely with our leadership team, you will shape the program's structure, build key processes, and establish relationships with property owners. This is a unique opportunity to play a pivotal role in shaping the future of our business.
Key Responsibilities:
Develop and implement a comprehensive property management program.
Design systems and workflows for guest communication, booking management, maintenance coordination, and financial reporting.
Build relationships with property owners and serve as their primary point of contact.
Recruit, train, and manage a team to support property management operations as the program grows.
Stay updated on STR industry trends, local regulations, and best practices to ensure compliance and competitiveness.
Collaborate with the cleaning team to ensure seamless service integration between cleaning and property management.
Track program performance and present progress reports to leadership.
What We're Looking For:
Experience in property management, real estate, or STR operations.
Strong organizational and project management skills with the ability to create and streamline processes.
Excellent interpersonal and communication skills.
Proactive problem-solver with a customer-focused mindset.
Familiarity with property management software and tools is a plus.
Entrepreneurial spirit and enthusiasm for building a new program from the ground up. | [
"Lead Generation",
"Relationship Management",
"short term rental",
"vrbo",
"airbnb",
"Data Entry",
"Sales",
"Administrative Support",
"Customer Relationship Management",
"Microsoft Excel"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/STR-Property-Management-Business-development_~021879180653259142490/ | ```json
{"title": "STR Property Management Business development", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Job Posting: Property Management Program Developer\n\nCompany Overview:\nWe are a successful and fast-growing Short-Term Rental (STR) cleaning business committed to delivering exceptional service to property owners and guests. As we explore opportunities to expand into property management, we are looking for a motivated, detail-oriented individual to join our team and help us build out this exciting new program.\n\nPosition: Property Management Program Developer\nLocation: Remote\nEmployment Type: Full-Time\n\nRole Summary:\nIn this role, you will spearhead the development and implementation of our property management program. Working closely with our leadership team, you will shape the program"s structure, build key processes, and establish relationships with property owners. This is a unique opportunity to play a pivotal role in shaping the future of our business.\n\nKey Responsibilities:\n\nDevelop and implement a comprehensive property management program.\nDesign systems and workflows for guest communication, booking management, maintenance coordination, and financial reporting.\nBuild relationships with property owners and serve as their primary point of contact.\nRecruit, train, and manage a team to support property management operations as the program grows.\nStay updated on STR industry trends, local regulations, and best practices to ensure compliance and competitiveness.\nCollaborate with the cleaning team to ensure seamless service integration between cleaning and property management.\nTrack program performance and present progress reports to leadership.\nWhat We"re Looking For:\n\nExperience in property management, real estate, or STR operations.\nStrong organizational and project management skills with the ability to create and streamline processes.\nExcellent interpersonal and communication skills.\nProactive problem-solver with a customer-focused mindset.\nFamiliarity with property management software and tools is a plus.\nEntrepreneurial spirit and enthusiasm for building a new program from the ground up.", "skills": ["Lead Generation", "Relationship Management", "short term rental", "vrbo", "airbnb", "Data Entry", "Sales", "Administrative Support", "Customer Relationship Management", "Microsoft Excel"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "salary": "$4.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/STR-Property-Management-Business-development_~021879180653259142490/"}
``` |
Development of Motion Profiles for Linear U-Channel Motor Using TMC4671 Driver
Posted 2 weeks ago
Worldwide
We are seeking an experienced motion control engineer to develop precise motion profiles for SMJ linear U-channel motors using TMC4671 drivers. This project involves implementing advanced motion algorithms and integrating Renishaw RLS RLM & LF11 encoders to achieve high-precision positioning.
Key Objectives:
1. Motion Profile Development:
* Create smooth and optimized motion profiles for a linear U-channel motor that maximize efficiency and minimize positioning error.
* Implement control strategies using TMC4671 driver to handle varying speed and load conditions.
2. Encoder Integration:
* Utilize Renishaw RLS RLM & LF11 linear encoders for less stringent accuracy but reliable position feedback.
3. System Optimization:
* Tune the control parameters to achieve high repeatability, reduced settling times, and minimal backlash.
* Develop procedures to seamlessly switch between encoder inputs based on required precision levels.
Requirements:
* Proven experience in motion control systems, especially with linear motors and servo drivers.
* Proficiency with TMC4671 driver as well as encoder integration and signal conditioning.
* Knowledge of motion profiling, PID tuning, and trajectory planning.
Deliverables:
* Complete motion profiles for both high-precision and standard-precision applications.
* Software and firmware configuration files for TMC4671 driver.
* Documentation and guidelines for integration and calibration with the specified encoder systems.
If you have expertise in precision motion control and linear motor systems, we look forward to collaborating with you to achieve highly optimized performance!
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
$35.00
-
$55.00
Hourly
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Control Engineering
Industrial Automation
Activity on this job
Proposals:
Less than 5
Last viewed by client:
last week
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jul 3, 2014
United States
Wilmington 4:06 AM
$6K total spent
26 hires, 2 active
72 hours
Additional Skills Mentioned:
- Control Engineering
- Industrial Automation
Job Link:https://www.upwork.com/freelance-jobs/apply/Development-Motion-Profiles-for-Linear-Channel-Motor-Using-TMC4671-Driver_~021874699669060118414/ | Development of Motion Profiles for Linear U-Channel Motor Using TMC4671 Driver | Posted 2 weeks ago | Worldwide | We are seeking an experienced motion control engineer to develop precise motion profiles for SMJ linear U-channel motors using TMC4671 drivers. This project involves implementing advanced motion algorithms and integrating Renishaw RLS RLM & LF11 encoders to achieve high-precision positioning.
Key Objectives:
1. Motion Profile Development:
* Create smooth and optimized motion profiles for a linear U-channel motor that maximize efficiency and minimize positioning error.
* Implement control strategies using TMC4671 driver to handle varying speed and load conditions.
2. Encoder Integration:
* Utilize Renishaw RLS RLM & LF11 linear encoders for less stringent accuracy but reliable position feedback.
3. System Optimization:
* Tune the control parameters to achieve high repeatability, reduced settling times, and minimal backlash.
* Develop procedures to seamlessly switch between encoder inputs based on required precision levels.
Requirements:
* Proven experience in motion control systems, especially with linear motors and servo drivers.
* Proficiency with TMC4671 driver as well as encoder integration and signal conditioning.
* Knowledge of motion profiling, PID tuning, and trajectory planning.
Deliverables:
* Complete motion profiles for both high-precision and standard-precision applications.
* Software and firmware configuration files for TMC4671 driver.
* Documentation and guidelines for integration and calibration with the specified encoder systems.
If you have expertise in precision motion control and linear motor systems, we look forward to collaborating with you to achieve highly optimized performance! | [
"Control Engineering",
"Industrial Automation"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Development-Motion-Profiles-for-Linear-Channel-Motor-Using-TMC4671-Driver_~021874699669060118414/ | ```json
{"title": "Development of Motion Profiles for Linear U-Channel Motor Using TMC4671 Driver", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "We are seeking an experienced motion control engineer to develop precise motion profiles for SMJ linear U-channel motors using TMC4671 drivers. This project involves implementing advanced motion algorithms and integrating Renishaw RLS RLM & LF11 encoders to achieve high-precision positioning.\n\nKey Objectives:\n1. Motion Profile Development:\n\xa0\xa0\xa0\xa0* Create smooth and optimized motion profiles for a linear U-channel motor that maximize efficiency and minimize positioning error.\n\xa0\xa0\xa0\xa0* Implement control strategies using TMC4671 driver to handle varying speed and load conditions.\n2. Encoder Integration:\n\xa0\xa0\xa0\xa0* Utilize Renishaw RLS RLM & LF11 linear encoders for less stringent accuracy but reliable position feedback.\n3. System Optimization:\n\xa0\xa0\xa0\xa0* Tune the control parameters to achieve high repeatability, reduced settling times, and minimal backlash.\n\xa0\xa0\xa0\xa0* Develop procedures to seamlessly switch between encoder inputs based on required precision levels.\n\nRequirements:\n* Proven experience in motion control systems, especially with linear motors and servo drivers.\n* Proficiency with TMC4671 driver as well as encoder integration and signal conditioning.\n* Knowledge of motion profiling, PID tuning, and trajectory planning.\n\nDeliverables:\n* Complete motion profiles for both high-precision and standard-precision applications.\n* Software and firmware configuration files for TMC4671 driver.\n* Documentation and guidelines for integration and calibration with the specified encoder systems.\n\nIf you have expertise in precision motion control and linear motor systems, we look forward to collaborating with you to achieve highly optimized performance!", "skills": ["Control Engineering", "Industrial Automation"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$35.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Development-Motion-Profiles-for-Linear-Channel-Motor-Using-TMC4671-Driver_~021874699669060118414/"}
``` |
Affiliate Marketing- Graphic Novels- Picture Book
Posted 2 days ago
Worldwide
Hello to all from The UK, I have Creator Owned Graphic Novels http://www.graphicnovellitagent.com even a Picture book based on http://www.cherubstoys.com I only placed the amount for this as a reference. This could be a longer term Project with whoever has experience in Graphic Novel affiliate marketing as you could have a cut of sales. I would be looking for sales via Instagram- Tik Tok etc. Please reply with a reference on any Graphic Novels or picture Books you have helped and how much you may have made their authors, thanks.
$40.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Affiliate Marketing
Affiliate Marketing Website
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
1
Invites sent:
4
Unanswered invites:
4
About the client
Member since Jul 23, 2007
United Kingdom
London 8:24 AM
$18K total spent
141 hires, 1 active
Individual client
Additional Skills Mentioned:
- Affiliate Marketing
- comic book sales
- graphic novel marketing
- Affiliate Marketing Website
Job Link:https://www.upwork.com/freelance-jobs/apply/Affiliate-Marketing-Graphic-Novels-Picture-Book_~021878498079583475600/ | Affiliate Marketing- Graphic Novels- Picture Book | Posted 2 days ago | Worldwide | Hello to all from The UK, I have Creator Owned Graphic Novels http://www.graphicnovellitagent.com even a Picture book based on http://www.cherubstoys.com I only placed the amount for this as a reference. This could be a longer term Project with whoever has experience in Graphic Novel affiliate marketing as you could have a cut of sales. I would be looking for sales via Instagram- Tik Tok etc. Please reply with a reference on any Graphic Novels or picture Books you have helped and how much you may have made their authors, thanks. | [
"Affiliate Marketing",
"comic book sales",
"graphic novel marketing",
"Affiliate Marketing Website"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Affiliate-Marketing-Graphic-Novels-Picture-Book_~021878498079583475600/ | ```json
{"title": "Affiliate Marketing- Graphic Novels- Picture Book", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Hello to all from The UK, I have Creator Owned Graphic Novels http://www.graphicnovellitagent.com\xa0\xa0\xa0even a Picture book based on http://www.cherubstoys.com\xa0\xa0I only placed the amount for this as a reference. This could be a longer term Project with whoever has experience in Graphic Novel affiliate marketing as you could have a cut of sales. I would be looking for sales via Instagram- Tik Tok etc. Please reply with a reference on any Graphic Novels or picture Books you have helped and how much you may have made their authors, thanks.", "skills": ["Affiliate Marketing", "comic book sales", "graphic novel marketing", "Affiliate Marketing Website"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Affiliate-Marketing-Graphic-Novels-Picture-Book_~021878498079583475600/"}
``` |
Data Scraping Expert for Big Data Scraping Task
Posted yesterday
Worldwide
We are seeking a skilled Data Scraping Expert to assist with a large-scale data extraction project. The ideal candidate will have proven experience in handling complex scraping tasks and be proficient with various data formats. You will be responsible for developing and implementing scraping scripts to gather information from multiple online sources efficiently. Familiarity with anti-scraping measures and techniques to bypass them is crucial. If you are detail-oriented and possess strong problem-solving skills, we would love to hear from you.
Less than 30 hrs/week
Hourly
1-3 months
Duration
Expert
Experience Level
$20.00
-
$30.00
Hourly
Remote Job
Complex project
Project Type
Skills and Expertise
Data Scraping
Scrapy
Python
+ 1 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 14, 2025
United States
4:37 AM
Additional Skills Mentioned:
- Data Scraping
- Data Mining
Job Link:https://www.upwork.com/freelance-jobs/apply/Data-Scraping-Expert-for-Big-Data-Scraping-Task_~021879124178137791268/ | Data Scraping Expert for Big Data Scraping Task | Posted yesterday | Worldwide | We are seeking a skilled Data Scraping Expert to assist with a large-scale data extraction project. The ideal candidate will have proven experience in handling complex scraping tasks and be proficient with various data formats. You will be responsible for developing and implementing scraping scripts to gather information from multiple online sources efficiently. Familiarity with anti-scraping measures and techniques to bypass them is crucial. If you are detail-oriented and possess strong problem-solving skills, we would love to hear from you. | [
"Data Scraping",
"Python",
"Data Mining",
"Scrapy"
] | Expert | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Data-Scraping-Expert-for-Big-Data-Scraping-Task_~021879124178137791268/ | ```json
{"title": "Data Scraping Expert for Big Data Scraping Task", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "We are seeking a skilled Data Scraping Expert to assist with a large-scale data extraction project. The ideal candidate will have proven experience in handling complex scraping tasks and be proficient with various data formats. You will be responsible for developing and implementing scraping scripts to gather information from multiple online sources efficiently. Familiarity with anti-scraping measures and techniques to bypass them is crucial. If you are detail-oriented and possess strong problem-solving skills, we would love to hear from you.", "skills": ["Data Scraping", "Python", "Data Mining", "Scrapy"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "salary": "$20.00", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Data-Scraping-Expert-for-Big-Data-Scraping-Task_~021879124178137791268/"}
``` |
Mobile ios application development
Posted yesterday
Worldwide
The company has several apps that need signature testing, and I want to distribute them to my designated employees and customers for security reasons. I'll release it privately, but I need you to sign the app for me. If you can help me solve the problem, I will give you extra payment over and above the project budget
$2,000.00
Fixed-price
Entry level
Experience Level
Remote Job
One-time project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
iOS
iOS Development
Mobile App Development
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 8, 2025
Hong Kong
3:03 PM
Additional Skills Mentioned:
- iOS Development
- Mobile App Development
Job Link:https://www.upwork.com/freelance-jobs/apply/Mobile-ios-application-development_~021878977333166708443/ | Mobile ios application development | Posted yesterday | Worldwide | The company has several apps that need signature testing, and I want to distribute them to my designated employees and customers for security reasons. I'll release it privately, but I need you to sign the app for me. If you can help me solve the problem, I will give you extra payment over and above the project budget | [
"iOS",
"iOS Development",
"Mobile App Development"
] | Entry level | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Mobile-ios-application-development_~021878977333166708443/ | ```json
{"title": "Mobile ios application development", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "The company has several apps that need signature testing, and I want to distribute them to my designated employees and customers for security reasons. I"ll release it privately, but I need you to sign the app for me. If you can help me solve the problem, I will give you extra payment over and above the project budget", "skills": ["iOS", "iOS Development", "Mobile App Development"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Mobile-ios-application-development_~021878977333166708443/"}
``` |
Anime couple keychain product
Posted 3 weeks ago
Worldwide
Anime couple keychain products similar to the reference provided. It will be of kirito and asuna
$15.00
Fixed-price
Intermediate
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Graphic Design
Illustration
+ 5 more
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 weeks ago
Interviewing:
2
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 4, 2024
NZL
Wellington 7:42 PM
$86 total spent
3 hires, 1 active
Additional Skills Mentioned:
- Drawing
- Adobe Illustrator
- Logo Design
- Adobe Photoshop
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Anime-couple-keychain-product_~021872135098754600340/ | Anime couple keychain product | Posted 3 weeks ago | Worldwide | Anime couple keychain products similar to the reference provided. It will be of kirito and asuna | [
"Drawing",
"Adobe Illustrator",
"Logo Design",
"Illustration",
"Adobe Photoshop",
"Graphic Design",
"Anime"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Anime-couple-keychain-product_~021872135098754600340/ | ```json
{"title": "Anime couple keychain product", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Anime couple keychain products similar to the reference provided. It will be of kirito and asuna", "skills": ["Drawing", "Adobe Illustrator", "Logo Design", "Illustration", "Adobe Photoshop", "Graphic Design", "Anime"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Anime-couple-keychain-product_~021872135098754600340/"}
``` |
Thumbnail Artist needed for finance video creation.
Posted 2 days ago
Worldwide
Seeking Thumbnail Artist to create 8 - 10 videos on various financial subjects. Artist must be willing to create videos that adhere to YouTube guidelines and understand copyright.
Videos will range from four (4) minutes in length to a maximum of ten (10) minutes in length.
Videos will be text AND image based.
*48 hour turnaround time required.
Each video will pay $5.00 USD
$5.00
Fixed-price
Entry level
Experience Level
Remote Job
Complex project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Graphic Design
Adobe Illustrator
+ 8 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
13 hours ago
Hires:
1
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jan 13, 2025
USA
Austin 3:28 AM
1 hire, 1 active
Additional Skills Mentioned:
- Drawing
- Adobe Illustrator
- Animation
- 2D Animation
- Motion Graphics
- Adobe Premiere Pro
- Illustration
- Adobe Photoshop
- Photo Editing
- Graphic Design
Job Link:https://www.upwork.com/freelance-jobs/apply/Thumbnail-Artist-needed-for-finance-video-creation_~021878662642860432913/ | Thumbnail Artist needed for finance video creation. | Posted 2 days ago | Worldwide | Seeking Thumbnail Artist to create 8 - 10 videos on various financial subjects. Artist must be willing to create videos that adhere to YouTube guidelines and understand copyright.
Videos will range from four (4) minutes in length to a maximum of ten (10) minutes in length.
Videos will be text AND image based.
*48 hour turnaround time required.
Each video will pay $5.00 USD | [
"Drawing",
"Adobe Illustrator",
"Animation",
"2D Animation",
"Motion Graphics",
"Adobe Premiere Pro",
"Illustration",
"Adobe Photoshop",
"Photo Editing",
"Graphic Design"
] | Entry level | Remote Job | Complex project | Upwork | https://www.upwork.com/freelance-jobs/apply/Thumbnail-Artist-needed-for-finance-video-creation_~021878662642860432913/ | ```json
{"title": "Thumbnail Artist needed for finance video creation.", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "Seeking Thumbnail Artist to create 8 - 10 videos on various financial subjects. Artist must be willing to create videos that adhere to YouTube guidelines and understand copyright.\n\nVideos will range from four (4) minutes in length to a maximum of ten (10) minutes in length.\nVideos will be text AND image based.\n\n*48 hour turnaround time required.\n\nEach video will pay $5.00 USD", "skills": ["Drawing", "Adobe Illustrator", "Animation", "2D Animation", "Motion Graphics", "Adobe Premiere Pro", "Illustration", "Adobe Photoshop", "Photo Editing", "Graphic Design"], "experience_level": "Entry level", "job_type": "Remote Job", "project_type": "Complex project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Thumbnail-Artist-needed-for-finance-video-creation_~021878662642860432913/"}
``` |
Consultation with Architect Familiar with Costa Rica Building Regulations
Posted 2 days ago
Worldwide
I am seeking an experienced architect who is well-versed in the building regulations and requirements in Guanacaste, Costa Rica. The project involves answering specific questions regarding construction on my new lot. I need guidance on zoning laws, permits, and local building practices to ensure compliance and feasibility. This consultation will help me navigate the process effectively and make informed decisions about my project.
Less than 30 hrs/week
Hourly
< 1 month
Duration
Intermediate
Experience Level
$15.00
-
$35.00
Hourly
Remote Job
One-time project
Project Type
Skills and Expertise
Architectural Design
Autodesk AutoCAD
+ 3 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Jun 30, 2019
Belgium
Lommel 10:56 AM
$11K total spent
61 hires, 38 active
210 hours
Individual client
Additional Skills Mentioned:
- Drafting
- Architectural Design
- 2D Design & Drawings
- Autodesk AutoCAD
Job Link:https://www.upwork.com/freelance-jobs/apply/Consultation-with-Architect-Familiar-with-Costa-Rica-Building-Regulations_~021878490149727513428/ | Consultation with Architect Familiar with Costa Rica Building Regulations | Posted 2 days ago | Worldwide | I am seeking an experienced architect who is well-versed in the building regulations and requirements in Guanacaste, Costa Rica. The project involves answering specific questions regarding construction on my new lot. I need guidance on zoning laws, permits, and local building practices to ensure compliance and feasibility. This consultation will help me navigate the process effectively and make informed decisions about my project. | [
"Construction",
"Drafting",
"Architectural Design",
"2D Design & Drawings",
"Autodesk AutoCAD"
] | Intermediate | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Consultation-with-Architect-Familiar-with-Costa-Rica-Building-Regulations_~021878490149727513428/ | ```json
{"title": "Consultation with Architect Familiar with Costa Rica Building Regulations", "post_date": "Posted 2 days ago", "Location": "Worldwide", "description": "I am seeking an experienced architect who is well-versed in the building regulations and requirements in Guanacaste, Costa Rica. The project involves answering specific questions regarding construction on my new lot. I need guidance on zoning laws, permits, and local building practices to ensure compliance and feasibility. This consultation will help me navigate the process effectively and make informed decisions about my project.", "skills": ["Construction", "Drafting", "Architectural Design", "2D Design & Drawings", "Autodesk AutoCAD"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Intermediate", "salary": "$15.00", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Consultation-with-Architect-Familiar-with-Costa-Rica-Building-Regulations_~021878490149727513428/"}
``` |
Full-Stack Developer & Technical Mentor Needed - Smart Reply Assistant Project
Posted last week
Worldwide
Project Overview
Seeking a developer or small team (2-3 people) to build a Smart Reply Assistant as a browser extension, while providing mentorship and teaching throughout the development process. This is a collaborative learning and development opportunity where knowledge transfer is as important as the end product.
Project Goals
Develop an MVP browser extension for Gmail and WhatsApp Web
Provide comprehensive technical mentorship throughout development
Create detailed documentation and explanations for all code
Regular knowledge transfer sessions
MVP Technical Requirements
Core Features
Browser extension (Chrome) integrating with Gmail and WhatsApp Web
Real-time message suggestions using NLP
Basic tone detection (formal/informal)
Context-aware suggestions
Simple response templates
User authentication system
Secure data storage for message history
Learning Components
Weekly code review and explanation sessions
Structured learning materials for key technologies
Documentation of architectural decisions
Step-by-step breakdown of complex implementations
Required Skills
Primary Developer
Full-stack development experience
Browser extension development
Experience with Natural Language Processing
API development and integration
OAuth and security implementation
Data storage and management
JavaScript/TypeScript expertise
Mentorship Capabilities
Fluent English
Strong communication skills
Teaching/mentoring experience preferred
Ability to explain complex concepts clearly
Patient and detail-oriented approach
Willingness to provide learning materials
Time Commitment
15-25 hours per week
Regular check-ins and teaching sessions
3-6 month initial engagement
Compensation
Bi-weekly or monthly payment schedule
Rate negotiable based on experience and capabilities
Long-term potential for the right candidate(s)
Project Structure
Initial Planning Phase (2 weeks)
Architecture design
Technology stack selection
Learning path creation
Development Sprints (2-3 months)
Iterative development with regular reviews
Concurrent learning sessions
Progressive feature implementation
Testing and Deployment (2-3 weeks)
Quality assurance
User testing
Chrome Web Store submission
Please provide:
Your relevant experience
Previous teaching/mentoring experience
Sample project or code portfolio
Proposed approach to combined development and mentorship
Estimated rate range
Available weekly hours
Questions about the project
Serious inquiries only. Looking for passionate developers who enjoy teaching and building innovative solutions.
$5,000.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Skills and Expertise
Full Stack Development Skills
Database Management
Full Stack Development Deliverables
API Integration
Full-Stack Development
+ 1 more
Full Stack Development Languages
JavaScript
TypeScript
Other
Quality Assurance
Teaching
+ 2 more
Activity on this job
Proposals:
Less than 5
Last viewed by client:
2 days ago
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Oct 19, 2024
United States
3:36 AM
Tech & IT
Individual client
Additional Skills Mentioned:
- Natural Language Processing
- Full-Stack Development
- API Integration
- Security Framework
- Quality Assurance
- Google Chrome Extension
- Database Management
Job Link:https://www.upwork.com/freelance-jobs/apply/Full-Stack-Developer-Technical-Mentor-Needed-Smart-Reply-Assistant-Project_~021875754796655318015/ | Full-Stack Developer & Technical Mentor Needed - Smart Reply Assistant Project | Posted last week | Worldwide | Project Overview
Seeking a developer or small team (2-3 people) to build a Smart Reply Assistant as a browser extension, while providing mentorship and teaching throughout the development process. This is a collaborative learning and development opportunity where knowledge transfer is as important as the end product.
Project Goals
Develop an MVP browser extension for Gmail and WhatsApp Web
Provide comprehensive technical mentorship throughout development
Create detailed documentation and explanations for all code
Regular knowledge transfer sessions
MVP Technical Requirements
Core Features
Browser extension (Chrome) integrating with Gmail and WhatsApp Web
Real-time message suggestions using NLP
Basic tone detection (formal/informal)
Context-aware suggestions
Simple response templates
User authentication system
Secure data storage for message history
Learning Components
Weekly code review and explanation sessions
Structured learning materials for key technologies
Documentation of architectural decisions
Step-by-step breakdown of complex implementations
Required Skills
Primary Developer
Full-stack development experience
Browser extension development
Experience with Natural Language Processing
API development and integration
OAuth and security implementation
Data storage and management
JavaScript/TypeScript expertise
Mentorship Capabilities
Fluent English
Strong communication skills
Teaching/mentoring experience preferred
Ability to explain complex concepts clearly
Patient and detail-oriented approach
Willingness to provide learning materials
Time Commitment
15-25 hours per week
Regular check-ins and teaching sessions
3-6 month initial engagement
Compensation
Bi-weekly or monthly payment schedule
Rate negotiable based on experience and capabilities
Long-term potential for the right candidate(s)
Project Structure
Initial Planning Phase (2 weeks)
Architecture design
Technology stack selection
Learning path creation
Development Sprints (2-3 months)
Iterative development with regular reviews
Concurrent learning sessions
Progressive feature implementation
Testing and Deployment (2-3 weeks)
Quality assurance
User testing
Chrome Web Store submission
Please provide:
Your relevant experience
Previous teaching/mentoring experience
Sample project or code portfolio
Proposed approach to combined development and mentorship
Estimated rate range
Available weekly hours
Questions about the project
Serious inquiries only. Looking for passionate developers who enjoy teaching and building innovative solutions. | [
"Natural Language Processing",
"Teaching",
"Full-Stack Development",
"API Integration",
"Security Framework",
"Quality Assurance",
"Google Chrome Extension",
"TypeScript",
"Database Management",
"JavaScript"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Full-Stack-Developer-Technical-Mentor-Needed-Smart-Reply-Assistant-Project_~021875754796655318015/ | ```json
{"title": "Full-Stack Developer & Technical Mentor Needed - Smart Reply Assistant Project", "post_date": "Posted last week", "Location": "Worldwide", "description": "Project Overview\nSeeking a developer or small team (2-3 people) to build a Smart Reply Assistant as a browser extension, while providing mentorship and teaching throughout the development process. This is a collaborative learning and development opportunity where knowledge transfer is as important as the end product.\n\nProject Goals\nDevelop an MVP browser extension for Gmail and WhatsApp Web\nProvide comprehensive technical mentorship throughout development\nCreate detailed documentation and explanations for all code\nRegular knowledge transfer sessions\n\nMVP Technical Requirements\nCore Features\nBrowser extension (Chrome) integrating with Gmail and WhatsApp Web\nReal-time message suggestions using NLP\nBasic tone detection (formal/informal)\nContext-aware suggestions\nSimple response templates\nUser authentication system\nSecure data storage for message history\n\nLearning Components\nWeekly code review and explanation sessions\nStructured learning materials for key technologies\nDocumentation of architectural decisions\nStep-by-step breakdown of complex implementations\n\nRequired Skills\nPrimary Developer\nFull-stack development experience\nBrowser extension development\nExperience with Natural Language Processing\nAPI development and integration\nOAuth and security implementation\nData storage and management\nJavaScript/TypeScript expertise\n\nMentorship Capabilities\nFluent English\nStrong communication skills\nTeaching/mentoring experience preferred\nAbility to explain complex concepts clearly\nPatient and detail-oriented approach\nWillingness to provide learning materials\n\nTime Commitment\n15-25 hours per week\nRegular check-ins and teaching sessions\n3-6 month initial engagement\n\nCompensation\nBi-weekly or monthly payment schedule\nRate negotiable based on experience and capabilities\nLong-term potential for the right candidate(s)\n\nProject Structure\nInitial Planning Phase (2 weeks)\nArchitecture design\nTechnology stack selection\nLearning path creation\nDevelopment Sprints (2-3 months)\nIterative development with regular reviews\nConcurrent learning sessions\nProgressive feature implementation\nTesting and Deployment (2-3 weeks)\nQuality assurance\nUser testing\nChrome Web Store submission\n\nPlease provide:\nYour relevant experience\nPrevious teaching/mentoring experience\nSample project or code portfolio\nProposed approach to combined development and mentorship\nEstimated rate range\nAvailable weekly hours\nQuestions about the project\nSerious inquiries only. Looking for passionate developers who enjoy teaching and building innovative solutions.", "skills": ["Natural Language Processing", "Teaching", "Full-Stack Development", "API Integration", "Security Framework", "Quality Assurance", "Google Chrome Extension", "TypeScript", "Database Management", "JavaScript"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Full-Stack-Developer-Technical-Mentor-Needed-Smart-Reply-Assistant-Project_~021875754796655318015/"}
``` |
Survey drafter from 3D scans in Civil 3D and Revit (multiple positions available)
Posted 2 weeks ago
Worldwide
Needs to hire 2 Freelancers
Hi there,
my company ProSurvey is based in Brisbane, Australia and specialises in 3D scanning and modelling of environments, infrastructure, buildings and mechanical objects.
We are seeking a new team member who is an experienced drafter proficient in Civil 3D and/or Revit to create precise survey drawings and 3D models from point clouds.
-- Regular tasks --
• Produce detail and contour survey drawings/models from 3D scans/point clouds in Civil 3D and Revit
• Create AutoCAD blocks and linetypes
• Create Revit families
• Document and improve drafting processes
-- What we're looking for --
• Education and/or experience in surveying, engineering or drafting (ESSENTIAL!)
• Someone with interest in geospatial technologies, 3D scanning and modelling
• Experience working with Civil3D and/or Revit
• Highly motivated to succeed with a can-do attitude
• Eager to learn
• Someone who is a good team player with ability to manage their own time and work independently when required
• Reliable and trustworthy
• Availability 2-3 days per week during Australian working hours (AEST 8am-5pm or similar) at the start, with outlook to transition to full time
-- What we offer --
• Career development plan and training for a motivated individual
• Base pay + performance bonuses
• Flexible working hours
• Supportive environment
• Regular projects
If you are interested, please send your CV and a brief overview of your suitability for the role, career aspirations and a few relevant samples of your work.
In this job attention to detail is important, so please start your reply with the word CAD, so I know that you are paying attention. Looking forward to hearing from you!
Kind regards,
Sharas
More than 30 hrs/week
Hourly
1-3 months
Duration
Intermediate
Experience Level
$10.00
-
$20.00
Hourly
Remote Job
Ongoing project
Project Type
Skills and Expertise
BIM Software
Autodesk Revit
AutoCAD Civil 3D
BIM Services
Point Cloud to BIM
CAD Drafting
Other
Activity on this job
Proposals:
5 to 10
Last viewed by client:
2 weeks ago
Interviewing:
5
Invites sent:
21
Unanswered invites:
7
About the client
Member since Aug 7, 2018
Australia
Carindale 5:35 PM
$27K total spent
78 hires, 3 active
1,575 hours
Additional Skills Mentioned:
- AutoCAD Civil 3D
- Point Cloud to BIM
- Autodesk Revit
- CAD Drafting
Job Link:https://www.upwork.com/freelance-jobs/apply/Survey-drafter-from-scans-Civil-and-Revit-multiple-positions-available_~021873557824308448660/ | Survey drafter from 3D scans in Civil 3D and Revit (multiple positions available) | Posted 2 weeks ago | Worldwide | Hi there,
my company ProSurvey is based in Brisbane, Australia and specialises in 3D scanning and modelling of environments, infrastructure, buildings and mechanical objects.
We are seeking a new team member who is an experienced drafter proficient in Civil 3D and/or Revit to create precise survey drawings and 3D models from point clouds.
-- Regular tasks --
• Produce detail and contour survey drawings/models from 3D scans/point clouds in Civil 3D and Revit
• Create AutoCAD blocks and linetypes
• Create Revit families
• Document and improve drafting processes
-- What we're looking for --
• Education and/or experience in surveying, engineering or drafting (ESSENTIAL!)
• Someone with interest in geospatial technologies, 3D scanning and modelling
• Experience working with Civil3D and/or Revit
• Highly motivated to succeed with a can-do attitude
• Eager to learn
• Someone who is a good team player with ability to manage their own time and work independently when required
• Reliable and trustworthy
• Availability 2-3 days per week during Australian working hours (AEST 8am-5pm or similar) at the start, with outlook to transition to full time
-- What we offer --
• Career development plan and training for a motivated individual
• Base pay + performance bonuses
• Flexible working hours
• Supportive environment
• Regular projects
If you are interested, please send your CV and a brief overview of your suitability for the role, career aspirations and a few relevant samples of your work.
In this job attention to detail is important, so please start your reply with the word CAD, so I know that you are paying attention. Looking forward to hearing from you!
Kind regards,
Sharas | [
"AutoCAD Civil 3D",
"Point Cloud to BIM",
"Autodesk Revit",
"CAD Drafting"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Survey-drafter-from-scans-Civil-and-Revit-multiple-positions-available_~021873557824308448660/ | ```json
{"title": "Survey drafter from 3D scans in Civil 3D and Revit (multiple positions available)", "post_date": "Posted 2 weeks ago", "Location": "Worldwide", "description": "Hi there,\n\nmy company ProSurvey is based in Brisbane, Australia and specialises in 3D scanning and modelling of environments, infrastructure, buildings and mechanical objects.\n\nWe are seeking a new team member who is an experienced drafter proficient in Civil 3D and/or Revit to create precise survey drawings and 3D models from point clouds.\n\n-- Regular tasks --\n\n• Produce detail and contour survey drawings/models from 3D scans/point clouds in Civil 3D and Revit\n• Create AutoCAD blocks and linetypes\n• Create Revit families\n• Document and improve drafting processes\n\n-- What we"re looking for --\n\n• Education and/or experience in surveying, engineering or drafting (ESSENTIAL!)\n• Someone with interest in geospatial technologies, 3D scanning and modelling\n• Experience working with Civil3D and/or Revit\n• Highly motivated to succeed with a can-do attitude\n• Eager to learn\n• Someone who is a good team player with ability to manage their own time and work independently when required\n• Reliable and trustworthy\n• Availability 2-3 days per week during Australian working hours (AEST 8am-5pm or similar) at the start, with outlook to transition to full time\n\n-- What we offer --\n\n• Career development plan and training for a motivated individual\n• Base pay + performance bonuses\n• Flexible working hours\n• Supportive environment\n• Regular projects\n\nIf you are interested, please send your CV and a brief overview of your suitability for the role, career aspirations and a few relevant samples of your work.\n\nIn this job attention to detail is important, so please start your reply with the word CAD, so I know that you are paying attention. Looking forward to hearing from you!\n\nKind regards,\nSharas", "skills": ["AutoCAD Civil 3D", "Point Cloud to BIM", "Autodesk Revit", "CAD Drafting"], "work_schedule": "More than 30 hrs/week", "experience_level": "Intermediate", "salary": "$10.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Survey-drafter-from-scans-Civil-and-Revit-multiple-positions-available_~021873557824308448660/"}
``` |
Weather analyst needed for weather report videos (USA)
Posted yesterday
Worldwide
Looking for a weather analyst to write out scripts and weather reports for our weather report youtube channel
https://www.youtube.com/@RyanHallYall
We're looking for a weather analyst expert for the continental US, we need daily weather reports of around 10-15 minutes in talking length for our presenter.
it would be favourable to be in a GMT + time zone, so we can write the report and script at 3-4 am during the mornings in the continental USA, then record it with our presenter in Europe.
please watch the above linked youtube channel for the type of analysis that Is required.
$1,500.00
Fixed-price
Intermediate
Experience Level
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Writing
Content Writing
+ 1 more
Activity on this job
Proposals:
Less than 5
Interviewing:
0
Invites sent:
0
Unanswered invites:
0
About the client
Member since Dec 7, 2020
Netherlands
Amersfoort 10:54 AM
$5.6K total spent
48 hires, 15 active
Art & Design
Mid-sized company (10-99 people)
Additional Skills Mentioned:
- Data Analysis
- Content Writing
Job Link:https://www.upwork.com/freelance-jobs/apply/Weather-analyst-needed-for-weather-report-videos-USA_~021879038697558764558/ | Weather analyst needed for weather report videos (USA) | Posted yesterday | Worldwide | Looking for a weather analyst to write out scripts and weather reports for our weather report youtube channel
https://www.youtube.com/@RyanHallYall
We're looking for a weather analyst expert for the continental US, we need daily weather reports of around 10-15 minutes in talking length for our presenter.
it would be favourable to be in a GMT + time zone, so we can write the report and script at 3-4 am during the mornings in the continental USA, then record it with our presenter in Europe.
please watch the above linked youtube channel for the type of analysis that Is required. | [
"Writing",
"Data Analysis",
"Content Writing"
] | Intermediate | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Weather-analyst-needed-for-weather-report-videos-USA_~021879038697558764558/ | ```json
{"title": "Weather analyst needed for weather report videos (USA)", "post_date": "Posted yesterday", "Location": "Worldwide", "description": "Looking for a weather analyst to write out scripts and weather reports for our weather report youtube channel\n\nhttps://www.youtube.com/@RyanHallYall\n\nWe"re looking for a weather analyst expert for the continental US, we need daily weather reports of around 10-15 minutes in talking length for our presenter.\n\nit would be favourable to be in a GMT + time zone, so we can write the report and script at 3-4 am during the mornings in the continental USA, then record it with our presenter in Europe.\n\nplease watch the above linked youtube channel for the type of analysis that Is required.", "skills": ["Writing", "Data Analysis", "Content Writing"], "experience_level": "Intermediate", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Weather-analyst-needed-for-weather-report-videos-USA_~021879038697558764558/"}
``` |
Video Editor Needed for 20 mins of Intimate Wedding Footage
Posted last week
Worldwide
We are looking for an experienced video editor to create a stunning final video from approx. only 20 mins of raw footage of a table ceremony (without children, and not a formal wedding). The project is focused on highlighting the romance and intimacy of the actual ceremony only.
Project Deliverables:
1. Full-Length Video: (~ approx. 20 minutes) A polished edit of the entire ceremony with seamless transitions, color correction, and clean audio.
2. Highlight Reel: (~3-5 minutes) A short, engaging video incorporating slow motion for romantic moments.
3. Black and White Highlight Reel: A duplicate of the highlight reel in black and white for a timeless feel.
Project Details:
Footage Length: Approximately 20 minutes of raw video.
Tasks Include:
1. Smooth transitions and a cohesive flow between clips.
2. Professional color grading and correction for a high-quality finish. Footage off a Go Pro.
3. Extensive audio work to significantly reduce background noise while enhancing clarity.
4. Incorporating slow-motion effects for key moments to evoke romance. also to zoom in where needed.
5. Music overlay for the highlight reels (we will advise on the track - this will not be put on line so music does not have to be licensed as it will only ever be kept private).
Requirements:
To apply, you must have:
1. Proven experience editing wedding or similar event videos.
2. A portfolio that showcases both full-length videos and creative highlight reels (bonus points for black and white work and motion - slow).
3. Strong skills in audio editing, particularly noise reduction and clarity enhancement.
4. Expertise in video editing software (Adobe Premiere Pro, Final Cut Pro, or similar).
5. A creative eye for storytelling and visual composition.
Timeline & Deadline:
6. The final deliverables are required within 2 weeks from the project start date.
Ongoing communication and updates during the editing process are appreciated. highly prefer examples along the way so we know we are on the right track, so as to not to get to the end of the project and have to redo.
Application Instructions:
If you're interested, please respond with:
1. A link to your portfolio showcasing similar projects.
2. Details of your relevant experience.
3. Your estimated timeline for completion.
4. Your proposed rate for the full project.
We look forward to collaborating with a talented editor to bring these cherished memories to life!
Less than 30 hrs/week
Hourly
< 1 month
Duration
Expert
Experience Level
Remote Job
One-time project
Project Type
Skills and Expertise
Video Editing Services
Color Grading
Compositing
+ 3 more
Other
Video Editing
Video Post-Editing
+ 2 more
Activity on this job
Proposals:
20 to 50
Last viewed by client:
last week
Interviewing:
1
Invites sent:
0
Unanswered invites:
0
About the client
Member since Sep 22, 2021
Australia
Wynumm 6:27 PM
$7.9K total spent
44 hires, 2 active
541 hours
Art & Design
Individual client
Additional Skills Mentioned:
- Video Editing
- Audio Editing
- Color Grading
- Video Post-Editing
- Motion Retouching
- Video Production
- Highlighting Effects
- Dynamic Transition
Job Link:https://www.upwork.com/freelance-jobs/apply/Video-Editor-Needed-for-mins-Intimate-Wedding-Footage_~021875764113629378179/ | Video Editor Needed for 20 mins of Intimate Wedding Footage | Posted last week | Worldwide | We are looking for an experienced video editor to create a stunning final video from approx. only 20 mins of raw footage of a table ceremony (without children, and not a formal wedding). The project is focused on highlighting the romance and intimacy of the actual ceremony only.
Project Deliverables:
1. Full-Length Video: (~ approx. 20 minutes) A polished edit of the entire ceremony with seamless transitions, color correction, and clean audio.
2. Highlight Reel: (~3-5 minutes) A short, engaging video incorporating slow motion for romantic moments.
3. Black and White Highlight Reel: A duplicate of the highlight reel in black and white for a timeless feel.
Project Details:
Footage Length: Approximately 20 minutes of raw video.
Tasks Include:
1. Smooth transitions and a cohesive flow between clips.
2. Professional color grading and correction for a high-quality finish. Footage off a Go Pro.
3. Extensive audio work to significantly reduce background noise while enhancing clarity.
4. Incorporating slow-motion effects for key moments to evoke romance. also to zoom in where needed.
5. Music overlay for the highlight reels (we will advise on the track - this will not be put on line so music does not have to be licensed as it will only ever be kept private).
Requirements:
To apply, you must have:
1. Proven experience editing wedding or similar event videos.
2. A portfolio that showcases both full-length videos and creative highlight reels (bonus points for black and white work and motion - slow).
3. Strong skills in audio editing, particularly noise reduction and clarity enhancement.
4. Expertise in video editing software (Adobe Premiere Pro, Final Cut Pro, or similar).
5. A creative eye for storytelling and visual composition.
Timeline & Deadline:
6. The final deliverables are required within 2 weeks from the project start date.
Ongoing communication and updates during the editing process are appreciated. highly prefer examples along the way so we know we are on the right track, so as to not to get to the end of the project and have to redo.
Application Instructions:
If you're interested, please respond with:
1. A link to your portfolio showcasing similar projects.
2. Details of your relevant experience.
3. Your estimated timeline for completion.
4. Your proposed rate for the full project.
We look forward to collaborating with a talented editor to bring these cherished memories to life! | [
"Compositing",
"Video Editing",
"Audio Editing",
"Color Grading",
"Video Post-Editing",
"Motion Retouching",
"Video Production",
"Highlighting Effects",
"Dynamic Transition"
] | Expert | Remote Job | One-time project | Upwork | https://www.upwork.com/freelance-jobs/apply/Video-Editor-Needed-for-mins-Intimate-Wedding-Footage_~021875764113629378179/ | ```json
{"title": "Video Editor Needed for 20 mins of Intimate Wedding Footage", "post_date": "Posted last week", "Location": "Worldwide", "description": "We are looking for an experienced video editor to create a stunning final video from approx. only 20 mins of raw footage of a table ceremony (without children, and not a formal wedding). The project is focused on highlighting the romance and intimacy of the actual ceremony only.\n\nProject Deliverables:\n1.\xa0\xa0Full-Length Video: (~ approx. 20 minutes) A polished edit of the entire ceremony with seamless transitions, color correction, and clean audio.\n2.\xa0\xa0Highlight Reel: (~3-5 minutes) A short, engaging video incorporating slow motion for romantic moments.\n3.\xa0\xa0Black and White Highlight Reel: A duplicate of the highlight reel in black and white for a timeless feel.\n\nProject Details:\nFootage Length: Approximately 20 minutes of raw video.\n\nTasks Include:\n1.\xa0\xa0Smooth transitions and a cohesive flow between clips.\n2.\xa0\xa0Professional color grading and correction for a high-quality finish.\xa0\xa0Footage off a Go Pro.\n3.\xa0\xa0Extensive audio work to significantly reduce background noise while enhancing clarity.\n4.\xa0\xa0Incorporating slow-motion effects for key moments to evoke romance. also to zoom in where needed.\n5.\xa0\xa0Music overlay for the highlight reels (we will advise on the track - this will not be put on line so music does not have to be licensed as it will only ever be kept private).\n\nRequirements:\nTo apply, you must have:\n\n1. Proven experience editing wedding or similar event videos.\n2. A portfolio that showcases both full-length videos and creative highlight reels (bonus points for black and white work and motion - slow).\n3. Strong skills in audio editing, particularly noise reduction and clarity enhancement.\n4. Expertise in video editing software (Adobe Premiere Pro, Final Cut Pro, or similar).\n5. A creative eye for storytelling and visual composition.\nTimeline & Deadline:\n6. The final deliverables are required within 2 weeks from the project start date.\n\nOngoing communication and updates during the editing process are appreciated. highly prefer examples along the way so we know we are on the right track, so as to not to get to the end of the project and have to redo.\n\nApplication Instructions:\nIf you"re interested, please respond with:\n\n1. A link to your portfolio showcasing similar projects.\n2. Details of your relevant experience.\n3. Your estimated timeline for completion.\n4. Your proposed rate for the full project.\n\nWe look forward to collaborating with a talented editor to bring these cherished memories to life!", "skills": ["Compositing", "Video Editing", "Audio Editing", "Color Grading", "Video Post-Editing", "Motion Retouching", "Video Production", "Highlighting Effects", "Dynamic Transition"], "work_schedule": "Less than 30 hrs/week", "experience_level": "Expert", "job_type": "Remote Job", "project_type": "One-time project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Video-Editor-Needed-for-mins-Intimate-Wedding-Footage_~021875764113629378179/"}
``` |
Mental health email marketing & blogger
Posted 3 weeks ago
Worldwide
Mental health residential treatment program in California is looking for a professional with menatl health experience and deep expertise with email e-blasts to referral partners and blogging on our website.
Primarily you will be using constant contact to send emails to our referral partners about some interesting topic ot condition in mental health and how our program can help treat that condition
You must be proficient in mental health and blast emails
More than 30 hrs/week
Hourly
6+ months
Duration
Expert
Experience Level
$25.00
-
$60.00
Hourly
Remote Job
Ongoing project
Project Type
Contract-to-hire opportunity
This lets talent know that this job could become full time.
Learn more
Skills and Expertise
Email Marketing Services
Campaign Management
Email Campaign Setup
+ 2 more
Email Marketing Tools
Constant Contact
Other
mental health
Blog Writing
+ 2 more
Activity on this job
Proposals:
15 to 20
Last viewed by client:
3 weeks ago
Interviewing:
3
Invites sent:
7
Unanswered invites:
2
About the client
Member since Feb 6, 2011
United States
Los Angeles 5:53 AM
$7.5K total spent
51 hires, 10 active
376 hours
Health & Fitness
Small company (2-9 people)
Additional Skills Mentioned:
- mental health
- Blog Writing
- Content Writing
- Email Campaign Setup
- Campaign Management
- Constant Contact
- Email Marketing
- Marketing Analytics
- Cognitive Behavioral Therapy
Job Link:https://www.upwork.com/freelance-jobs/apply/Mental-health-email-marketing-blogger_~021870577872644627345/ | Mental health email marketing & blogger | Posted 3 weeks ago | Worldwide | Mental health residential treatment program in California is looking for a professional with menatl health experience and deep expertise with email e-blasts to referral partners and blogging on our website.
Primarily you will be using constant contact to send emails to our referral partners about some interesting topic ot condition in mental health and how our program can help treat that condition
You must be proficient in mental health and blast emails | [
"mental health",
"Blog Writing",
"Content Writing",
"Email Campaign Setup",
"Campaign Management",
"Constant Contact",
"Email Marketing",
"Marketing Analytics",
"Cognitive Behavioral Therapy"
] | Expert | Remote Job | Ongoing project | Upwork | https://www.upwork.com/freelance-jobs/apply/Mental-health-email-marketing-blogger_~021870577872644627345/ | ```json
{"title": "Mental health email marketing & blogger", "post_date": "Posted 3 weeks ago", "Location": "Worldwide", "description": "Mental health residential treatment program in California is looking for a professional with menatl health experience and deep expertise with email e-blasts to referral partners and blogging on our website.\nPrimarily you will be using constant contact to send emails to our referral partners about some interesting topic ot condition in mental health and how our program can help treat that condition\nYou must be proficient in mental health and blast emails", "skills": ["mental health", "Blog Writing", "Content Writing", "Email Campaign Setup", "Campaign Management", "Constant Contact", "Email Marketing", "Marketing Analytics", "Cognitive Behavioral Therapy"], "work_schedule": "More than 30 hrs/week", "duration": "6+ months", "experience_level": "Expert", "salary": "$25.00", "job_type": "Remote Job", "project_type": "Ongoing project", "platform": "Upwork", "url": "https://www.upwork.com/freelance-jobs/apply/Mental-health-email-marketing-blogger_~021870577872644627345/"}
``` |
End of preview. Expand
in Dataset Viewer.
README.md exists but content is empty.
- Downloads last month
- 16