Skip to content
View rp4ri's full-sized avatar
🧉
Working from home
🧉
Working from home

Highlights

  • Pro

Organizations

@SS-Ventures-Labs
Block or Report

Block or report rp4ri

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
rp4ri/README.md

Hi there 👋, my name is Rodrigo Pari

I'm a ML engineer and mathematician based in Santa Cruz de la Sierra, Bolivia. I'm usually travelling around the country. I love math and I'm always trying to learn something new.

In this GitHub account I upload small projects and prototypes that I make while learning new technologies. 🔭 I'm also trying to upload content from my current work to my GitHub Pages blog rp4ri.github.io

In my free time, I like to read 📚 Latin American literature, 🎨 draw and paint, and try to combine my hobbies with my work.

I'm always looking for new challenges and opportunities to learn and grow. 🌎

You can see my gists here.

About me

  • 🧉 I like to drink tereré while coding 🧉
  • 📚 I'm trying to read Borges but I'm having trouble understanding all the references he makes 🤔
  • 🤝 I'm involved in a volunteer project that uses technology to make useful applications for our society labtecnosocial.org 🤝
  • 🖥️ I'm fascinated by Artificial Intelligence because my computer can do seemingly human things like talk to me about literature or draw 🖥️

Pinned

  1. Neural Networks Neural Networks
    1
    # Popular and simple neural network architectures
    2
    
                  
    3
    Here are a few popular and simple neural network architectures:
    4
    
                  
    5
    #### Perceptron:
  2. Manim Useful code snippets Manim Useful code snippets
    1
    # Manim
    2
    
                  
    3
    ## 0. Command line arguments
    4
    ```bash
    5
    manimgl [file] [scene] [flags]
  3. Image Processing Useful code snippets Image Processing Useful code snippets
    1
    # Image Processing useful code snippets
    2
    
                  
    3
    ## 1. Pillow
    4
    #### Installation
    5
    ``` bash
  4. NLP useful code snippets NLP useful code snippets
    1
    # NLP useful code snippets
    2
    
                  
    3
    ## 1. NLTK
    4
    #### Download the necessary data for NLTK
    5
    ``` python
  5. Audio Processing Useful code snippets Audio Processing Useful code snippets
    1
    # Audio Processing useful code snippets
    2
    
                  
    3
    ## 1. Librosa
    4
    #### Installation
    5
    ``` bash
  6. chatbot-thani chatbot-thani Public

    This repository contains the code used to create a chatbot for the Thani mental care application. The chatbot is designed to assist users in accessing mental health resources and providing support …

    Python 2