- Denver Metro
- www.himandthyme.com
- @Himandthyme
Stars
Web app that calculates carbon footprint of various activities. Built using Python, Flask, HTML, CSS, and JavaScript.
Generate text related to corruption using a Recurrent Neural Network (RNN) based on the Corruption Perceptions Index (CPI) timeseries data from 2012 to 2021.
Time series data analysis, decomposition, and forecasting using Python libraries to forecast future values of poverty rates across various countries.
newyou.ai is an AI-powered chatbot built on Voiceflow, leveraging ChatGPT-4 for natural language understanding and response generation. It helps users set, track, and achieve their personal goals t…
This project aims to predict air pollution levels using Long Short-Term Memory (LSTM) networks.
This repository contains the implementation of a fault detection system that detects and eliminates faulty products based on shape and color using a Convolutional Neural Network (CNN).
Visualizing word embeddings generated by GloVe and Word2Vec models using the t-SNE algorithm
Data preprocessing and feature engineering using Titanic Dataset.
Implement RNN for text generation using TensorFlow and Keras.
Implement a decision tree classifier and a random forest classifier on the Iris dataset, visualized results with sklearn's plot_tree function.
Implemented SVM classifier, visualized decision boundary, performed a unit test to verify functionality
This project explores Convolutional Neural Networks (CNNs) for image recognition tasks. Implement a CNN classifier using TensorFlow and Keras, and apply it to the CIFAR-10 dataset.
Preprocess a sample text by performing word and sentence tokenization, stopword removal, and stemming
Analyze the sentiment of 10,000 tweets related to the keyword "Ukraine."
OpenAssistant is a chat-based assistant that understands tasks, can interact with third-party systems, and retrieve information dynamically to do so.
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
A graphical user interface for AutoGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
simple hangman game created using python & ascii art
Build classifier using convolutional neural networks with the full Cats v. Dogs dataset w/25k images
Basic text preprocessing pipeline, which includes tokenization, stemming, and stopword removal
Simple yet powerful password generator built with Python. It allows users to generate strong, random passwords to enhance their online security.
Implement a feedforward neural network for Pima Indians onset of diabetes dataset using TensorFlow & Keras
Rock, Paper, Scissors game using Python's 'random' library to generate computer choices and take user input to play
Implementation of the gradient descent algorithm for linear regression problem
Improved MNIST to +99.5% accuracy by adding single convolutional layer & single MaxPooling 2D layer