Spam detection using neural networks in pythonJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 spam detection using neural networks in python jobb har hittats, med prissättning USD

    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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg Bid)
    $402 Snittbud
    2 bud

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

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg Bid)
    $30 Snittbud
    1 bud
    Submit some Articles Avslutades left

    Data entry computer networks firewall excel Adds

    $155 (Avg Bid)
    $155 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 (Avg 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&ou...

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

    Lice Detection Kit Brochure - 2

    $35 (Avg Bid)
    $35 Snittbud
    1 bud
    Chat program Avslutades left

    ...kommunikation för att bygga en chatt program till Windows och Android. Person ska kunna ringa och chatt i programmet den ska vara snabb och ta så lite ram som det går. Den ska vara smart. Den ska vara mycket bättre än skype och ha anti spam system och mycket mer. Då jag behöver pengar för att göra detta projektet bättre. Kommer själv lägga över 260k på det här projektet. Jag är en smart person och tycker inte om det som Microsoft håller på med och vill för bättre allt. Jag vill bygga den så att alla blir glada. Kommer även fixa in så att den skydda mot virus och andra attacker. Är trött på att många p12or f...

    $2117 (Avg Bid)
    $2117 Snittbud
    3 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 (Avg 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 (Avg 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...

    $27 (Avg 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 projektInstall CSS, JQuery side menu om my website using current CSS'

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    1 bud

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

    $20 / hr (Avg 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...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    Das Ziel des Projekts ist die Entwicklung eines Blackjack-Spiels in Python. Das Spiel wird von einer Person gegen einen computergesteuerten Dealer gespielt. Es soll eine grafische Oberfläche und Geldeinsätze enthalten. Zur Dokumentation wird ein Projektbericht geschrieben. Hier werden alle Arbeitsschritte dokumentiert und reflektiert. Die verschiedenen Code Blöcke werden kommentiert, um seine Funktionsweise besser zu erklären. Eine kurze Anleitung erklärt dem Benutzer, wie das Spiel gespielt wird

    $162 (Avg Bid)
    $162 Snittbud
    9 bud

    I am in need of a developer who can assist me in converting my existing Flask API into an Assistant GPT openai. The ideal candidate will be skilled in Python and GPTs Assistant and have a proficient understanding of Flask APIs. As the project involves converting the API into an Assistant GPT, experience with AI and NLP models will be a huge plus. Please note that there was a technical error in the questions, hence the repeated skips. It is highly important that the converted system maintains the functionalities of the original API while being able to run as an Assistant GPT.

    $29 (Avg Bid)
    $29 Snittbud
    9 bud
    Case Study 6 dagar left

    I'm in need of a skilled professional who can produce a high-quality case study report focusing on marketing strategies within the retail industry. Key Deliverables: - Thorough Analysis: The case study should delve into various effective marketing strategies within the retail sector, potentially highlighting particular successes and failures. - Practical Recommendations: Based on the case study's findings, the report should provide actionable recommendations for developing appropriate marketing strategies in the industry. Ideal Skills and Experience: - Proven Experience in Case Study Writing: You should have a strong track record of creating engaging and insightful case studies. - Retail Marketing Expertise: A deep understanding of the retail sector and its...

    $55 (Avg Bid)
    $55 Snittbud
    23 bud

    I'm in need of an experienced UI/UX Designer for an iOS app dealing with style and fashion. Core Functionality: - The app is essentially a style and fashion app. It uses AI to help people look their best. - The main functionality of the app is to provide a virtual try-on for clothing, offer color matching suggestions and give personalized style recommendations. Target Audience: - The app is designed for both men and women. Ideal Skill Set: - Previous experience working on fashion or style-related apps is a plus. - Knowledge of AI integration for virtual try-on features is highly desirable. - A keen understanding of color theory and style is important. - Ability to create user-friendly and visually appealing interfaces. - Strong communication skills to understand and interpre...

    $183 (Avg Bid)
    $183 Snittbud
    23 bud

    I am seeking a proficient DevOps engineer with expertise in both AWS and Azure platforms to create a Continuous Integration and Continuous Deployment (CI/CD) pipeline. The main duty will be integrating code changes, individual software modifications, into existing code repositories. Need to create a fully functional pipeline with tech documentation and runbooks .. Key Tasks: - Develop, test, and roll out CI/CD pipeline with supporting infrastructure as Code (Kubernetes, Docker) - Manage code releases and updates with popular orchestration tools like : Jenkins , Ansible Ideal Skills: - Proficiency with AWS and Azure cloud platforms - Strong experience with CI/CD - Adeptness with Python, PowerShell programming or any other popular scripting language This job demands the ...

    $1259 (Avg Bid)
    $1259 Snittbud
    26 bud

    ...is presently operational on a Windows 8.1 environment but doesn't launch on Windows 11. I'm not certain about the original coding language as I skipped that question, making it necessary for the freelancer to have adept skills in multiple languages, mainly in C++, Java, and Python. I'm also unsure about specific software or hardware dependencies that might be influencing the situation. However, the freelancer must have the expertise to identify and handle this potentiality. As for specific program functions, the user left a gap as well, so an experienced developer in generic software protocols and universal functions would be highly appreciated. However, the freelancer needs to understand that the scope of the project is conversion and comp...

    $1399 (Avg Bid)
    $1399 Snittbud
    45 bud

    I'm looking for a seasoned Python developer who can assist in two main areas: - Creation of PowerPoint presentation using a CSV data file - Automate the process via a public URL to upload the CSM file Creation of Powerpoint Presentation The CSV file will feature data-points in columns. A powerpoint presentation template will be provided for reference. The graphs and tables should be present as per the data-points present in CSV file. Automating the Process This is the secondary part of the job. Once we have are successfully able to convert a CSV data in PPT format, we should create a public secured link to upload the file. It should be auto-converted and file should be ready for download. The ideal candidate should be a proficient Pyt...

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    12 bud

    I'm in need of a skilled Python developer to create a custom Telegram bot for me. This bot will primarily focus on automated messaging. Key requirements: - (((meeting will be in person in Kuwait))) - The bot should be programmed in Python / any - It should be able to send automated messages - integrate payment gateway - Messages include, but aren't limited to, welcome messages for new users, notifications for updates, and reminders for appointments Please consider the following skills and experiences for this project: - Strong proficiency in Python, with a good understanding of its libraries and frameworks - Experience in developing Telegram bots specifically - A solid grasp of automation and scripting - Prior ...

    $464 (Avg Bid)
    $464 Snittbud
    42 bud

    Project is basically about reading data from file and then using algorithms and data structures sort those data as its needed and then write short documentation...I will also need you to explain me everything you made, how it works etc...Project consists of 4 chapters...1 chapter will be pinned

    $138 (Avg Bid)
    $138 Snittbud
    24 bud
    Instant Reports from Tax Website 6 dagar left
    VERIFIERAD

    ...financial data and regulatory filings from a tax website. This involves scrapping website using the provided credentials by the client, i am looking for getting the python code as i can run the code myself in the future or integrate it to another system. Key Requirements: - I need approximately 300 data points extracted. - The output for these data points should be organized into a PDF or Word. This project is about creating an automated system to generate instant reports about a company. Only difficulty is the website has drops downs to select the period involved and in those 300 data points actually many come from the same source. Ideal Skills and Experience: - Experience in web scraping (Python) - Proficient in creating PDF documen...

    $145 (Avg Bid)
    $145 Snittbud
    51 bud

    .The scope of this project includes: 1. Data Transmission: You should be able to help in enhancing our network to ensure that it delivers data more optimally, focusing particularly on text-based data, as this is what our UDP/IP network primarily handles. 2. Error Detection and Correction: The hiree will also have to devise new methods for detecting and correction errors within our system. We've been facing some challenges in this area that need resolution. 3. Scalable Solutions: Our network system currently connects between 10 and 50 devices. While working on this project, it is important to keep scalability in mind to accommodate potential future growth.

    $20 (Avg Bid)
    $20 Snittbud
    2 bud

    ...developer experienced in working with the Solana network and trading bots, with a mandatory requirement of being knowledgeable about the Pumpfun platform. Responsibilities: Create a bot/tool to manage trading from multiple wallets on the Pumpfun platform. Enable the bot to generate multiple wallets. Configure Solana quantities to buy per wallet. Develop an auto buy and sell bot to make a project appear legitimate with many sales and buys, thereby boosting projects. Ensure speed execution on the first buys to avoid snipers. The initial buys will be made from different wallets in varying quantities, with all transactions going through simultaneously or with a few seconds' difference. Allow for auto-tipping and prioritization in fees. Enable P&L visualization...

    $1218 (Avg Bid)
    $1218 Snittbud
    43 bud

    I'm in need of a skilled programmer who is adept in Python, Java, and C++. Your tasks will span database management, working with algorithms and data structures, and user interface design. Here's a further breakdown of the ideal skills and experience I'm looking for: - Programming skills: Proficient in Python, Java, and C++. Familiarity with various coding patterns and best practices. - Database management: Experience in handling large datasets, querying databases in an optimized manner, and ensuring the integrity and safety of the data. - Algorithms and Data Structures: Demonstrated understanding of algorithms and data structures. The ability to use this knowledge to solve problems efficiently is a must. - User Interf...

    $23 (Avg Bid)
    $23 Snittbud
    14 bud

    I have a data in my excel sheet. They are from column A - J, 10 column, 4137 rows of data. The data are in mixed string format, which means all long text mentioning about their company. I need to do some data analysis. So i need help in doing NLP for those data to clean and filter the data. I need help in doing NLP for the data and provide me the python code use to do the analysis, I will need like the summaries of the text. For example, for column Funder Purpose the row contain info like "Since the business started, we have been fully relying on our internal fund. We plan to utilize this fund to support our working capital requirement and operating expenses. Based on our business growth progress, we are confident in our repayment capacity....

    $1102 (Avg Bid)
    $1102 Snittbud
    59 bud

    Looking for a Python & Active Directory Expert to create a script and test data to capture all meta data linked to and which describes the confined parameters of an AD account, group policy etc. and export to a MS Excel File. More information attached.

    $34 (Avg Bid)
    $34 Snittbud
    5 bud

    I'm looking for a skilled React developer who can assist in changing a Stripe integration to specifically for the payment form. - The integration should support recurring payments. - The payment form needs to collect the user's Name, Email, and Phone number. Ideal candidate: - Proficient in React and has experience with payment gateway integrations. - Familiarity with is a plus.

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    45 bud

    I'm looking to build an A...appealing - Creating informative and engaging content that's daily updated, appealing to a general audience - Implementing AI tools to assist in content creation The ideal candidate should have the following skills/experience: - Proficiency in WordPress, with prior experience in blog creation - Strong writing and editing skills, ensuring content is engaging and informative - Familiarity with AI tools, or a willingness to learn and adapt to using these tools - Prior experience in creating content for a general audience is a plus - A keen eye for design and user experience This is a great opportunity for entry-level interns looking to gain experience in WordPress blog creation and AI tools. Training will be pr...

    $71 (Avg Bid)
    $71 Snittbud
    28 bud

    Contact me for details i will explain better

    $32 (Avg Bid)
    $32 Snittbud
    91 bud

    I'm seeking an experienced Hyperledger developer to design a Fabric network with four nodes for supply chain management. The deployment of this network will be on local machines. Ideally, you would have a skilled understanding of supply chain networks and be capable of integrating functionalities such as: - Real-time tracking - Inventory management - Vendor management Your experience with similar projects and understanding of Hyperledger Fabric would be beneficial for the successful completion of this project.

    $1120 (Avg Bid)
    $1120 Snittbud
    18 bud

    I'm in need of a proficient Python developer who can help compile a Python code, that I have acquired from GitHub, into an executable format for Windows. As the client, I expect: - Understanding the existing Python code and its dependencies - Transforming the Python code into a Windows executable file Successful freelancers should provide a detailed project proposal illustrating how they plan to compile the code to exe on a Windows operating system. Though no specific Python libraries or frameworks were mentioned, a background in Python coding and debugging is paramount. The ideal freelancer should have a deep understanding of Python code, dependencies, and experience dealing with code from GitHub. Experience in...

    $28 (Avg Bid)
    $28 Snittbud
    23 bud

    I'm looking to develop an Android app using .NET MAUI that focuses on facial detection and tracking for attendance monitoring. Key Requirements: - **Facial Detection:** The app should be able to detect faces in real-time. - highlight detected face with rectangle shape - **Server Communication:** Once faces are detected, the app needs to send this information to a server automatically. - **Attendance Tracking:** The primary goal of the app is to leverage this face recognition technology for attendance tracking purposes.(but no need do any page for this now ) Ideal Skills: - Proficient in .NET and MAUI platform for Android development - Strong experience with facial detection and recognition technologies - Prior work on real-time server commu...

    $81 (Avg Bid)
    $81 Snittbud
    5 bud

    ...GUI interface, currently built on the MATLAB compiler, into a Python application. The source code for SPM12 is available at SPM12 GitHub repository Objectives: • Translate the entire SPM12 codebase from MATLAB to Python while maintaining functionality. • Develop a Python-based GUI that replicates the current MATLAB interface. • Ensure the converted application integrates well with Python scientific computing stacks. Key Deliverables: • A fully functional Python version of SPM12. • Source code with comments and documentation. • A user guide for the Python-based GUI. Skills Required: • Proficiency in MATLAB and Python programming languages. • Experience with GUI development ...

    $83 (Avg Bid)
    $83 Snittbud
    8 bud

    ...chemistry experiment for me. You may code using JavaScript, HTML5 or using Python, so experience or proficiency in this language is crucial. Key Requirements: - Users should be able to drag and drop objects using mouse or in case of mobile- fingers. - It should offer a moderate level of interactivity. This includes features such as adjusting quantities and temperatures. If a user pours something in a beaker, it should show the beaker full. If emptied, beaker is empty. - Vector images of lab equipments like Test tube, beaker, burner etc can be found online. Ideal Skills: - Proficiency in Python or JavaScript. You may use CreateJS libraries. If you are a programmer with a passion for chemistry, this is a great opportunity ...

    $24 (Avg Bid)
    $24 Snittbud
    1 bud

    ...the local machine and can sign PDF, XML, JSON, and Text files in bulk and with the following additional features: - Bulk Signing: It should support signing multiple files at once, with no specific limit. - Predefined Output Path: Users should have the option to assign a default output path for the signed files. - PDF Signature Display: For PDF documents, the utility should display the signature as an optional feature. The goal is to have this utility developed within a month. Ideal skills for this project include: - Proficiency in programming languages suitable for file processing (e.g. Python, Java) - Experience in developing software utilities or tools - Familiarity with e-signing mechanisms and standards - Prior experience in working with PDF,...

    $315 (Avg Bid)
    $315 Snittbud
    8 bud