Python programing languageJobs

Filtrér

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

    ...application that is centered around the generation of test cases from data flow graphs. This tool is primarily intended for software developers and will be used to aid in the effectiveness of testing processes. Key Features: - Capable of analyzing data flow graphs to generate test cases - Simplistic, user-friendly interface designed for software developers - Incorporation of Java programming language for analysis The ideal candidate for this project should have: - Proficiency in web application development - Strong understanding of data flow graphs and test case generation - Excellent command over Java programming - Previous experience in creating tools for software developers This project is a great opportunity to contribute to the efficiency and productivity of software deve...

    €461 (Avg Bid)
    €461 Gns Bud
    56 bud

    ...work hours effectively. Deliverables: • Design and development of the All-in-One AI-Based HR Solution Platform. • Comprehensive documentation outlining system functionalities and user guides. • Testing and debugging to ensure the platform's reliability and performance. • Ongoing support and maintenance as needed. Skills and Experience: • Proficiency in AI development, particularly in natural language processing (NLP) and machine learning (ML). • Experience in HR software development and familiarity with HR processes and best practices. • Strong programming skills, including proficiency in relevant languages and frameworks. • Ability to design user-friendly interfaces and ensure a seamless user experience. • Excellent communicati...

    €1757 (Avg Bid)
    €1757 Gns Bud
    65 bud
    Data Science Engineer 6 dage left
    VERIFICERET

    ...analysis. Key responsibilities: - Data cleaning: The candidate should be able to clean and preprocess large datasets. - Data analysis: The candidate should be proficient in analyzing data and extracting actionable insights. - Machine learning modeling: The candidate should have experience in building and implementing machine learning models. Although specific programming language requirements were not provided, proficiency in Python, R, or Java would be a strong advantage. This project does not specify a particular industry domain, but any prior experience in Healthcare, Finance, or Retail would be beneficial. Please bid on this project only if you have a solid background in data science, machine learning, data analysis, and are proficient in the programming language...

    €166 (Avg Bid)
    NDA
    €166 Gns Bud
    10 bud

    ...collection and Terms & Use agreement mandatory. Social media login options (Google/Facebook) for simplified registration (optional). Data plan selection and eSIM activation within the app. Integration of payment gateways for transactions. Data Usage Tracking: The app should display users' data consumption and remaining data allowance. Multi-Language Support: The app should be available in English and Arabic, with the ability to adapt to the user's device language (optional). Data Usage Alerts: Implement notifications or alerts to warn users when they approach their data limits. Push Notifications: Enable sending push notifications to the entire user base. Backend Integration with Klaviyo: The backend system should connect with Klaviyo for email marketing capa...

    €592 (Avg Bid)
    €592 Gns Bud
    84 bud
    3D Video Script Development 6 dage left
    VERIFICERET

    I'm in need of a script that can produce a 3D flipbook video similar to the one I've provided. The script will take source images and render them into a 3D video using , Python, PHP or any other solution Requirements: - Development of a script that can process images into a 3D flipbook video - Experience with framework is preferred - Ability to understand and replicate the style and functionality of the provided reference video - Past work in similar projects is necessary, so make sure to include this in your application If you're interested, please contact me for more information.

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

    Hello and Thank you for being here Trying to make this reference work Fails ("~/.ssh/mycreds") Works ("/home/username/mycreds") How can I make the logical reference work ~ Can you help me please ? Will give a 5 Star Review when this is done and will write such inspiring words for you, when done. Please understand; there is hope you can give your “best” price; been unemployed, and have cancer with bills backing up, $10 possible? Please note $10 is the max total that I can handle for this (doing hourly reduces % fee). Will leave a Glowing paragraph of feedback 5 stars : - ) My funds are low but will pay quick and leave 5 stars. Please give your best possible for your bid ? (something reasonable?) Please note there is hope we can mutually compl...

    €11 / hr (Avg Bid)
    €11 / hr Gns Bud
    8 bud

    ...is containerized using Docker. 8. Use Bitbucket for version control and code collaboration. 9. Implement CI/CD pipelines using Jenkins. 10. Integrating a database into the FastAPI backend 11. Ensuring smooth communication between the backend and the database 12. Implementing efficient data storage and retrieval mechanisms **Requirements**: 1. Proven experience working with FastAPI or similar Python-based web frameworks. 2. Expertise with MongoDB and MongoEngine. 3. Familiarity with Docker and container orchestration. 4. Experience with version control tools, especially Bitbucket. 5. Good understanding of CI/CD pipelines, specifically Jenkins. 6. Strong problem-solving skills. 7. Ability to write clean, readable, and maintainable code. 8. Excellent communication skills. 9. Adva...

    €12 / hr (Avg Bid)
    €12 / hr Gns Bud
    26 bud

    I need an experienced engineer to design a Python-based program for a two-axes programmable motion controller that can be integrated into our food processing machine. Key Responsibilities: - The program should support speed control and position control functions. - The system should also feature an automatic reset. Ideal Candidate Skills: - Proficiency in Python programming language - Previous experience in motion control programming - Familiarity with the dynamics of mixing and blending systems in food processing The controller will be used for a mixing and blending system. Please bring any experience that could be relevant to this task. Your expertise is very valuable to us.

    €14 (Avg Bid)
    €14 Gns Bud
    3 bud
    Robinhood Trading Bot Overhaul 6 dage left
    VERIFICERET

    ...operate based on user conditions primarily, with a minor reliance on its built-in algorithm. - After identifying a high point, the bot should immediately sell. - Conversely, after determining a low point, the bot should buy. - The bot needs to establish these high and low points based on a combination of news, average, and RSI factors. Ideal skills and experience: - Proficiency in the programming language/s used by the existing bot - Deep understanding of stock market functionalities - Proven experience in financial algorithm development - Familiarity with Robinhood app integration - Strong analytical skills to map out and incorporate user-set conditions correctly. The end product should be a well-calibrated, intelligent trading bot that enhances user profitability by buying l...

    €71 (Avg Bid)
    €71 Gns Bud
    23 bud
    Python NLP Neural Network Project 6 dage left
    VERIFICERET

    I'm in need of an expert in Python who can implement a neural network for natural language processing. The ideal freelancer should have strong experience in machine learning, specifically for NLP tasks. Training a neural network model for natural language processing. Specifically the goal is to implement with a custom dataset. Key Requirements: -Understanding the model and its functionalities and writing a Jupyter script for training with a custom data set. - Experience in developing neural networks for NLP - Ability to create models for sentiment analysis, named entity recognition, and text classification Please provide details of your relevant experience and how you plan to approach this project in your application.

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

    ...with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3

    €199 (Avg Bid)
    €199 Gns Bud
    9 bud

    ...with my Raspberry Pi 5. This is what I've done so far. 1. I first installed the pip3 and Python 3 Virtual Environment by running. - sudo apt install -y python3-pip python3-virtualenv 2. I then created and activated the Virtual Environment by running. - python3 -m venv projectsenv - source projectsenv/bin/activate 3. Then I installed opencv while inside the virtual environment - pip3 install opencv-contrib-python 4. After that I installed the depthai dependencies for Linux (still in the environment) - sudo wget -qO- | bash 5. Then I installed depthai (still in the environment) - python3 -m pip install depthai 6. Then I cloned the "depthai-python" git hub repository 7. Then I ran the install requirements (still in the environment) - python3

    €50 / hr (Avg Bid)
    €50 / hr Gns Bud
    23 bud

    I'm looking for an experienced C++ developer to help me in developing new featu...help me in developing new features for a desktop application. The application should be compatible with Windows OS. Key Responsibilities: - Develop new features for the existing desktop application - Write high-quality, efficient, and maintainable C++ code - Ensure the new features seamlessly integrate with the current application Ideal Skills and Experience: - Proficient in C++ programming language - Previous experience in developing desktop applications - Familiarity with Windows OS - Strong problem-solving and debugging skills - Ability to write efficient and clean code If you're a C++ developer with a keen eye for detail and a passion for creating top-notch desktop applications, I'...

    €17 / hr (Avg Bid)
    €17 / hr Gns Bud
    18 bud

    I'm looking for an experienced copywriter to create engaging content for a radio advertisement, specifically targeting young adults aged between 18-34. The primary goal of this copywriting pr...capture the attention and interest of this demographic. Key Requirements: - Proficient in copywriting with a portfolio of previous radio copywriting experience. - Strong understanding of the psychology of young adults (18-34) and how to engage with them effectively. - Ability to create captivating, concise, and persuasive content in a radio-friendly format. - Excellent command of the English language with a knack for creative writing. If you have the skills and experience to deliver compelling and engaging copy, I'd love to hear from you. Please include samples of your previous wo...

    €26 / hr (Avg Bid)
    €26 / hr Gns Bud
    41 bud

    I am seeking a competent scriptwriter and researcher who is knowledgeable about Indian history, culture, and other interesting global topics such as space, disasters, current events, world affairs, and environment. Ideal skills include: - Strong command of Hindi language - Proven expertise in scriptwriting - Skilled in researching and Sourcing. - Background in YouTube content creation is a plus. Freelancers who apply should provide the following: - Evidence of past work (preferably related to Indian content) - A written sample using a topic that I will provide. The right candidate should be able to create engaging scripts that are well-researched and accurate, yet easily comprehensible to the average viewer. Do you have the passion and the skills to help bring unexplored t...

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

    Need an experienced professional to infuse more functionality into my Classima theme and WPML and PHP. DETAILS: The WP website is multilingue, 3 languages (with WPML) When an user post an ad, no matter from what language, need that the ad is automatically duplicated (or visible) from all languages enabled in WPML, so users can see all ads by and from all language’s pages (not need to translate the contents of Listing, ads need to be visible with (already) translated Categories, Subcategories, and Custom Fields. This duplication must be done only after the post is published, liek this it will work too for the ads posted from the APP (sync. with API) Apply for this job ONLY if you are capable of carrying out this project SKILLS REQUIRED: - Strong experience with Wordpress ...

    €427 (Avg Bid)
    €427 Gns Bud
    89 bud

    I'm in need of an expert who can help in developing a relational database using SQL and Python. The project will primarily revolve around database management. Consequently, I would appreciate assistance in the following tasks: - Designing a new relational database, ensuring it's optimized for efficiency and performance. - Implementing data import and export capabilities for seamless data movement. - Developing queries to support the database's functionality and ease of use. The ideal candidate for this project should have a strong background in both SQL and Python, with a specific focus on database development. Experience with optimizing databases for performance and some knowledge of data import/export mechanisms would be advantageous. Moreover, an understan...

    €309 (Avg Bid)
    €309 Gns Bud
    68 bud

    New freelancers from Pakistan and India. I need some Coders of Python, Asp.net for some easy tasks I need work for long term I need a serious and hard working persons

    €9 / hr (Avg Bid)
    €9 / hr Gns Bud
    13 bud
    Enhance Classima Theme and WPML 6 dage left
    VERIFICERET

    Need an experienced professional to infuse more functionality into my Classima theme and WPML and PHP. DETAILS: The WP website is multilingue, 3 languages (with WPML) When an user post an ad, no matter from what language, need that the ad is automatically duplicated (or visible) from all languages enabled in WPML, so users can see all ads by and from all language’s pages (not need to translate the contents of Listing, ads need to be visible with (already) translated Categories, Subcategories, and Custom Fields. This duplication must be done only after the post is published, liek this it will work too for the ads posted from the APP (sync. with API) Apply for this job ONLY if you are capable of carrying out this project SKILLS REQUIRED: - Strong experience with Wordpress ...

    €473 (Avg Bid)
    €473 Gns Bud
    112 bud

    Productbrochure / Productcatalog Hello, we have technical Products here in Europe and search a solution for Productbrochure and Productcatalog as PDF output. I have worked before with Microsoft Publisher, but I search a solution for 2 Catalogs. First Catalog with small products and easy products with photos, details, part number, price for automatic publishing via a Excel File and the second...a catalog as information and .... have you a easy and good solution for us, that we can change weekly the products because we add every week 10-50 new products in our excel / erp / website and in the brochure than. But we need a easy software which we can edit self very easy, but with high quality design and for printing as PDF and for Printing with Printer in high quality. All with German la...

    €104 (Avg Bid)
    €104 Gns Bud
    66 bud
    Event-Driven AI Chatbot 6 dage left
    VERIFICERET

    We need an experienced full-stack developer to participate in building the backend of a chatbot, wh...hands-on experience with at least one of the following IAM solutions: 1.1 -Keycloak. 1.2-Casdoor. 5- Strong proficiency in Python programming language 6- Expertise in developing RESTful APIs using the Fast API framework 7- Proficient in utilizing MongoDB as a NoSQL database for storing and retrieving data 8- Experience with containerization using Docker and orchestration using Docker Swarm for deploying and managing microservices 9-Experience in working with RabbitMQ as a message broker. BONUS SKILLS: 1- Familiarity with WhatsApp Business API integration to leverage WhatsApp as a communication channel 2-Experience with LangChain integration to enhance natural language...

    €46 / hr (Avg Bid)
    Fremhævet NDA
    €46 / hr Gns Bud
    70 bud

    I'm looking for an experienced Shopify developer who can create a bilingual (English and Spanish) online store for us. In addition to the design and development, I need the freelancer to provide all the translations for the content. The site should allow users to choose their preferred language. Here are more details: - Fluent in English and Spanish, with excellent translation skills. - Proven experience in developing Shopify stores. - Proficient in HTML, CSS, and JavaScript to customize design elements. - Experience in coding for user-friendly UI/UX. - Ability to work independently and deliver the project within the agreed timeline.

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

    ...effectively. The prospective freelancer should be able to: -Know the design for a Church praise and worship team -Train users how to use the sound Board -Train users how to a set up Microphone sound. -Able to set up the vocals and microphones for each singer - Guide me through the intricate functionalities that a Digital Sound Board offers - Translate technical jargon into a simple, understandable language - Provide real-time feedback and clarification on my methods - Have exceptional patience and communication skills - Set up the sound -Set up the microphones for correct sound. -This is a church setting Ideally, the freelancer should have: - Extensive experience with Digital Sound Boards - A strong background in training or education - Exceptional communication and patience ...

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

    New freelancers from Pakistan and India. I need some Coders of Python, Asp.net for some easy tasks I need work for long term I need a serious and hard working persons

    €6 / hr (Avg Bid)
    €6 / hr Gns Bud
    11 bud

    I need some Coders of Python, Asp.net for some easy tasks I need work for long term I need a serious and hard working persons

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

    I'm in need of a proficient and detail-oriented individual to execute data entry and organization tasks for less than 50 Arabic text documents, typically between 2-5 pages each. Key Responsibilities: • Data entry of Arabic text • Organization of entered data Ideal Skills: • Proficient in Arabic Language • Experience in Data Entry • Systematic and Organized Thinking • Ability to handle documents between 2-5 pages Your role will not only require entering data but also ensuring all information is effectively stored and easy to access. Prior experience with Arabic text data entry will be preferred. Manage resources responsibly and communicate promptly, as you’ll be working with less than 50 documents. Looking forward to considering your pro...

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

    Hello, I need a developer with a lot of experience in Java, Python and Socketweb - with the ability to create and solve problems with easy understanding of codes The rest of the details will be given to the correct developer

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

    ...experienced programmer who can create an automation script for a website. Key Requirements: - Automation Tasks: Your main job would be to automate various tasks on a website. This could involve anything from data entry to form submissions, and possibly content scraping. The specific tasks will be shared with you in detail. - Python Expertise: Given the nature of this task, your proficiency in Python is a must. If you have experience with automating websites using Python, that would be a huge plus. - Experience: Your application should showcase your relevant experiences and past projects. I’m looking for someone who has a proven track record in this field. Please include relevant examples of your past work in your application. Looking forward to hearing from ...

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

    I'm searching for an experienced translator to help convert my English...needs to be professional and engaging, aimed at working professionals. Key Requirements: - Native Chinese speaker or equivalent proficiency - Proven experience in translating brochures content - Understanding of content writing - Ability to capture the nuances of the English text while ensuring a fluent and professional tone in Chinese Ideal Skills: - Translation - Content Creator - Chinese Language Proficiency - Brochure Design and Editing I'm looking forward to working with someone who is not only adept in translation but can also adapt the content to fit the target audience's needs. This project has the potential for ongoing work if the delivered translations are of high quality and meet th...

    €18 (Avg Bid)
    €18 Gns Bud
    61 bud
    Android App with Ktor 6 dage left
    VERIFICERET

    ...product information at all times. - Tablet-Optimized UI: The UI should be designed to provide an amazing experience on tablet screens, making use of the extra real estate and ensuring smooth navigation. - Multi-language Support: The app should support multiple languages, allowing users from different regions to easily understand and interact with the catalog. Ideal Skills: - Proficient in Android development, particularly for tablets - Experience with implementing offline functionality in Android apps - Strong UI/UX design skills, especially for tablet interfaces - Knowledge of multi-language support implementation in Android apps The main goal of this app is to provide an engaging and user-friendly experience for customers browsing our product catalog on their tablets. ...

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

    ...seamless, intuitive, and engaging user experience. Key Deliverables: - Utilize natural language processing to enhance the user's conversational experience. - Implement personalized recommendations based on user preferences. - Develop the chatbot to be in Hebrew and integrated with my listings database and will be present on my website. Ideal Skills and Experience: - Proficiency in UI/UX design, particularly in creating interactive chatbot experiences. - Strong understanding of natural language processing and personalized recommendation algorithms. - Experience in developing AI chatbots, especially with a focus on real estate listings, is highly desirable. - Would help if you Familiarity with Hebrew language and its nuances. Please Note: - The chatbot should ...

    €463 (Avg Bid)
    €463 Gns Bud
    55 bud

    I need to assign a project related to the training of n. 1 employee who is part of my staff regarding software development with Angular language. The project involves assisting my junior developer for a maximum of 4 hours per week for a period of 4 months (total between 60 and 80 hours). Specifically, the sought-after figure will have to support my developer in case of problems related to writing the code relating to the development of our software called KAIZENCLOUD.

    €17 / hr (Avg Bid)
    €17 / hr Gns Bud
    65 bud

    I'm looking to collaborate with local job providers who can work in Serbian. I've successfully completed a Microsoft course and passed the certification in just two months. I'm...editing Power Point presentations, working with Excel sheets, as well as translation and proofreading in Serbian. Key Responsibilities: - Document creation and editing in Word - Creating and editing Power Point presentations - Working with Excel sheets - Translation and proofreading in Serbian Ideal candidates should have: - Proficiency in Microsoft Office tools - Excellent command of Serbian language - Strong attention to detail - Prior experience in translation and proofreading - Ability to work collaboratively and meet deadlines If you're a local job provider who meets these criter...

    €470 (Avg Bid)
    Lokal
    €470 Gns Bud
    1 bud
    Events Website Structure 6 dage left
    VERIFICERET

    I'm looking for an experienced web developer to help me build the structure of my events website. Here's what I need: -Website: The primary purpose of the website is to display upcoming and past events and have users to register / subscribe for newsletter - Admin Backend: To add / remove / manage events, see subscribers, compose and send newsletter to subscribers Development language and hosting platform is flexible

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

    I am in need of a Telegram bot that can provide user registration and efficiently store and ...and retrieve data from a Firebase database. Key Responsibilities: - Implement a user registration system directly on the Telegram bot interface itself. - Develop a clear and efficient data storage and retrieval process from the Firebase database. - Ensure that the bot can handle user profiles, user activity logs, and applications in the database. Ideal Skills and Experience: - Proficient in Python, especially for developing Telegram bots. - Extensive experience working with Firebase databases. - Prior projects that involve implementing user registration systems. - Strong understanding of data storage and retrieval systems. - Good communication skills to ensure the system is implemented ...

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

    ...is the form we need Sample and Sample Form just sample of current contact us for as a reference to the colors and design, should be blue and white. I need a custom HTML form designed for configuring my bot. - I'm looking for an expert in HTML form development. - You should be able to build a clean, user-friendly form that can be used to input bot details, such as bot name, description and language. - The form needs to be well-structured and easily navigable. Please see screenshot attached with the same of the bot configuration form. The form is a single HTML file and should remain like that. You must keep it clean and modern, you can look at our website and the contact us form (see screenshots attached). If you will provide design we like and have the right skills...

    €94 (Avg Bid)
    €94
    31 indlæg

    I am seeking an expert Python programmer to realize a multi-objective optimization project I'm currently organizing. The specific problem involves optimizing the area and distance between points, in the context of a more complex scenario. Precision and efficiency are critical in this task. A freelancer should have: • Proficient knowledge of optimization problems, specifically in mathematical models like area and distance between points. • Relevant Python programming skills, preferably at an expert level. • Familiarity with collaborative tools and version control systems such as Git. • If you are familiar with geopandas then do mention this. Send a detailed proposal outlining: • Your understanding of the problem. • Proposed solution and me...

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

    I'm in need of a Python script that can monitor specific events or conditions that I choose and send notifications to a Discord channel. I would like this to be done on a regular basis, for example, every hour. Key Points: - You need to create a Python script. - It should monitor for specific events or conditions (to be specified). - It must send notifications to a Discord channel. - The monitoring interval should be every hour.

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

    I'm seeking a talented lyricist to create a rap verse in Hindi that directly incorporates and celebrates Pune-specific local dialect and slang. This rap verse should revolve around personal stories, creating a sincere and personal connection to both myself and the audience. Key Requirements: - Proficiency in Hindi language and familiarity with Pune dialect. - Proven ability to write engaging, personal, and relatable rap lyrics. - Strong understanding of the hip-hop/rap industry. - Adherence to deadlines while maintaining quality and authenticity of work. Please share your previous works and experiences in this field which relates to these requirements.

    €87 (Avg Bid)
    €87 Gns Bud
    3 bud

    ...adept article writer, ideally with experience in the health and wellness field. - Topic: The articles will primarily focus on health and wellness, providing valuable insights and tips to readers. - Format: The articles should be structured as listicles, providing organized, easy-to-digest content. - Tone: The writing should inspire and motivate readers, with an emphasis not on formal academic language but on uplifting, moving discourse. Ideal skills would include significant experience with article writing, especially listicles, and a depth of knowledge on the subject of health and wellness. Familiarity with motivational writing or a keen interest in health and wellness will be a huge plus. Fluency in English, excellent research abilities, and originality in the work is exp...

    €19 / hr (Avg Bid)
    €19 / hr Gns Bud
    32 bud

    I'm in need of high-quality, informative written content for my documentation. This project demands the expertise of individuals with a solid background in producing accurate and engaging text for various types of documentation. Your main responsibility will i...individuals with a solid background in producing accurate and engaging text for various types of documentation. Your main responsibility will include: - Creating informative and compelling written material - Constructing content that fits the style and tone of the documentation - Maintaining high-standard language and formatting Skills & Experience: - Exceptional skills in producing written content - Proven experience in documentation creation - Excellent command over English language - Attention to detail ...

    €182 (Avg Bid)
    €182 Gns Bud
    4 bud

    I am in search of a competent article writer with a knack for simplifying technology for the general public. The ideal candidate should be able to: - Write engaging, informative, and fact-based articles on various technology topics. - Ensure a clear and simple language that is accessible to a non-technical audience. - Demonstrate a good understanding of current and emerging technology trends. It's crucial that the writer can present complex technical concepts in an easy-to-understand manner. Experience in a similar role will be highly appreciated.

    €35 / hr (Avg Bid)
    €35 / hr Gns Bud
    46 bud

    ...scalability, and security. Stay abreast of emerging technologies and industry trends in inventory management. Provide technical support and guidance to end-users as required. Requirements: Bachelor's degree in Computer Science, Software Engineering, or a related field. Proven experience as a Software Developer, focusing on inventory management software. Proficiency in programming languages such as Java, Python, or C#. Familiarity with database management systems like MySQL, PostgreSQL, or MongoDB. Strong problem-solving skills with acute attention to detail. Excellent communication and collaboration abilities. Capacity to work independently and collaboratively within a team environment. Prior exposure to Agile development methodologies is advantageous. How to Apply: If you...

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

    As a business, I'm looking for a professional who can manage our LinkedIn profile to help us increase brand awareness and generate leads. Polish language only! Key Responsibilities: - Create and post regular engaging and relevant content on our LinkedIn profile - Expand our network strategically to reach more potential clients Your main goals are to: - Increase our brand's visibility and reach on LinkedIn - Generate new leads through the platform It's important to post content weekly. Experience in LinkedIn management, content creation, and analytics is a plus. Poszukujemy utalentowanej osoby do prowadzenia profilu firmowego naszej agencji rekrutacyjnej na LinkedIn. Główne obowiązki obejmują tworzenie co najmniej 10 postów miesięcznie na różno...

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

    I am in need of an expert Power BI developer who can help me integrate AI features into my existing project. Specifically, I'm looking to incorporate Natural Language Processing, Machine Learning Models, and Predictive Analytics functionalities. Key Requirements: - Proven experience in implementing AI features in Power BI is a must. - Strong background in Natural Language Processing, Machine Learning Models, and Predictive Analytics. - Proficient in working with SQL databases and Online APIs for data integration. - Ability to deliver a dashboard with basic filtering and sorting capabilities. Your main tasks will include: - Integrating the AI functionalities into the Power BI project. - Ensuring seamless communication between Power BI and the SQL databases, Online APIs....

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

    As a client, I require the expertise of a Python programmer who's adept at scripting. The centerpiece of the project is to write an algorithm for stereo vision and pose estimation. Notably, OpenCV will be the preferred library for this task due to its robust array of features. ArUco markers are being used as objects for calibration. Requirements: - Experience in Python scripting - Ability to write an algorithm for stereo vision and pose estimation - Proficiency with OpenCV Your relevant portfolio that illustrates your competency in the above tasks will be highly appreciated.

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

    We're looking for multiple competent native English editors to trim content and help us improve English language usage across a large batch of tutorials. Starting with a paid trial. Please bid $20.

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