Numba numpytrabajos

Filtro

Mis búsquedas recientes
Filtrar por:
Presupuesto
a
a
a
Tipo
Habilidades
Idiomas
    Estado del trabajo
    1,493 numba numpy trabajados encontrados, precios en USD

    Hi Varghese C., I noticed your profile and would like to offer you my project. We can discuss any details over chat. Data analysis using python,pandas,numpy,matplot

    $100 (Avg Bid)
    $100 Oferta promedio
    1 ofertas

    Need to clean data, organize, create chart out of data, and find meaningful data given from excel, csv or other format using Python. Knowledge of python library pandas, numPy, cassandra and more. At least 5 yrs experience required.

    $50 (Avg Bid)
    $50 Oferta promedio
    13 ofertas

    Data Science with Python, numpy, pandas

    $20 / hr (Avg Bid)
    $20 / hr Oferta promedio
    54 ofertas

    I am trying to run a python script via Jenkins, by checking out a git repo, and then in "Execute Windows batch command" of jenkins 1.) set path to python installation 2.) creating and activating a virtual env 3.) installing packages from requirements txt file 4.) Run the script I am getting an error: "ModuleNotFoundError: No module named 'numpy'

    $15 (Avg Bid)
    $15 Oferta promedio
    1 ofertas

    ...or genpy.makepy_version != module.makepy_version: AttributeError: module 'win32com.gen_py.00020813-0000-0000-C000-000000000046x0x1x9' has no attribute 'MinorVersion' C:UsersrodmaciverAppDataLocalProgramsPythonPython36libsite-packagesnumpy: UserWarning: loaded more than 1 DLL from .libs: C:UsersrodmaciverAppDataLocalProgramsPythonPython36libsite-packagesnumpy.libs C:UsersrodmaciverAppDataLocalProgramsPythonPython36libsite-packagesnumpy.libs My need to get these fixed is urgent. Please respond if: • You have experience with Python setup. • have an excellent rating on this platform or can provide client references

    $21 / hr (Avg Bid)
    $21 / hr Oferta promedio
    13 ofertas

    ...– 5 years in this area and overall 8 to 9 years’ experience in IT. • Develop Python data transformation modules to load data into various targets including Redshift, Teradata and Snowflake. Experience extracting data from API’s using Python. • Develop the Python ETL framework for loading data into relational databases. • Extensive knowledge Python Data manipulation libraries (Pandas, numpy, petl etc) Knowledge of Python development environment pip, Conda, Jupyter notebooks Conversant with design best practices for large volume data handling in python Knowledge optimizing the process by parallelization in python. • Experience in end to end design implementation of Python projects Knowledge of build process of Python projects and v...

    $1249 (Avg Bid)
    $1249 Oferta promedio
    12 ofertas

    I have a simple Python code that I would like someone to make it faster utilizing a GPU, if possible. GPU use is highly desired, if not, then mesh the Python script with C or C+. I currently use Python 2.7 but can use Python 3.x if need be. I do not want a simple multithread or numpy/gmpy2 standalone fix. I use Windows 10 and mainly GTX 10xx and RTX 20xx GPUs. I will need to know all libraries/dependencies needed to run the final code/script and anything else I will need to install run in order to run your final script/code. #Current Python Code #Tested and Ran with Python 2.7 import binascii, hashlib, base58, sys, ecdsa, codecs, os, random, time, timeit def RIP(privkey): start_time = timeit.default_timer() pvk_to_bytes = (privkey, 'hex') #Generate...

    $158 (Avg Bid)
    $158 Oferta promedio
    7 ofertas

    ...neurosim/NetModel_UpdateFast.m.  neurosim/NetModel_Plot.m includes a lot of custom plotting code.  neurosim/* is the simulator.  The target language is python using numpy and Jupyter Notebook as an execution environment. The code will be open source. The main demo, called from the file demo1_EINet.m, is a computer vision demo, so experience with image processing will be helpful in understanding the code.  The core simulation engine in neurosim/NetModel_UpdateFast.m is highly optimized using MatLab multidimensional matrix functions, so familiarity with matrix math will be helpful in understanding that code.  This would be converted to numpy (or scikitlearn). The file neurosim/NetModel_Plot.m and the data visualization functions in utils/*...

    $1317 (Avg Bid)
    $1317 Oferta promedio
    19 ofertas

    ...--------------------------------------------------------------------------------------------------------- The requirements to fill this role successfully are as follows: Language: English Soft skills: communication, speak technical language, decision-making, problem solver mindset, results evaluation, continuous learning Hard skills: Backend - Flask (python) - Dash (plotly) - Numpy, Pandas - Data Science Need advanced knowledge of Flask with knowledge of complex routing patterns, subdomains and blueprints. Devops - AWS elastic beanstalk - AWS S3 - AWS lambda - Firebase authentication React is a plus ! In your role you are accountable for the quality of the code, and respect of the project deadlines You are responsible...

    $37 / hr (Avg Bid)
    $37 / hr Oferta promedio
    12 ofertas

    I want you to build a model I can train to calculate discount prices in python

    $27 (Avg Bid)
    $27 Oferta promedio
    11 ofertas
    Data creation Finalizado left

    We are building a portal with performance metrics on blockchain tokens. For that project we are looking for free-lance part-time Python developer who can help us bring our code to the next level. Parts of the code are already written using Python with request/pandas/numpy libraries. We need to add error-handing and orchestrate the code to run every X minutes.

    $28 / hr (Avg Bid)
    $28 / hr Oferta promedio
    5 ofertas

    Need some body good in Python and Numpy.

    $15 (Avg Bid)
    $15 Oferta promedio
    4 ofertas

    Hey, I built Neural Network Framework from scratch using only NumPy. I have some problems with the Conv layer backpropagation and I need you to fix it. In addition, I have a BN layer that needs refactoring. 99% of the code is already written and I need only the 1%.

    $120 (Avg Bid)
    $120 Oferta promedio
    9 ofertas

    Request details It is a relatively simple code using Numpy (less than 300 lines) that, given some parameters, build a circuit and solves it at each time step. Since the inputs have a stochastic distribution, I need to solve the circuit in times hundreds of times. At the moment, each simulation is 20min, so it is not possible to do them, I need much more speed. A multi-thread approach has been used, and the code is faster by 4 times (thanks to a codementor, but then the collaboration stopped due to difficulty to improve the code and lack of communication). However, I would like to reach much faster speed, maybe by using GPU or other approaches. I need someone good with optimal resource allocation and code optimization for numerical methods. Thanks. Deliverables Make the code at lea...

    $124 (Avg Bid)
    $124 Oferta promedio
    10 ofertas

    It is a relatively simple code using Numpy (less than 300 lines) that, given some parameters, build a circuit and solves it at each time step. Since the inputs have a stochastic distribution, I need to solve the circuit in times hundreds of times. At the moment, each simulation is 20min, so it is not possible to do them, I need much more speed. A multi-thread approach has been used, and the code is faster by 4 times. However, I would like to reach much faster speed, maybe by using GPU or other approaches. I need someone good with optimal resource allocation and code optimization for numerical methods. Thanks. Make the code at least 10x faster by code optimization and CPU,thread, GPU, other approaches.

    $180 (Avg Bid)
    $180 Oferta promedio
    2 ofertas

    Hi, The Simplest Python-Kivy code will grab frame from Android Camera of (a tablet) i.e. Ind...Simplest Python-Kivy code will grab frame from Android Camera of (a tablet) i.e. Index:1 and decode, resize, grayscale etc. Frame will have face detection using Haarcascade of OpenCV and the camera with a green square around face will be viewed on either boxlayout or grid, doesn't matter. Also it will just print the size and position of the detected face. - Python, Kivy Camera (Android), OpenCV, Numpy(?) - Not Exporting picture and analyzing than viewing, such a method with ClockSchedule. - It will include [login to view URL] file requirements. - Kv File will be an external file. - I should be able to deploy [login to view URL], kv and spec thru Buildozer later Note: I need the...

    $56 (Avg Bid)
    $56 Oferta promedio
    3 ofertas
    Python Project Finalizado left

    Looking for Python Expert who is familiar with data science and working with Pandas / numpy and databases.

    $19 / hr (Avg Bid)
    $19 / hr Oferta promedio
    52 ofertas

    Hi Marijana G., I noticed your profile and would like to discuss my Python/Pandas/Numpy project. We can discuss any details over chat.

    $250 (Avg Bid)
    $250 Oferta promedio
    1 ofertas
    Python Numpy Expert Finalizado left

    Hello I have a python script that use numpy mainly. it take much time to finish. so I need someone to speed up this script more 10x using CUDA or Multiprocessing. Who can help me. Place "Numpy on Cuda" on your bid. Thanks

    $17 / hr (Avg Bid)
    $17 / hr Oferta promedio
    29 ofertas
    Python Numpy Expert Finalizado left

    Hello I have a python script that use numpy mainly. it take much time to finish. so I need someone to speed up this script more 10x using CUDA or Multiprocessing. Who can help me. Place "Numpy on Cuda" on your bid. Thanks

    $50 - $80
    Sellado
    $50 - $80
    9 ofertas

    ...technical language, decision-making, problem solver mindset, results evaluation, continuous learning Hard skills: Frontend - React (experience with charting libraries and dashboards is a plus) - html/css - bootstrap - jquery Backend - Flask (python) - Dash (plotly) Need advanced knowledge of Flask with knowledge of complex routing patterns, subdomains and blueprints. Dash, numpy and pandas are nice to have, but not essential. Devops - AWS elastic beanstalk - AWS S3 - AWS lambda - Firebase authentication In your role you are accountable for the quality of the code, and respect of the project deadlines You are responsible for : - Producing clean, efficient code based on specifications - Testing and d...

    $29 / hr (Avg Bid)
    $29 / hr Oferta promedio
    31 ofertas

    Hello I have a python script that use numpy mainly. it take much time to finish. so I need someone to speed up this script more 10x using CUDA or Multiprocessing. Who can help me. Place "Numpy on Cuda" on your bid. Thanks

    $40 - $50
    Sellado
    $40 - $50
    18 ofertas
    Senior Data Analyst Finalizado left

    Responsibilities Include: • Help collect business-relevant data and use the data to understand trends, solve business problems, and monitor metrics. • Assist wi...reporting. • Highly skilled in using visualization tools like Tableau, Prometheus, Grafana, Django, flask for creating dashboards. • Work experience with extracting data from various database sources like Postgres, Mysql, and NoSQLs. • Hands-on experience with big data tools like Hadoop, Spark, Hive, Pig, PySpark, Spark SQL, PySpark • Experience in using various packages in python-like pandas, NumPy, SciPy, Matplotlib Nice to have: • Experience in working with Kubernetes. • Data Engineering experience. • Machine Learning, Clustering, Unsupervised Learning, Anomaly Det...

    $1193 (Avg Bid)
    $1193 Oferta promedio
    8 ofertas
    Python Developer Finalizado left

    ...with the goal of helping them gain a deeper understanding of our industryand maintain a competitive edge. You will be lead python developer part of a development team buildinginnovative solutions in the music/entertainment space. Skills & Qualifications Key Qualifications: 3+ year of experience in web and/or application development 3+ years of programming experience with Python (Django, Flask, Numpy and Pandas) Asset: Experience developing conversational chatbot application (using RAsa, Dialogflow or other) Asset: Experience with frontend JS framework (React, VueJS, Angular) Experience integrating with third party systems through REST APIs Experience communicating deliverables and requirements to both technical and non-technical audiences Experience working with cross-fun...

    $34 / hr (Avg Bid)
    $34 / hr Oferta promedio
    42 ofertas

    Looking for a Data Engineer - Bigdata/Python-Python With Tornodo Framework, numpy, pandas, mathplotlib and statistical exposure- Seniority level - Sr/Mid It is a freelancing work where an individual must dedicate around 8-9 hours per day. Interested persons can bid.

    $643 (Avg Bid)
    $643 Oferta promedio
    10 ofertas

    Need some body good in Python and Numpy.

    $31 (Avg Bid)
    $31 Oferta promedio
    9 ofertas
    Need a DATA SCIENTIST Finalizado left

    Excellent understanding of machine learning techniques and algorithms, such as k-NN, Naive Bayes, SVM, Decision Forests, etc. Experience with common data science toolkits, such as R, Weka, NumPy, MatLab, etc {{depending on specific project requirements}}. Excellence in at least one of these is highly desirable Great communication skills Experience with data visualisation tools, such as D3.js, GGplot, etc. Proficiency in using query languages such as SQL, Hive, Pig {{actual list depends on what you are currently using in your company}} Experience with NoSQL databases, such as MongoDB, Cassandra, HBase {{depending on project needs}} Good applied statistics skills, such as distributions, statistical testing, regression, etc. Good scripting and programming skills {{if you expect that th...

    $4 / hr (Avg Bid)
    $4 / hr Oferta promedio
    10 ofertas

    Assist in the development of Python code to process atmospheric and climate model output. This will include working with large multi-dimensional datasets using Python libraries such as numpy and pandas. While some familiarity or experience with scientific software and scientific computing is appreciated the most important skill/experience I'm looking for is software engineering and technical ability. For example software design, OO principles, version control (git), CI/CD, Linux, etc.

    $34 / hr (Avg Bid)
    Destacado
    $34 / hr Oferta promedio
    35 ofertas

    Hello, I have a job to handle pdf file and also to work with numpy. If you are experienced in python numpy, it would be great to work with. Thank you for your reading.

    $107 (Avg Bid)
    $107 Oferta promedio
    37 ofertas

    Python with Pandas is a tremendously powerful tool for data analysis and visualization. In this homework, you will use Pandas to analyze the Google Play Store data set, We will ask you to manipulate the data in certain ways in order to show different interesting visualizations. Your code must be properly vectorized. Hint: no for loops are necessary to solve the assignment. You are free to use any NumPy, Pandas, and Matplotlib functions.

    $148 (Avg Bid)
    $148 Oferta promedio
    12 ofertas

    There are three separate problems. Each have their associated csv files. We want to create network, distance matrix, plots and detect communities. Helpful python libraries would be matplotlib, numpy, networkX etc. Instructions provided and some help with learning resources can also be given. Code preferred in a Jupyter file.

    $112 (Avg Bid)
    $112 Oferta promedio
    4 ofertas

    ...in a logfile. E.g.: API status = 413, message "Some error" should be written to a logfile with the corresponding entity (e.g. SKU or ID of category, etc.) Servers: Akeneo Community Edition 4, WordPress 5.7.2 and WooCommerce 5.3.0. Python Libraries: The sync script should be setup with Python 3.6. Preferred libraries beside standard libraries from Python: Request (for all API stuff), Pandas / Numpy for datasets, WooCommerce Python API Wrapper (very convient to access WooCommerce). Other libraries: If you know better approaches talk to us before, but we are open to this. Testing: Akeneo: Setup of a demo Akeneo instance (Community version 4.0) and install the icecat database, so we have a good basis for a bunch of products to sync. Install routine:

    $176 (Avg Bid)
    $176 Oferta promedio
    3 ofertas

    ...in a logfile. E.g.: API status = 413, message "Some error" should be written to a logfile with the corresponding entity (e.g. SKU or ID of category, etc.) Servers: Akeneo Community Edition 4, WordPress 5.7.2 and WooCommerce 5.3.0. Python Libraries: The sync script should be setup with Python 3.6. Preferred libraries beside standard libraries from Python: Request (for all API stuff), Pandas / Numpy for datasets, WooCommerce Python API Wrapper (very convient to access WooCommerce). Other libraries: If you know better approaches talk to us before, but we are open to this. Testing: Akeneo: Setup of a demo Akeneo instance (Community version 4.0) and install the icecat database, so we have a good basis for a bunch of products to sync. Install routine:

    $158 (Avg Bid)
    $158 Oferta promedio
    5 ofertas

    Plotly Treemap Returns Blank please see the fast fully contained colab example input: ``` %%capture !pip install --upgrade plotly import pandas as pd final = pd.read_csv("https://ra...Treemap Returns Blank please see the fast fully contained colab example input: ``` %%capture !pip install --upgrade plotly import pandas as pd final = pd.read_csv("") () import as px import numpy as np typed = "In-sample" fig = (final, path=["Data","Acronym"], values=typed) () ``` output: [Blank]

    $13 (Avg Bid)
    $13 Oferta promedio
    3 ofertas

    ...symbols. I need to have the same script working for 2K symbols that are located on a JSON File. The streaming data is updated either every 500 milliseconds or 1 second. I need to have the script to get the data for the 2.5K symbols, make a few standard operations (adding, comparing, averaging) and then saving to a local database (MYSQL). The developer must know: PYTHON, PANDAS (DATAFRAMES), NUMPY, ASYNC (asynchronous processes). I will provide de working script to the developer that gets the project. I will not provide the API credentials to the developer to get the streaming data because it is sensitive. I will run the script myself to check if it works properly. Developers with NO KNOWLEDGE of PYTHON, please don't apply. I attached the PDF file with the Flowchart...

    $513 (Avg Bid)
    $513 Oferta promedio
    17 ofertas

    BUDGET: 50USD MAX Please read the attached document "" for more information. The candidate must be proficient in list/NumPy manipulation in python. The code should also be written with lost's of comments and explanations!

    $27 (Avg Bid)
    $27 Oferta promedio
    5 ofertas

    Please read the attached document "" for more information. The candidate must be proficient in list/NumPy manipulation in python. The code should also be written with lost's of comments and explanations!

    $72 (Avg Bid)
    $72 Oferta promedio
    7 ofertas

    I have to complete this coding on Python for an assignment. We have to do things like display data, find confidence intervals, find p values, and calculate the appropriate correlation coefficient. Attached is the assignment.

    $119 (Avg Bid)
    $119 Oferta promedio
    20 ofertas

    Dear Python expert. I have a numpy image crop function as given below and I want to add a feature to it. def crop_image(img,starty,cropy,startx,cropx): return img[starty:starty+cropy,startx:startx+cropx] Sample run - In [45]: img Out[45]: array([ [88, 93, 42, 25, 36, 14, 59, 46, 77, 13, 52, 58], [43, 47, 40, 48, 23, 74, 12, 33, 58, 93, 87, 87], [54, 75, 79, 21, 15, 44, 51, 68, 28, 94, 78, 48], [57, 46, 14, 98, 43, 76, 86, 56, 86, 88, 96, 49], [52, 83, 13, 18, 40, 33, 11, 87, 38, 74, 23, 88], [81, 28, 86, 89, 16, 28, 66, 67, 80, 23, 95, 98], [46, 30, 18, 31, 73, 15, 90, 77, 71, 57, 61, 78], [33, 58, 20, 11, 80, 25, 96, 80, 27, 40, 66, 92], [13, 59, 77, 53, 91, 16, 47, 79, 33, 78, 25, 66], [22, 80, 40, 24, 17, 85, 20, 70, 81, 68, 50, 80]]) In [46]: crop_image(img,2,6,4,4) Out[46]:...

    $21 (Avg Bid)
    $21 Oferta promedio
    4 ofertas
    simple python function Finalizado left

    Dear Python expert. I have a numpy image crop function as given below and I want to add a feature to it. def crop_image(img,cropx,cropy): y,x = startx = x//2-(cropx//2) starty = y//2-(cropy//2) return img[starty:starty+cropy,startx:startx+cropx] Sample run - In [45]: img Out[45]: array([[88, 93, 42, 25, 36, 14, 59, 46, 77, 13, 52, 58], [43, 47, 40, 48, 23, 74, 12, 33, 58, 93, 87, 87], [54, 75, 79, 21, 15, 44, 51, 68, 28, 94, 78, 48], [57, 46, 14, 98, 43, 76, 86, 56, 86, 88, 96, 49], [52, 83, 13, 18, 40, 33, 11, 87, 38, 74, 23, 88], [81, 28, 86, 89, 16, 28, 66, 67, 80, 23, 95, 98], [46, 30, 18, 31, 73, 15, 90, 77, 71, 57, 61, 78], [33, 58, 20, 11, 80, 25, 96, 80, 27, 40, 66, 92], [13, 59, 77, 53, 91, 16

    $20 (Avg Bid)
    $20 Oferta promedio
    2 ofertas

    I'm looking to work with python and oneDrive Business in a simple way: I want to save and load files to and from OneDrive Business as if OneDrive was a local drive, so I can use any python package to interact with these files (i.e. pandas, numpy or any other python code). I understand I need to authenticate the app with Microsoft and receive tokens and define redirect URLs. This is too complicated for me. Please provide python code I can run in any jupyter notebook on any machine (local or on a cloud server) that will handle the OneDrive authentication portion and leaves me with the possiblity to simply define the path to the file. I have access to the MS account and have registered an app. What I need from you: - step-by-step instructions on what to do get any kind of sdk ...

    $30 (Avg Bid)
    $30 Oferta promedio
    7 ofertas

    Looking for a Python vector function using pandas / numpy (cannot use TDA-Lib or similar) to calculate the Parabolic SAR technical indicator. The objective is to have optimal performance (and value accuracy…), therefore, cannot use Python FOR LOOPS. Must calculate 2 columns: one with the PSAR value and another column with the text indicator BUY / SELL (BUY = when the PSAR is below the close and SELL = when the PSAR is above the close). The function will receive a dataframe which contains the Close column. Values will be tested using real securities against the Yahoo Finance values. To illustrate the expectation, below is an example of another similar function using a different indicator (RSI in this case): def rma(self, x, n, y0): a = (n - 1) / n ak ...

    $128 (Avg Bid)
    $128 Oferta promedio
    10 ofertas

    Write a Python module which implements the functions described below. you will be artificially limited to using the following Python modules only: • numpy • • • for the gaussian filter() only The module should have the functions below: loadImage(filename) saveImage(imageData, filename, scale=False, format="RGB") rgb2hsl(imageData) hsl2rgb(imageData) showImage(imageData) brightness(imageData, b, changeType="absolute", format="RGB") contrast(imageData, c, format="RGB") saturation(imageData, amount, format="RGB") toneMap(imageData, H, S, format="RGB") crop(imageData, top, bottom, left, right) histogram(imageData, scale="linear", channel="L", bins=255, format="RGB") satura...

    $123 (Avg Bid)
    $123 Oferta promedio
    20 ofertas

    ELABORAREA UNEI LICENTE CU TEMA: Aplicatie didactica pentru invatarea utilizarii limbajului PYTHON in prelucrarea imaginilor folosind modulele NUMPY si MATPLOTLIB. ACEASTA TREBUIE SA CONTINA 8-10 LABORATOARE, LUCRARI...

    $527 (Avg Bid)
    $527 Oferta promedio
    8 ofertas
    Phyton Developer Finalizado left

    ...proven work experience in maintaining version control (Git) and ability to work using collaborative tools (Jira) 5. Have experience in agile / sprint based work environment 6. Strong fundamental knowledge on how Machine Learning and Artificial Intelligence can be applied to business solutions 7. Hands on experience with Python Algorithms development expertise on TenserFlow, PyTorch, Scikit-Learn, NumPy etc Deep learning expertise is advantageous 8. Strong critical and analytical thinking skills 9. Able to take constructive criticism and learn from it 10. Well-versed in English 11. Practical experience in computer vision is a bonus 12. Able to work under minimal supervision and guidance 13. Able to work under pressure or stress Job description : 1. Code & liaise with the ...

    $1290 (Avg Bid)
    $1290 Oferta promedio
    17 ofertas

    place icons (various locations) and text (various locations) on image, without losing resolution and quality of the image.

    $47 (Avg Bid)
    $47 Oferta promedio
    4 ofertas

    Should be able to do 12 steps to Navier's stroke equation in python 1. Performing 1d heat equation in python 2. Implementing Numpy arrays for non-linear convection and convection-diffusion problems. 3. Adding second dimensions 4. Creating second dimension for diffusion-convection in 2d 5. 2D laplace and poissoon equation 6. Navier stroke driven flow channel flow volume method 9. Writing a solver

    $9 (Avg Bid)
    $9 Oferta promedio
    2 ofertas
    Need help with python Finalizado left

    Must know python basics and Python libraries NumPy and Pandas

    $84 (Avg Bid)
    $84 Oferta promedio
    13 ofertas

    Calculate network graph using numpy. I will give more details in chat

    $34 (Avg Bid)
    $34 Oferta promedio
    5 ofertas
    Senior AI Developer Finalizado left

    Description Hi there! We’re looking for a Senior AI developer who has several years o...proposals for how to improve the quality of our data. ● Work together with our AI professionals to maintain and improve our existing solutions. Who you are ● You’re an experienced AI developer with at least 5 years of experience, who has been involved in a number of large-scale projects. ● You have experience with natural language processing (NLP) applications. ● You are proficient in Python, Numpy, Pandas, and you can build clean, extendable and scalable code. ● You are familiar with Tensorflow, PyTorch, and Spacy, and have a basic knowledge in statistics. ● You have experience with development in Jupyter notebooks and Dash. ● You have a basic DevOps experience (AWS, Google Cloud, A...

    $21 / hr (Avg Bid)
    $21 / hr Oferta promedio
    13 ofertas