Python projects with source code githubJobb
...ett meddelande och sedan automatiskt skicka det till hela kontaktlistan i ett svep. • Kunna schemalägga utskicket så att samma meddelande går ut var 3dje dag utan ytterligare handpåläggning. • Kräva minsta möjliga tekniska underhåll efter installation; jag vill i princip bara öppna appen/skriptet, skriva texten och bestämma veckodag. Jag är öppen för om du levererar en fristående APK, ett Python-skript som körs via ADB, eller någon annan smart metod – så länge det fungerar säkert och smidigt på Android. Leveransen ska inkludera tydliga installations- och användarinstruktioner på svenska eller engelska samt kort support tills allt är ig&a...
...koppling till etablerad betalningsgateway (t.ex. Stripe eller Klarna) med stöd för kort, faktura och återkommande betalningar. • Sökmotoroptimering (SEO) – server-side rendering, optimerade metataggar och sitemap så att sidan indexeras korrekt från dag ett. Jag ser gärna att du: • Bygger med ett modernt ramverk som React, Vue eller för frontend och ett välkänt backend-språk (Node, Python, PHP eller liknande). • Skriver ren, kommenterad kod och versionerar i Git. • Sätter upp en enkel CI/CD-pipeline som automatiskt deployar till molnplattform (t.ex. AWS, Azure eller Vercel). Leveranser 1. Komplett källkod i privat Git-repo. 2. Databas- och infrastruktur-setup som kan k...
...backend. • Implementera AI-drivna lösningar och integrera med vår plattform. • Arbeta modulärt och dokumentera för långsiktighet och skalbarhet. • Följa direktiv men också bidra med egna idéer och lösningar. Vi söker dig som har: • Gedigen erfarenhet som fullstackutvecklare. • Kompetens inom moderna frontend-ramverk (React, Vue eller liknande). • Starka kunskaper i backendutveckling (Node.js, Python eller motsvarande). • Stort intresse för AI, ML och automatisering. • Flytande engelska i tal och skrift. • Förmågan att arbeta självständigt, strukturerat och leverera resultat. Vi erbjuder: • Möjlighet att vara en nyckelperson i ett snab...
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...
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.
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.
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.
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.
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.
Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API
sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go
Jag vill fixa till en webbsida Pandas Python django
Write some ocaml functions............................................
Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0
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
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å ...
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...
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,
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,
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...
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...
Jag har pågående arbete relaterat till vårat tidigare projektpython programming'
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...
...next-generation social & dating platform, and we’re looking for a skilled Backend Developer to help us develop and scale our Advanced Admin Panel and Core Backend Systems. This role focuses on FastAPI-based backend services, realtime systems, admin workflows, analytics, and platform infrastructure. You’ll work closely with the founder and core team to shape a production-ready, secure, and scalable system. Key Responsibilities Admin Panel & Core Backend Develop secure Admin Panel APIs using Python + FastAPI Implement role-based access control (Super Admin, Admin, Moderator, Viewer) Build JWT-based authentication and permission checks Maintain audit logs and secure session handling Realtime & Presence Systems Implement user presence logic (Onl...
...booking application with a focus on repair/service vehicles. The app integrates Yandex Maps for location services, route visualization, and address search. The core functionality includes permission handling (notifications & location), an interactive map interface, service selection, and a booking form. The project is a bit partially implemented. The current codebase includes onboarding flows (notification & location permission screens), a map screen with camera controls (requires some fixes) and basic navigation. The UI is styled with a custom font and a predefined color scheme. Completed Work Permission handling for notifications and location using permission_handler. Onboarding flow with two screens (NotificationScreen, LocationScreen). Map scree...
...looking for an experienced developer to build a fully automated intraday options trading system using Zerodha Kite Connect API. The system should execute trades completely automatically during market hours, including signal generation, order execution, risk management, and exit logic. Strategy Type (High-Level Only) The system will be based on a rule-based intraday breakout + momentum strategy, with predefined entry, stop-loss, and trailing logic. Detailed optimization logic and refinements will be added later after initial system development. ⸻ Core Functional Requirements Market Data • Fetch real-time market data using API/WebSocket • Monitor selected instruments (index options like Nifty/Sensex) ⸻ Trade Execution • Place orders automatically ba...
We are seeking a professional development team to build a cross-platform personal finance app using Flutter/Dart. The app will serve as a suppl...to implement good financial habits through features like budgeting, expense tracking, savings plans, banking plans, and financial statements. Key Deliverables: a) Review and accommodate minor changes to existing Figma designs. b) Full cross-platform development for Android and iOS. c) Support with app store submissions, approvals, UAT, and testing. d) Regular commits to a GitHub repository for tracking and QA purposes. e) Handover of full source code from the start of development (ownership remains with us). f) Bi-weekly status updates to track progress and resolve issues. g) Support documentation covering rele...
...toward permitting and I need a seasoned architect who can look over the plans strictly from a building-code perspective. The core objective is to confirm that every drawing aligns with the latest IBC, ADA, fire-safety and energy-efficiency requirements that apply in our jurisdiction before we commit to final CDs. You will have online access to the full Revit model, PDF plan set and all product data sheets. I will walk you through the intended occupancy, egress strategy and MEP approach on a brief kickoff call, then turn the package over for your review. Deliverables I expect: • A written compliance report highlighting any conflicts, omissions or grey areas, referenced by sheet and code section • Mark-ups (PDF or Bluebeam) showing recommended revision...
I need an experienced Python/Selenium developer for a web scraping project targeting TripAdvisor. The goal is to extract hotel reviews at scale and deliver clean, structured data in CSV/Excel. Fields required per hotel: - Hotel Name - Reviewer Name - Review Rating - Review Title - Review Body - Date of Stay Technical requirements: - Handle pagination automatically (Next button) - 500+ reviews per hotel URL - Crash-safe incremental saving - Anti-detection measures (random delays, rotating user agents) TO APPLY you must complete a free sample test: Scrape 50 reviews from one hotel URL I provide and send the CSV. No sample = no response. Budget: $200 fixed Timeline: 5 days
...and 17 stock availability Tracks all colors across your 20 specified pincodes Sends instant Telegram alerts when stock appears Easy config file to update models and pincodes anytime How It Works: Bot checks Bigbasket every 2-3 minutes When stock is found, you get a Telegram notification with: iPhone model & color Pincode where available Price (if available) Direct Bigbasket link Runs on your laptop (or we can set up a server for 24/7 monitoring) Deliverables: Python bot script (ready to run) Config file with your pincodes & phone models Setup guide + support for any changes Telegram integration tested & working Timeline: 2-3 days Price: ₹3,000 (₹3,500 if you need rotating proxies for guaranteed no IP blocks) What You Need to Provide: 20 pincodes to ...
I need help automating the insertion of specific text strings from a source Excel document into a master Word document. I'd like to insert the items in the Excel file into the corresponding locations in the Word document. I might have 2-3 differenct proposals per day every week. Requirements: - Single source and single master document - Text to be identified by specific keywords Ideal Skills and Experience: - Proficiency in Excel - Experience with automation tools or scripts (e.g., VBA, Python) - Attention to detail and accuracy
...building intelligent systems that automate workflows, enhance decision‑making, and unlock business value from data. My work combines machine learning, natural language processing, and modern automation tools to deliver solutions that are fast, reliable, and scalable. I help companies transform ideas into working AI products — from prototypes to production‑ready systems. I approach every project with a focus on clarity, efficiency, and measurable results. Whether you need a custom AI model, automation pipeline, chatbot, or data‑driven application, I deliver solutions that are practical, well‑documented, and easy to maintain. Core Skills Machine Learning & Deep Learning Model training, evaluation, optimization, fine‑tuning, feature engineering, supervised/unsupervised...
...specifically hardware versions 769E and 769N. The system will interface with the TCU to control a 3-phase AC motor (via VFD) to simulate engine input speed. The project includes a Windows Desktop Application for manual control, automated test sequences with pass/fail logic, and professional PDF report generation. 2. Hardware Policy & Client Contributions • Hardware Procurement: I (the client) will purchase all hardware components based on a mutual agreement with the selected freelancer. • Hardware Preference: While the current baseline suggests using a Teensy 4.1, I am open to alternative hardware (e.g., ESP32, STM32) if the freelancer has a preferred platform that ensures stability. • TCU State: I will provide 769E / 769N units with NO Com...
Development of a Python-based custom memory reader to extract live battle data (Cog HP, Player Gag inventories). Includes building a transparent UI with two modes: an Auto-Tracker for real-time recommendations, and a Manual Prediction Mode for calculating expected damage.
I am developing a financial platform similar to Sensibull. I will provide you with the details, and you will be responsible for the coding. You should have knowledge of React, SQL, MongoDB, CSS, etc. For backend development, you should be familiar with Python, FastAPI, TensorFlow, and PyTorch. I will pay you on a monthly basis.
...radio station—one that grabs the latest local and national headlines (plus bits from nearby high schools), turns them into lifelike speech on par with ElevenLabs, and drops the finished audio straight into my stream. Between songs the host should also handle quick weather and sports updates and slip in a few musical recommendations so the station always feels live and up to date. Because I’m new to AI, the first step is a short discovery chat where you explain what’s realistically possible, outline the tech stack you’d suggest—whether that’s GPT-style summarisation, ElevenLabs or similar TTS APIs, Python or Node for automation, and integration with my existing stream software—and map out ongoing hosting costs. Once we agre...
The project is already done. It is multifactor voiceprint, password and finger print security system and stuff. I just have questions regarding it. You need to speak Arabic cuz some files are in Arabic
Im looking for a large amount of lists and looking to pay around $1 per 20 contacts with valid email addresses harvested from lists I'll give you. I only neeed proper clean verified and contactable info! Objective: outreach to sell books. You might use the stack you are most comfortable with Python + BeautifulSoup, Scrapy, Selenium, Node.js + Puppeteer, or similar 'as long as the final data is clean and deduplicated' Deliverables: • A CSV file containing each email address alongside the exact page URL where it was found • A brief note on the toolchain or script used (for reproducibility) I need the lists to be well-targeted, deduplicated, and usable for outreach. Accuracy matters. Do Not give me a bloated list full of bounces... Are th...
...% there: written in Python, it talks to PostgreSQL, lets users browse stock, pay by crypto through NowPayments or by manual bank transfer, and even handles automatic refunds. Where I’m stuck is reliability—especially around the two external APIs that keep the shop flowing: the product-request/verification endpoint and NowPayments. Right now the bot occasionally stalls or throws exceptions when it should be confirming inventory or posting the payment callback. I need a fresh set of eyes to trace those API communication errors, harden the error-handling logic and make sure every purchase path completes cleanly. What you’ll actually do • Audit the current codebase (roughly 1 500 LOC, aiogram + asyncpg). • Pinpoint and repair any broken request/res...
Project Description: Overview: fixed budget $50 to $70 I have a fully functional, professionally built Python-based Telegram Bot (Video demo available). I am now looking for a developer to build a Professional Web Dashboard that shares the same "brain" (Firebase Database) as the bot. The dashboard must be high-end, clean, and reflect real-time data from the bot and vice-versa. Scope of Work: Web Dashboard Development: Build a clean, professional web dashboard (Node.js or Python Flask/Django preferred). It must connect seamlessly with my existing Firebase database. Real-Time Data Sync: The bot and dashboard must be perfectly synced. If a user earns coins on the dashboard, it must instantly reflect in the Telegram bot interface. CPA Network Integration (S2S): I...
...translation engine trained specifically on ISL datasets. • Clean, well-commented code (Python + OpenCV / MediaPipe / TensorFlow or comparable libraries are fine) that I can retrain with new samples later. • A lightweight interface—desktop or web—where a learner can see their signing mirrored, along with immediate text output. • A short guide outlining model architecture, dataset sources, and steps to deploy on Windows or Linux. Acceptance will be based on: 1. Live video accuracy that comfortably exceeds 90 % on a test set we’ll agree on. 2. Latency low enough to keep conversation flow natural (target <300 ms per frame). 3. Source files delivered in a repo I can run with a single setup script. If ...
...of the pipeline. Core requirements • Connect to any standard RTSP source and keep the video flowing in real time. • If a stream drops, the service should log the event and raise a notification; a supervising process will decide what to do next. • Frames need to be sampled at a fixed FPS that I can set per instance (e.g., 5 fps or 10 fps) and exposed through a lightweight local API so downstream AI workers can pick them up instantly. • Everything has to be written in Python with OpenCV (or GStreamer if you strongly prefer) and be easy to deploy on Ubuntu using systemd or Docker. Milestone-based delivery 1. Clean RTSP connector that plays reliably on my test Hikvision and Axis cameras. 2. Stability layer with logging + disconne...
...professional product with real-time capabilities using Firebase. --- ## Core Features: ### 1. Authentication * Email/password signup and login using Firebase Authentication * Proper session handling (user remains logged in) * Display logged-in user email on dashboard * Error handling for invalid login/signup --- ### 2. Help Request System * Users can post help requests (text-based) * Store: * Request text * User email * Timestamp * Display all requests in real-time using Firestore * Show message if no requests exist * Clean card-based UI --- ### 3. Real-Time Community Chat * One global chat (no private chat required) * Users can send messages * Messages update instantly using Firestore `onSnapshot` * Auto-scroll to latest message * Show sender email with...
...need a Python solution that pulls data from a social-media platform and then runs a full analytical pass on it. The aim is to move from raw posts, likes, comments, and timestamps to clear insights I can act on. Here is exactly what the script must cover: • User engagement • Sentiment analysis • Trend analysis The flow I picture is straightforward: a scraper (or API connector, if available) gathers the latest content, saves it locally in a clean format, and hands it straight to the analysis module. Using familiar libraries—think requests/BeautifulSoup or Selenium for collection, then pandas, scikit-learn, TextBlob (or similar) plus matplotlib/Seaborn for reporting—you will deliver reproducible code that I can run from the command line....
I need a Python backend developer to develop a robust and scalable backend system. The work includes building REST APIs, integrating databases, and implementing authentication and security features. The project should be optimized, clean, and well-documented. Experience with Django, Flask, or FastAPI is a plus.
...assembly & cleaning: Scrape or source publicly available dockets, rulings, and any relevant economic indicators; anonymize where necessary. • Feature engineering: Combine legal factors (precedents, statutes cited, judge history) with macro-economic variables when they materially affect outcomes. • Model development: Use a transparent approach—e.g., gradient-boosted trees or transformer-based NLP—so we can explain predictions to non-technical stakeholders. • Evaluation: Provide precision, recall, and calibration metrics on a held-out test set, plus a short memo interpreting strengths and limits. • Handoff: Deliver commented Python notebooks or scripts, a file, and concise deployment notes. I am comfortable with com...
...Central Core for 6AM Mart Source Code using the Strangler Fig Approach (Migration to Microservices Architecture) 6AM Mart System Overview The 6AM Mart source code is a complete multi-vendor marketplace and delivery platform that provides multiple services simultaneously. The system includes the following main modules: * Food * Grocery * Pharmacy * Parcel * Shop In addition to these modules, the system includes operational components such as: * Order Management * Payment Processing * User Management * Vendor Management * Delivery Management The system is accessed through: * Admin Panel * Vendor Panel * Customer Application * Delivery Application Current Platform Status * Backend: Laravel * Web: React * Mobile: Flutter The current architecture is monolithic...
Project Title: Offline Facial Recognition Module + Mobile App Packaging (iOS & Android) with Kiosk Mode --- Project Description: We have already built an application using Base44 (web app / PWA). The current version includes facial recognition powered by the cloud API from Google Cloud Vision. However, this solution no longer meets our needs due to accuracy issues beyond ~100 users and dependency on external services. We are now looking to implement a fully offline (on-device) facial recognition system, connect the application to an on-premise database, and deploy it as a kiosk-style mobile application (tablet or wall-mounted device) with automatic face detection. --- Project Objectives: 1. Remove all dependency on external/cloud APIs 2. Implement reliable on-d...
I’m a university student working on a project that relies entirely on Python, and I want to make sure the code is both clean and fully functional. The task is strictly programming and development—no copy-writing, layout, or graphic work is involved—so every hour can go straight into writing, refining, and explaining Python code. Here’s what I need from you: • Review the modules I already have, spot weak points, and suggest or implement improvements. • Add any missing functionality so the program meets its intended purpose. • Comment the final code clearly and walk me through the key decisions you make; I need to understand the logic well enough to answer follow-up questions at university. • Provide runn...