Pinned Repositories
100_Days_of_Python_Projects
These are the notable projects completed during my 100 days of python challenge
Arxiv_Research_Assistant
Association_Rule
Audiobook_creator
Beginner_CV
Beginner level Computer Vision Practice and implementation
Boltzmann_Machine
Cancer_Web_app
Capuchin_bird
Classifier_Regression
CNN_Practice
Practicing various CNN's using built in datasets (handwritten numbers and fashion)
Daryldactyl's Repositories
Daryldactyl/n8n-self-hosted
Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
Daryldactyl/Arxiv_Research_Assistant
Daryldactyl/HybridAGI
The Programmable Cypher-based Neuro-Symbolic AGI that lets you program its behavior using Graph-based Prompt Programming: for people who want AI to behave as expected
Daryldactyl/Audiobook_creator
Daryldactyl/Soccer_player_tracking
Daryldactyl/NFL_Draft_Prediction
Input your sports stats into the model to see if you are draftable in the NFL combine
Daryldactyl/Training_Transformers
Lessons on training and fine-tuning Transformer models
Daryldactyl/Daryldactyl.github.io
Github Pages template for academic personal websites, forked from mmistakes/minimal-mistakes
Daryldactyl/LLM_Domain_Expert_Feature_Engineering
Trained a RAG Agent on Biological research papers to take in protein sequences and output an additional 35 columns of features derived from protein sequences. This project is mostly a proof of concept as to be cost effective, I only ran the model on 100 rows of the 30,000 row dataset.
Daryldactyl/Exoplanet_Classification
Using K-Means Clustering to group Exoplanets for identification and mapping relevant planetary features
Daryldactyl/Cancer_Web_app
Daryldactyl/Classifier_Regression
Daryldactyl/Pubmed
Daryldactyl/Capuchin_bird
Daryldactyl/deploying-machine-learning-models
Code for the online course "Deployment of Machine Learning Models"
Daryldactyl/Face_detection
Daryldactyl/Tesla_CNN
Research style notebook for computer vision (identification, segmentation, bounding boxes)
Daryldactyl/Tweet_disaster_predicter_NLP
We look at a number of tweets and predict based on the tweet if it is referencing a disaster or not.
Daryldactyl/TransferLearning_Practice
Daryldactyl/CNN_Practice
Practicing various CNN's using built in datasets (handwritten numbers and fashion)
Daryldactyl/Kaggle_Data
Various Kaggle Datasets made into models
Daryldactyl/RNN_Practice
If you're like me, RNN's have blown your mind! To make sure I truly grasp the concepts this repository will consist of some example problems
Daryldactyl/Pytorch_Classifiers
Testing classification models using Pytorch (FashionMNIST and MNIST(handwritten images)
Daryldactyl/100_Days_of_Python_Projects
These are the notable projects completed during my 100 days of python challenge
Daryldactyl/Object_Tracking
Intro to object tracking methods MeanShift, CamShift, Tracking APIs in OpenCv
Daryldactyl/Intro_to_ObjectDetection
Introducing the implementation of object detection by template, corner detection, edge detection, grid detection, contour detection, feature matching, watershed algorithm, face detection, and general object detection
Daryldactyl/CNN_Sentiment_Analysis
Photos acquired from Google and downloading all pictures via Google chrome extension (Download All Images)
Daryldactyl/OpenCV_Video
Practicing how to use webcam with 0penCV (including draw on video and view videos in folder after saving recording)
Daryldactyl/Beginner_CV
Beginner level Computer Vision Practice and implementation
Daryldactyl/Medical_LLM_Huggingface
My first LLM trained on the medical Wiki data from Hugging Face