View Madi-S's full-sized avatar
:shipit:
Probably onto something

Highlights

  • Pro
Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Lead-GenerationLead-GenerationPublic

    Python script, which empowers people with no programming background to generate robust leads on a mass scale. This repo will be compiled of various versatile techniques used in lead generation.

    Python 171 42

  2. fastapi-celery-templatefastapi-celery-templatePublic

    Dockerized fastapi application with various examples of celery use

    Python 6 1

  3. grpc-server-client-examplegrpc-server-client-examplePublic

    Auth web application depicting grpc communication between go and python web services.

    Go

  4. go-stdlib-overviewgo-stdlib-overviewPublic

    Overview of awesome and immersive Go standard library.

    Go

  5. OpenAI Langchain Image LoaderOpenAI Langchain Image Loader
    1
    import base64
    2
    import os
    3
    from langchain_core.documents import Document
    4
    from langchain_community.document_loaders.base import BaseLoader
    5