Skip to content
View adamrounsville's full-sized avatar
🏗️
building
🏗️
building

Highlights

  • Pro
Block or Report

Block or report adamrounsville

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

Wasatch_Mountains

👋 Hey there, I'm Adam!

  • 💻 Full stack software engineer (web, mobile, Web3, AI/ML) and machine learning researcher
  • 🏫 Undergraduate student studying Computer Science at BYU (BS in Computer Science, Mathematics minor)
  • 🔭 Working on app development with Flutter and React Native, web development with Next.js, React, and TypeScript, blockchain/smart contract development with Solidity, and AI/ML research with Python
  • 🌎 Trying to support and contribute to open source projects as much as possible

Favorite Tech

Tools, languages, and other things that I like to work with.

Python
Python
JavaScript
JavaScript
TypeScript
TypeScript
React
React
Java
Java
C
C
C++
C++
HTML
HTML
CSS
CSS
Node.js
Node.js
Vue.js
Vue.js
Elixir
Elixir
Dart
Dart
Flutter
Flutter
Solidity
Solidity
GraphQL
GraphQL
PostgreSQL
PostgreSQL
Git
Git

Let's Connect:

LinkedIn Twitter

Pinned Loading

  1. excalibur-chess-engine excalibur-chess-engine Public

    A chess engine that implements a minimax algorithm, alpha-beta pruning, piece-square tables, move ordering, and a command-line UI

    Python 3

  2. gpt3-sentence-transformer-pipeline gpt3-sentence-transformer-pipeline Public

    A Python pipeline to generate responses using GPT3, map them to a vector space using the T5 XXL sentence transformer, use PCA and UMAP dimensionality-reduction methods, and then provide visualizati…

    Python 2 1

  3. simple-chatgpt simple-chatgpt Public

    A wrapper around OpenAI's ChatGPT API that makes it easy to create custom messages and conversations

    Python

  4. ai-chatbot-website ai-chatbot-website Public

    An AI chatbot website built using Next.js and TypeScript, and powered by OpenAI's gpt-3.5-turbo API

    TypeScript 2

  5. fantasy-basketball fantasy-basketball Public

    A fantasy basketball trading card website built using Vue.js, JavaScript, HTML, and CSS

    JavaScript

  6. 3D-maze-pathfinder 3D-maze-pathfinder Public

    A C++ command-line program that utilizes a custom path-finding algorithm built using recursion, vectors, and sets to find the valid path to traverse a 3D maze

    C++