8000 r1cc4rd0m4zz4 (Riccardo Mazza) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View r1cc4rd0m4zz4's full-sized avatar
🏂
🏂

Highlights

  • Pro

Block or report r1cc4rd0m4zz4

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 GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. traNsLatorLaB traNsLatorLaB Public

    translatorlab: a machine translation tool that uses artificial intelligence models to provide accurate and fast translations between different languages

    Python 2 1

  2. This Python script extracts text fro... This Python script extracts text from PDF files using three different libraries: `pdfminer`, `unstructured`, and `pymupdf`. It allows you to choose the extraction method via command-line arguments and saves the extracted text to a specified output file or prints it to the terminal.
    1
    #!/usr/bin/env python3
    2
    #python3 -m pip install pymupdf unstructured pdfminer
    3
    #chmod +x pdf2text.py
    4
    #python3 pdf2text.py path/to/your/pdf/file.pdf -m unstructured -o output_file
    5
    
                  
  3. Split Text into Sentences with Maxim... Split Text into Sentences with Maximum Length
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    #python3 -m pip install nltk
    4
    #chmod +x split_max_text.py
    5
    #./split_max_text.py "This is a test sentence. This is another test sentence. This is a long test sentence." 20
  4. Secure remote Ollama API with Caddy ... Secure remote Ollama API with Caddy Auth & Ngrok on Google Colab in one shot
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  5. Split Text into Tokenized Chunks Split Text into Tokenized Chunks
    1
    #!/usr/bin/env python3
    2
    #python3 -m pip install nltk tiktoken
    3
    #chmod +x split_sentence2maxtok.py
    4
    #./split_sentence2maxtok.py "This is a test sentence. This is another test sentence. This is a long test sentence." 6
    5
    
                  
  6. awesome-promptbook awesome-promptbook Public

    Collection of creative and useful prompts you can use to create interesting content

    4

0