Pinned Repositories
AdaptiveNeuralNet
To exploit the wonders of the brain, we explore creating an adaptive neural network that grows in magnitude as the amount of inputs increase.This resembles neurogenesis where the brain's folds increase as new neurons are formed by the increase in gyri and sulci.
APIinaShell
An API deployed using fastapi running LlamaCpp as the backend to do LLM inference.
breast_cancer_prediction
This is a jupyter notebook that can be used to predict the likelihood of breast cancer given a dataset.
llama-cpp-python
Python bindings for llama.cpp
llama.cpp
LLM inference in C/C++
LlaMail
A Windows console email client powered by LlamaCpp
SeKernel
A semantic-kernel for Streamlit python projects
SeKernel_for_LLM
This is a Python module used to create a semantic kernel in your OpenAI API compatible chat applications.
SeKernel_for_LLM_UI
This is the repository for the UI for the SeKernel_for_LLM module
ShoppingAssistant
A shopping assistant powered by LlamaCpp
perpendicularai's Repositories
perpendicularai/APIinaShell
An API deployed using fastapi running LlamaCpp as the backend to do LLM inference.
perpendicularai/llama-cpp-python
Python bindings for llama.cpp
perpendicularai/llama.cpp
LLM inference in C/C++
perpendicularai/LlaMail
A Windows console email client powered by LlamaCpp
perpendicularai/SeKernel
A semantic-kernel for Streamlit python projects
perpendicularai/SeKernel_for_LLM
This is a Python module used to create a semantic kernel in your OpenAI API compatible chat applications.
perpendicularai/SeKernel_for_LLM_UI
This is the repository for the UI for the SeKernel_for_LLM module
perpendicularai/ShoppingAssistant
A shopping assistant powered by LlamaCpp
perpendicularai/AdaptiveNeuralNet
To exploit the wonders of the brain, we explore creating an adaptive neural network that grows in magnitude as the amount of inputs increase.This resembles neurogenesis where the brain's folds increase as new neurons are formed by the increase in gyri and sulci.
perpendicularai/breast_cancer_prediction
This is a jupyter notebook that can be used to predict the likelihood of breast cancer given a dataset.
perpendicularai/Consumer_Behaviour_Prediction
Wanting to know the behaviour of your customers can be a challenging task. This is a Jupyter notebook that predicts the behaviour of a consumer based on their shopping habits. The dataset that was used is the Amazon Consumer Behaviour dataset.
perpendicularai/DNN-DNA
This is a simple Deep Neural Network with Dynamic Neuron Addition. This means that neurons are added dynamically as the neural network grows.
perpendicularai/imageclassification
A deep-learning notebook to detect real or fake faces. Now comes with it's own PyPI module.
perpendicularai/LifeExpectancy
This is a jupyter notebook inspired by the book "Hands-on machine learning with Scikit-learn, Keras and Tensorflow". It is an end-to-end example of creating a machine learning model to predict the value of a particular feature.
perpendicularai/MatrixPadding
You may be familiar with applying padding according the examples available on Huggingface. This is a jupyter notebook demonstrating the use of a custom padding length.
perpendicularai/MySQuAD_with_custom_dataset
A Jupyter notebook using the SQuAD pretrained model, to train a new Q and A model using a custom dataset.
perpendicularai/Promptus-Web-App
A web app created using streamlit powered by LlamaCpp