Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 maya rigging python hittade uppdrag

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr Average bid
    $17 / hr Snittbud
    2 bud
    Project for Raja S.
    Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr Average bid
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 Average bid
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 Average bid
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 Average bid
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr Average bid
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida
    Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 Average bid
    $402 Snittbud
    2 bud

    texturing , skydome car maya

    $169 Average bid
    $169 Snittbud
    14 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 Average bid
    $17 Snittbud
    9 bud
    Web development
    Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 Average bid
    $555 Snittbud
    1 bud
    Software in Python
    Avslutades left

    Good programming skills

    $30 Average bid
    $30 Snittbud
    1 bud
    Programmering i Python
    Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python
    Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 Average bid
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 Average bid
    $155 Snittbud
    1 bud
    Programkurs att göra
    Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 Average bid
    $150 Snittbud
    1 bud
    uppgift python
    Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 Average bid
    $27 Snittbud
    2 bud
    Skriv lite programvara
    Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr Average bid
    $20 / hr Snittbud
    1 bud
    uppgift python
    Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $17 - $143
    $17 - $143
    0 bud

    We're seeking a skilled 3D character model designer proficient in Maya 3D to create high-quality humanoid character models for a third-person, mobile game. Key Responsibilities: - Design intricate, realistic humanoid characters aligning with our game's theme and vision, using clear references and detailed instructions. - Ensure the character models meet the texture and facial detail quality of popular mobile games like PUBG Mobile. - Optimize all models for mobile platforms, achieving a balance between performance and visual appeal. Ideal Skills and Experience: - Extensive experience in 3D character modelling, specifically creating humanoid characters. - Proficiency in using Maya 3D as the primary software tool. - Expertise in game optimization techniques for mobi...

    $148 Average bid
    $148 Snittbud
    16 bud

    I'm looking for a skilled developer to create an automated intraday trading bot using the Angel One API for a client pro...data from the Angel One WebSocket API to monitor market movements and execute trades based on predetermined conditions. - Utilization of tools like Pandas and NumPy for data analysis and profit calculation in real-time. - Consideration of latency issues to ensure timely execution of trades. Ideal Candidate: - Prior experience with trading bots and related APIs is crucial. - Exceptional skills in Python, with a focus on data analysis libraries. - Understanding of various trading strategies and order types is beneficial. - Able to work under NDA and respect confidentiality. If you have read this message, please reply with "I read it." All other r...

    $79 Average bid
    $79 Snittbud
    5 bud

    ...capable of image classification and image segmentation. Ideal Skills: - Proficient in AI and machine learning, specifically in the domain of computer vision. - Hands-on experience with image processing and computer vision tasks. - Familiarity with developing AI for image classification and segmentation. - Proficient in using relevant programming languages and tools (Python, TensorFlow, etc.). - Develop, test, and maintain Python-based applications. - Collaborate with cross-functional teams to design and implement new features. - Optimize and refactor code to improve performance and scalability. - Troubleshoot and debug complex issues, providing efficient solutions. - Participate in code reviews and ensure adherence to best practi - Develop a secure login system. You can c...

    $61 Average bid
    $61 Snittbud
    8 bud

    We're seeking a skilled 3D character model designer proficient in Maya 3D to create high-quality humanoid character models for a third-person, mobile game. Key Responsibilities: - Design intricate, realistic humanoid characters aligning with our game's theme and vision, using clear references and detailed instructions. - Ensure the character models meet the texture and facial detail quality of popular mobile games like PUBG Mobile. - Optimize all models for mobile platforms, achieving a balance between performance and visual appeal. Ideal Skills and Experience: - Extensive experience in 3D character modelling, specifically creating humanoid characters. - Proficiency in using Maya 3D as the primary software tool. - Expertise in game optimization techniques for mobi...

    $55 Average bid
    $55 Snittbud
    2 bud

    I require an expert in Java or Python to develop a utility capable of mapping fields from XML to JSON. The utility will specifically handle metadata information, so understanding and processing this type of data is crucial. Key processing requirements include: - Handling authoring and development attribute details - Mapping contributor names and roles - Identifying and processing attributes - Tracking code versions Ideal candidates for this project should have: - Extensive experience in Java/Python - Strong understanding of XML and JSON - Previous experience with similar utility development - Able to handle complex metadata processing.

    $57 Average bid
    $57 Snittbud
    8 bud
    add new api
    9 dagar left

    add new api to the python script

    $30 Average bid
    $30 Snittbud
    1 bud

    ...define and implement new features. Debug and resolve issues across the stack. Optimize applications for maximum speed and scalability. Stay updated with emerging trends and technologies in web development. Requirements: Proven experience as a Full Stack Developer. Proficiency in front-end technologies (HTML, CSS, JavaScript, React, Angular, or similar). Strong back-end experience with Node.js, Python, Ruby on Rails, or similar frameworks. Familiarity with databases (SQL, MongoDB, etc.). Experience with version control systems like Git. Ability to work independently and meet deadlines. Good communication and problem-solving skills. Nice to Have: Experience with cloud platforms (AWS, Azure, Google Cloud). Knowledge of CI/CD pipelines and DevOps practices. Familiarity with agile m...

    $494 Average bid
    $494 Snittbud
    120 bud
    Telegram Text Sending API Creation
    6 dagar left
    Verifierad

    I'm looking for a Python developer to create an API that sends text messages to a Telegram phone number. - The content of the messages can be various types, so experience with creating flexible, dynamic APIs is crucial. - While I prefer Python for this project, being able to integrate or translate into other languages if necessary would be a plus. - The API should be able to handle various methods of input for phone numbers, including manual input, CSV file upload, and database integration. Your adeptness in Python, coupled with your experience in creating user-friendly, flexible APIs, will make you the ideal candidate for this project.

    $38 Average bid
    $38 Snittbud
    26 bud

    As a client, I am in search of a Senior Backend Developer with extensive experience in crafting web applications. This project will leverage various programming languages and database technologies. Key Skills Required: - Proficient in Java and Python - Mastery in Node.js, Ruby on Rails, C#, PHP/Laravel is a plus - Extensive experience with MySQL, MongoDB, and PostgreSQL Ideal candidates should have a proven track record of developing web applications. They should possess excellent problem-solving skills, be detail-oriented, and able to work independently. Strong communication skills are essential for effective collaboration. Please include examples of your previous work in your bid.

    $2279 Average bid
    $2279 Snittbud
    138 bud

    I'm looking for a programmer with expertise in 3D image processing, specifically for detecting dimensions and contours of mechanical parts. Ideal Skills and Experience: - Proficiency in 3D image processing techniques - Experience working with mechanical parts - Ability to program solutions for image processing tasks - Knowledge of detecting dimensions and contours - ...3D image processing, specifically for detecting dimensions and contours of mechanical parts. Ideal Skills and Experience: - Proficiency in 3D image processing techniques - Experience working with mechanical parts - Ability to program solutions for image processing tasks - Knowledge of detecting dimensions and contours - Familiarity with programming languages suitable for image processing (e.g. Python, C++ wit...

    $385 Average bid
    $385 Snittbud
    44 bud

    I am looking for top notch blender artist experience or freshers both welcome .. Well knowledge in blender modeling texturing rigging animations fx rendering lighting..etc Share your work reels or links with proposal....

    $3 / hr Average bid
    $3 / hr Snittbud
    4 bud

    I'm seeking a Python developer experienced with M5Stick C Plus 2 programming and the Telegram Bot API. The project involves creating a solution that records audio from the built-in mic, encodes it into MP3 format, and sends voice messages over WiFi via Telegram. Key Requirements: - Program the M5Stick C Plus 2 to record audio and send it through a Telegram bot. - Use the built-in microphone. - Implement MP3 encoding of the audio. - The Telegram bot should be able to send the recorded messages. - Deliverables should include the source code, comprehensive setup instructions, and optional support for testing. Ideal candidates should have: - Proven experience in Python programming. - Familiarity with M5Stick C Plus 2 and its capabilities. - Prior work with the Telegram Bot...

    $21 Average bid
    $21 Snittbud
    8 bud

    ...API integrations with design tools like Adobe Illustrator. Requirements • Proven experience in software development for 3D rendering, visualisation, or similar applications. • Proficiency with tools like WebGL, , or similar frameworks. • Familiarity with AI technologies (e.g., OpenCV, TensorFlow, or PyTorch) for image processing. • Experience with backend development (e.g., Node.js, Python, Flask, or Django). • Knowledge of cloud platforms (e.g., AWS, Google Cloud) for scalable hosting and GPU-based rendering. • Strong focus on performance optimisation and clean code. • Excellent problem-solving skills and attention to detail. Preferred Qualifications • Experience with Blender API or similar rendering tools. • Knowledge of a...

    $1438 Average bid
    $1438 Snittbud
    119 bud

    I'm looking for a talented Python developer who can help me with some modifications to my application.

    $27 Average bid
    $27 Snittbud
    29 bud

    I'm seeking a seasoned professional with strong expertise in AWS and Python. Key Responsibilities: - Setting up AWS infrastructure, specifically an AWS API. - Utilizing this AWS API for service automation. Ideal Skills: - Proficiency in Python. - Extensive experience in setting up AWS infrastructure. - Deep understanding of AWS APIs and service automation.

    $355 Average bid
    $355 Snittbud
    10 bud

    I'm looking for a Python expert to develop a Telegram bot for me. The primary function of this bot will be automated messaging. Specifically, it should respond to certain keywords with multimedia messages (like images and videos) and links to resources. Ideal skills and experience for the job include: - Proficiency in Python - Proven experience in developing Telegram bots - Understanding of automated messaging systems - Ability to create interactive and resourceful bots

    $300 Average bid
    $300 Snittbud
    10 bud

    Estou em busca de um desenvolvedor que possa criar um sistema para o meu personagem no Habbo (cliente de desktop) desviar automaticamente de esferas. O desvio deve ser baseado em um algoritmo de aprendizagem de máquina. Características do projeto: - A programação deve ser feita em Python. - O desvio das esferas deve usar um algoritmo de aprendizagem de máquina. Habilidades e experiências ideais incluem: - Extensa experiência com programação em Python. - Conhecimento profundo em algoritmos de aprendizagem de máquina. - Experiência anterior com desenvolvimento para o jogo Habbo é um diferencial.

    $163 Average bid
    $163 Snittbud
    10 bud

    I'm looking for an experienced app developer to create an application similar to ILLUSIO. This app will be designed for Android and/or Windows platforms and will use Unity3D or Python as the primary technology stack. Key Features: - The app should receive a camera feed and overlay 3D photorealism breasts on users, both women and men. - It should allow users to modify the volume, shape, and appearance of the breasts, including the nipples. Ideal Skills and Experience: - Proficiency in Unity3D or Python. - Prior experience in developing augmented reality (AR) applications or 3D modelling apps is a plus. - Understanding of Android and Windows app development. - Ability to implement real-time camera feed processing. Please note, due to the nature of this project, a degre...

    $20 Average bid
    $20 Snittbud
    2 bud

    I'm seeking assistance in configuring the Task Scheduler on my AWS machine. The task involves running a Python script on a daily basis. Key Requirements: - Expertise in AWS, particularly in task scheduling - Proficiency in Python scripting - Experience with AWS machine configuration The ideal freelancer would have a strong background in cloud computing and Python with proven experience in configuring task schedulers on AWS. Your main task will be to ensure the Python script runs correctly every day without fail.

    $7 Average bid
    $7 Snittbud
    8 bud

    I'm in need of a skilled Python developer proficient in web scraping. The task involves logging into two specific websites, conducting searches, navigating through links (up to 5), and scraping content from those pages. Key requirements: - Develop a Python module for web scraping - Implement error handling that sends feedback in response to function calls - Save all scraped data into a TXT file Before we commence, I will provide a detailed document outlining the specific pages and tasks. Ideal candidates would have a strong background in Python, web scraping, and data handling. Good to have multi tasking support by the function.

    $157 Average bid
    $157 Snittbud
    38 bud
    Python Tutor Needed for Beginner
    6 dagar left
    Verifierad

    I'm a complete beginner in Python and I'm looking for a tutor who can guide me through the basics. I prefer live video sessions for my lessons. Must be able to speak English fluently and clearly. We will do the hourly tutoring sessions on video chat.

    $11 / hr Average bid
    $11 / hr Snittbud
    20 bud

    It is difficult to solve problems with the Telegram automatic message bot program that was working on Python for current learning. I'm looking for someone who can solve it simply.

    $30 Average bid
    $30 Snittbud
    13 bud

    ...particular emphasis on performance optimization techniques in React. Key Responsibilities: - Develop and maintain scalable web applications using React and Python frameworks (FastAPI or Django). - Optimize application performance and user experience. - Collaborate effectively with team members and handle user calls with excellent communication skills. Key Requirements: - Strong experience with React, including state management libraries like Redux or Context API. - Expert proficiency in GraphQL. - Familiarity with RESTful APIs and backend integration. - Proficient in writing clean, maintainable, and scalable code. Ideal Skills: - Expertise in Python, preferably with frameworks like FastAPI or Django. - Experience with Docker/Kubernetes. - Knowledge of CI/CD pipelines. -...

    $38 / hr Average bid
    $38 / hr Snittbud
    122 bud

    ...printing, with proper geometry and resolution. - Modify designs as per feedback to meet quality and functionality standards. - Provide models in compatible formats (e.g., STL, OBJ). - Maintain communication during the design process to ensure alignment with project goals. --- Requirements: - Proven experience in 3D modeling for 3D printing. - Proficiency in tools such as Blender, ZBrush, Maya, or similar software. - Knowledge of 3D printing requirements like wall thickness, overhangs, and supports. - Attention to detail and a strong sense of creativity. - Ability to meet deadlines and deliver quality work. - Portfolio of previous 3D-printable models (mandatory). --- Preferred Qualifications: - Experience with character modeling, miniatures, or product ...

    $94 Average bid
    $94 Snittbud
    17 bud

    I'm looking for an expert in algorithmic trading and Python to help me set up a machine learning-based trading system on Google Cloud. This system will leverage key Python libraries such as Pandas, Scikit-learn, and TensorFlow, and integrate with the Zerodha trading platform. Key Responsibilities: - Set up Python on Google Cloud for algorithmic trading - Incorporate machine learning algorithms into the trading system - Integrate the setup with the Zerodha trading platform - Use of specific Python libraries (Pandas, Scikit-learn, TensorFlow) Ideal candidates will have extensive experience in machine learning, Python, and algorithmic trading. Prior experience with Google Cloud and the Zerodha platform is highly desirable.

    $111 Average bid
    $111 Snittbud
    10 bud

    Budget $25 I'm looking for a Python expert who can write a script for me. The script will open a list of URLs from an Excel spreadsheet and check for specific content. Requirements: - The script needs to check for text on the URLs. - If the content exists, it should create a new column in the spreadsheet with the status of each URL. Skills required: - Proficiency in Python programming. - Experience with working on Excel files. - Knowledge in web scraping techniques. - Ability to understand and implement URL content checking. Please only apply if you can demonstrate your ability to complete this task successfully -

    $46 Average bid
    $46 Snittbud
    6 bud

    I need a Python expert who can create a script that retrieves redirect links for Google Hotels. The script should be efficient and able to handle various scenarios. this redirects in the browser, i need to extract the redirect link with additional params, so i can scrape it

    $34 Average bid
    $34 Snittbud
    12 bud

    Python Developer: Screenshot Cropping & OCR to Excel Description: Seeking a Python developer to automate data extraction from screenshots with two key tasks: Screenshot Cropping: Crop images to isolate data below column headers. Handle minor variations across screenshots. OCR & Excel Conversion: Use OCR (e.g., Tesseract) to extract text from cropped areas. Save data to Excel in structured columns. Requirements: Proficient in Python (Pillow, OpenCV, pytesseract). Experience with OCR and Excel handling (openpyxl, pandas). Strong problem-solving skills and attention to detail. Deliverables: Scripts for cropping and OCR-to-Excel conversion, reusable and future-proof. Notes: Focused on screenshots only—no web scraping (e.g., Selenium). Provide a final bi...

    $157 Average bid
    $157 Snittbud
    61 bud
    Fix a Python Scraping Bug
    6 dagar left
    Verifierad

    I'm experiencing a bug in my Python script that's meant to scrape an API for financial data. What I need from you is to troubleshoot and fix the script so that it can run smoothly again. Ideal skills for this job include: - Proficiency in Python - Experience with web scraping - Familiarity with financial data and APIs experience dealing with yahoo finance financial data will be beneficial.

    $36 Average bid
    $36 Snittbud
    37 bud