Skip to content
View atomicsorcerer's full-sized avatar
🌌
Exploring the universe
🌌
Exploring the universe

Highlights

  • Pro

Organizations

@Streamline-Menus
Block or Report

Block or report atomicsorcerer

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

Python TypeScript Next JS PyTorch NumPy

πŸ‘‹ Hi, I'm Atomic Sorcerer!

I'm currently working on:

  • 🎲 Sudoku Solver and Generator, a Python project to generate or solve sudoku boards using the wave function collapse algorithm
  • 🏫 High School Class Planner, a full-stack web app that helps users plan a high school class schedule, with many additional features
  • πŸ’» RSA from Scratch, a Python project that recreates the RSA encryption system
  • πŸ”­ Quark, a Discord bot that makes science fun
  • ...and much more

My goals:

  • Learn Rust
  • Learn more of the math and science behind ML
  • Improve my knowlegde of PyTorch

New technologies I'm excited for:

  • Mojo, as a superset for Python
  • Apple Vision Pro

Pinned

  1. sudoku-generator sudoku-generator Public

    A sudoku solver and generator that uses the wave function collapse algorithm.

    Python 6 1

  2. SpaceshipTitanic SpaceshipTitanic Public

    Machine learning model for "Spaceship Titanic" Kaggle competition

    Python

  3. rsa-encryption rsa-encryption Public

    A full implementation of the RSA encryption system from scratch in Python.

    Python