Pinned Repositories
AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
airflow-docker
Apache Airflow Docker Image.
analysis
analysis utilities
anomaliesinoptions
In this notebook we will explore a machine learning approach to find anomalies in stock options pricing.
AR2
6 axis stepper motor robot and control software - Gen2
ARHeadsetKit
Using $5 Google Cardboard to replicate Hololens
bagisto-marketplace
Baileys
Lightweight full-featured typescript/javascript WhatsApp Web API
BG-Prediction-for-Type-1-Diabetics-using-DRL
Project to improve BG prediction quality in medical applications using Deep Reinforcement Learning
RNN-Time-series-Anomaly-Detection
RNN based Time-series Anomaly detector model implemented in Pytorch.
alexbuce's Repositories
alexbuce/flutter_scribble
Turn your scribbles into detailed images with AI
alexbuce/controlnet
Let us control diffusion models
alexbuce/Tensorflow-2-Reinforcement-Learning-Cookbook
Tensorflow 2 Reinforcement Learning Cookbook, published by Packt
alexbuce/tf_deep_rl_trader
Trading Environment(OpenAI Gym) + PPO(TensorForce)
alexbuce/CubiCasa5k
CubiCasa5k floor plan dataset
alexbuce/trading-bot
Stock Trading Bot using Deep Q-Learning
alexbuce/url-image
AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
alexbuce/rl-DRL4Trading
Trade using DRL algorithms on tensorflow2 and tf-agents
alexbuce/ARHeadsetKit
Using $5 Google Cardboard to replicate Hololens
alexbuce/FocusEntity
Bringing the scanning box from SceneKit to RealityKit
alexbuce/Boutiquey_iOS
iOS native shopping app with opencart backend
alexbuce/three-gltf-viewer
Drag-and-drop preview for glTF 2.0 models in WebGL using three.js.
alexbuce/ExampleOfiOSLiDAR
Example Of iOS ARKit LiDAR
alexbuce/MultipeerHelper
A light swift wrapper around the iOS MultipeerConnectivity framework. Including an example project using RealityKit's MultipeerConnectivityService.
alexbuce/razorpay-opencart
Razorpay Payment Extension for Opencart
alexbuce/headless-ecommerce
Bagisto GraphQL APIs
alexbuce/SwiftUIARKit
ARKit inside a SwiftUI app
alexbuce/blueprint3d
Build interior spaces in 3D
alexbuce/Medium
alexbuce/bagisto-marketplace
alexbuce/Treasure-Store---In-App-Purchases-in-SwiftUI
https://blckbirds.com/post/how-to-use-in-app-purchases-in-swiftui-apps/
alexbuce/iPadLIDARScanExport
Export an OBJ file of ARKit 3.5 iPad Pro LIDAR scans
alexbuce/Risk-based_RL_for_Optimal_Trading_Execution
alexbuce/remove-add-to-cart-btn
Remove Add to Cart Button in Opencart
alexbuce/multipeer-session
Convenience API for creating multiuser AR experiences using Apple's Multipeer Connectivity framework.
alexbuce/rl-starter-files
RL starter files in order to immediatly train, visualize and evaluate an agent without writing any line of code
alexbuce/examples
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
alexbuce/Sentiment-analysis-of-financial-news-data
Sentiment Analysis of news on stock prices
alexbuce/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
alexbuce/Hierarchical-Actor-Critic-HAC-PyTorch
PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments