Pinned Repositories
16x2-LCD
Made a convenient LCD circuit for easy plug and play. Images of the solidworks drawing and of the circuit itself
ChatGPT-app
Android app that sends prompts and receives response from ChatGPT3.5 using the OpenAI API.
Falcon7B-Chat
This is an attempt to configure a chatbot using the falcon-7b-instruct parameter model to run locally on a machine with <8Gb VRAM. Using 4 bit quantization to reduce memory load.
kaggle-titanic
Used both logistic regression and random forest models to predict the survived feature. Got 0.758 and 0.772 accuracy respectively.
local-sdxl
Just a quick program to use stable diffusion XL to generate images with minimal GPU memory, using the Streamlit library
Machine_Learning_1
This is my first set up of a knn machine learning model and the chosen dataset is made up.
Mohamad-Hussein
Config files for my GitHub profile.
Naive-Bayes-Classifier
Learning more on machine learning and statistics by making a naive bayes classifier through this video: https://www.youtube.com/watch?v=3I8oX3OUL6I&ab_channel=NormalizedNerd
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
speech-assistant
Desktop application for Linux and Windows that utilizes distil-whisper models from HuggingFace, to enable real-time offline speech-to-text dictation.
Mohamad-Hussein's Repositories
Mohamad-Hussein/speech-assistant
Desktop application for Linux and Windows that utilizes distil-whisper models from HuggingFace, to enable real-time offline speech-to-text dictation.
Mohamad-Hussein/ChatGPT-app
Android app that sends prompts and receives response from ChatGPT3.5 using the OpenAI API.
Mohamad-Hussein/Falcon7B-Chat
This is an attempt to configure a chatbot using the falcon-7b-instruct parameter model to run locally on a machine with <8Gb VRAM. Using 4 bit quantization to reduce memory load.
Mohamad-Hussein/local-sdxl
Just a quick program to use stable diffusion XL to generate images with minimal GPU memory, using the Streamlit library
Mohamad-Hussein/Mohamad-Hussein
Config files for my GitHub profile.
Mohamad-Hussein/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Mohamad-Hussein/16x2-LCD
Made a convenient LCD circuit for easy plug and play. Images of the solidworks drawing and of the circuit itself
Mohamad-Hussein/kaggle-titanic
Used both logistic regression and random forest models to predict the survived feature. Got 0.758 and 0.772 accuracy respectively.
Mohamad-Hussein/Machine_Learning_1
This is my first set up of a knn machine learning model and the chosen dataset is made up.
Mohamad-Hussein/Mohamad-Hussein.github.io
Mohamad-Hussein/Naive-Bayes-Classifier
Learning more on machine learning and statistics by making a naive bayes classifier through this video: https://www.youtube.com/watch?v=3I8oX3OUL6I&ab_channel=NormalizedNerd
Mohamad-Hussein/nn-calgary-data
Making a neural network that predicts the type of crimes depending on various factors.
Mohamad-Hussein/obituary-generator
This is a website that generates obituaries using the power of ChatGPT prompting. All you have to do is input a name, a picture, and its date to get a formatted graphical obituary on the topic!
Mohamad-Hussein/WorldStatisticsProgram
Final Portfolio Project in ENDG 233 of the 2021-2022 school year.