Thanks to visit codestin.com
Credit goes to Github.com

Skip to content
View will-rice's full-sized avatar

Highlights

  • Pro

Organizations

@pylon @spokestack @Hugging-Face-Supporter

Block or report will-rice

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
will-rice/README.md

Hi there, I'm Will Rice! πŸ‘‹

Typing SVG

LinkedIn Twitter LeetCode Profile Views


πŸš€ About Me

class WillRice:
    def __init__(self):
        self.role = "Machine Learning Engineer"
        self.specialization = ["Generative AI", "Computer Vision", "Audio ML"]
        self.education = "M.S. Computer Science"
        self.thesis = "Generative Models for Subsurface Imaging"
        self.current_focus = ["Lipsync", "Video Editing", "Diffusion Models"]
        self.interests = ["Research", "Open Source", "Software Engineering"]
    
    def say_hi(self):
        print("Thanks for stopping by! Let's build something amazing together!")

me = WillRice()
me.say_hi()

πŸŽ“ Education: Master's degree in Computer Science with research focus on applying generative models to subsurface imaging

πŸ”¬ Specialization: Generative models for audio and computer vision applications

πŸ’‘ Current Work: Building cutting-edge generative models in Computer Vision, with emphasis on Lipsync and Video editing technologies


πŸ› οΈ Tech Stack

πŸ€– Machine Learning & AI

Python PyTorch TensorFlow Keras scikit-learn NumPy Lightning

🎯 Model Expertise

Generative Models

  • 🌊 Diffusion Models
  • 🎭 GANs (Generative Adversarial Networks)
  • πŸ”„ VAEs (Variational Autoencoders)
  • πŸŒ€ Flow-based Models

Core ML Techniques

  • 🎯 Self-Supervised Learning
  • πŸ“Š Classification
  • πŸ“ˆ Regression
  • πŸ” Clustering

πŸ“Š GitHub Stats

Will's GitHub stats

GitHub Streak

Top Langs


🎯 What I'm Up To

πŸ‘¨β€πŸ’» Currently Working On

projects:
  - Generative Models in Computer Vision
  - Lipsync Technology
  - Video Editing with AI
  - Diffusion Model Research

🌱 Currently Learning

learning:
  - Latest ML/AI Research Papers
  - Software Engineering Best Practices
  - LeetCode Problem Solving
  - Advanced PyTorch Techniques

🀝 Let's Collaborate!

I'm always excited to collaborate on:

  • πŸ”¬ Research Projects - Pushing the boundaries of AI/ML
  • 🌟 Open Source - Contributing to impactful projects
  • πŸ’‘ Generative AI - Building next-gen creative tools
  • πŸŽ“ Knowledge Sharing - Writing, teaching, and learning together

πŸ“« Connect With Me

LinkedIn Twitter LeetCode


πŸ’­ Random Dev Quote

✨ Thanks for visiting! ✨

Pinned Loading

  1. spokestack/spokestack-python spokestack/spokestack-python Public archive

    Spokestack is a library that allows a user to easily incorporate a voice interface into any Python application with a focus on embedded systems.

    Python 142 15

  2. gpr-gym gpr-gym Public

    An example of how to automate the process of training data generation through gprMax for use in machine learning models.

    Jupyter Notebook 26 3

  3. huggingface/transformers huggingface/transformers Public

    πŸ€— Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.

    Python 154k 31.5k

  4. denoisers denoisers Public

    Simple PyTorch Denoisers for Waveform Audio

    Python 37 2

  5. super-resolution super-resolution Public

    Training framework for super resolution models

    Python 4 1

  6. ml-template ml-template Public template

    A general template for machine learning projects.

    Python