An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by simoninithomas

A curated list of projects in awesome lists by simoninithomas .

https://github.com/simoninithomas/catdcgan

A DCGAN that generate Cat pictures 🐱‍💻

cats dcgan dcgan-tensorflow deep-learning gan tensorflow

Last synced: 11 May 2025

https://github.com/simoninithomas/unity_ml_agents_course

Learn to create agents in Unity ML using Deep Reinforcement Learning with Tensorflow.

deep-reinforcement-learning unity-ml-agents

Last synced: 23 Jun 2025

https://github.com/simoninithomas/the_mayan_adventure

The Mayan Adventure is an open-source reinforcement learning environment for Unity ML-Agents. In this environment, you train your agent (Indie) to find the golden statue in this dangerous environment full of traps.

deep-reinforcement-learning ml-agents reinforcement-learning unity unity3d

Last synced: 04 Mar 2026

https://github.com/simoninithomas/time-series-prediction-and-text-generation

Built RNNs that can generate sequences based on input data - with a focus on two applications: used real market data in order to predict future Apple stock prices using an RNN model. The second one will be trained on Sir Arthur Conan Doyle's classic novel Sherlock Holmes and generates wacky sentences based on it that may - or may not - become the next great Sherlock Holmes novel.

keras lstm nlp rnn-model text-generation

Last synced: 08 Mar 2026

https://github.com/simoninithomas/baselines_icm

[Work in Progress] ICM plugin for OpenAI Baselines

Last synced: 25 Dec 2025

https://github.com/simoninithomas/mlagents-tanks

A multi-agent environment using Unity ML-Agents Toolkit where two agents compete in a 1vs1 tank fight game

ai mlagents pytorch reinforcement-learning unity3d

Last synced: 16 Mar 2026

https://github.com/simoninithomas/dog-breed-classifier

Convolutional Neural Network that recognizes dog breeds

cnn deep-learning deeplearning dog-dataset

Last synced: 23 Apr 2025

https://github.com/simoninithomas/news-crawler-parse-backend

This is a crawler made with Scrapy.py to crawl french news articles and send them in your Parse.com backend

crawler news parse scrapy

Last synced: 29 Oct 2025

https://github.com/simoninithomas/policy_gradients_cartpole

A Policy Gradient Learning with CartPole-v0 for Siraj Raval's challenge

cartpole-v0 deep-learning policy policy-gradient reinforcement-learning

Last synced: 25 Dec 2025

https://github.com/simoninithomas/gan_implementations

Some GAN (Generative Adversarial Networks) implementations to generate MNIST images

deep-learning generative-adversarial-network mnist

Last synced: 27 Jun 2025

https://github.com/simoninithomas/style-transfer-pytorch

A Style Transfer agent that applies La Joconde's style to any picture [PROTOTYPE]

art artificial-intelligence cnn convolutional-neural-networks deep-learning pytorch style-transfer

Last synced: 20 Apr 2026

https://github.com/simoninithomas/dlfn_face_generator

A Generative Adversarial Network that generate human faces

cnn deep-learning gan neural-network tensorflow

Last synced: 27 Apr 2026

https://github.com/simoninithomas/newsswipe

This version is for educational purposes only. The goal is to learn to create android applications with network. I create this app with the help of the excellent course : Udacity Android basics : networking

android

Last synced: 24 Apr 2026

https://github.com/simoninithomas/where_is_my_cat

A series of YOLO experimentations using DarkFlow

computer-vision deep-learning tensorflow yolo

Last synced: 10 Jun 2026

https://github.com/simoninithomas/playbot_website

Website for a fake project : Playbot a bot that proposes games based on user tastes

angularjs bootstrap css html js website

Last synced: 06 Apr 2026

https://github.com/simoninithomas/newsswipewebsitev1.0

First version of NewsSwipe website december 2015

css html js website

Last synced: 18 May 2026

https://github.com/simoninithomas/stockhawk

An Android App that displays stock prices

android application udacity

Last synced: 19 Apr 2026

https://github.com/simoninithomas/playbot

PlayBot is an AI that propose games based on user tastes

ai api express mongodb nodejs

Last synced: 09 Apr 2026

https://github.com/simoninithomas/dgan-implementations

Some DGAN (Deep Generative Adversarial Networks) implementations to generate human faces

Last synced: 27 Sep 2025

https://github.com/simoninithomas/dlfn_language_translation

A Seq-to-seq model that translates English to French

deep-learning lstm nlp rnn seq2seq tensorflow

Last synced: 27 May 2026

https://github.com/simoninithomas/dlfn_image_classification

In this project, you'll classify images from the CIFAR-10 dataset. The dataset consists of airplanes, dogs, cats, and other objects. The dataset will need to be preprocessed, then train a convolutional neural network on all the samples. You'll normalize the images, one-hot encode the labels, build a convolutional layer, max pool layer, and fully connected layer. At then end, you'll see their predictions on the sample images.

classify-images cnn convolutional-neural-networks deep-learning tensorflow

Last synced: 16 Oct 2025

https://github.com/simoninithomas/movieshuntnano

Movies Hunt is an Android app that helps user to find the next movie to watch.

android app application movies-hunt

Last synced: 24 Apr 2026

https://github.com/simoninithomas/littlecoffeeshop

Little Coffee Shop is an app that helps you to order in a coffee shop called "Little Coffee Shop".

android app

Last synced: 24 Apr 2026

https://github.com/simoninithomas/nihongohanasukotogadekimasu

Android app to learn some basic Japanese vocabulary. Created with the help of the Udacity's course : Android basics, Multiscreen apps

android japanese multiscreen-apps udacity-course

Last synced: 25 Apr 2026

https://github.com/simoninithomas/playbot_backend

Playbot API in NodeJS

api express mongodb nodejs

Last synced: 29 Apr 2026

https://github.com/simoninithomas/simplelinearregression_philadelphiaratecrime_housepriceprediction

This Machine Learning model helps us to predict of houses prices in Philadelphia region based on crime rate.

housing-prices linear-regression machine-learning

Last synced: 01 May 2026

https://github.com/simoninithomas/newsapprv

NewsAppRV is a demo app made as an example for the article RecyclerView made easy.

android recyclerview tutorial

Last synced: 15 May 2026

https://github.com/simoninithomas/dlfn_generate_the_simpsons_scripts

An RNN that generates new scripts for the Simpsons' tv show

lstm nlp rnn tensroflow text-generation

Last synced: 25 Feb 2026

https://github.com/simoninithomas/dlfn_first_neural_network

Deep Learning Foundations Nanodegree. Udacity Project 1: Your first neural network

Last synced: 19 Mar 2026

https://github.com/simoninithomas/simonini_thomas_website

First version on my personal website

css html js personal-website

Last synced: 18 Apr 2026

https://github.com/simoninithomas/policy-gradient-doom--

Policy Gradient based agent that tries to survive in an hostile environement by collecting health.

baseline deep-reinforcement-learning doom policy-gradient tensorflow

Last synced: 22 Apr 2026

https://github.com/simoninithomas/test

Last synced: 14 Mar 2026

https://github.com/simoninithomas/model-card-template

Model cards template for SB3 and HF Hub

Last synced: 08 Mar 2026