Pinned Repositories
huoguoml
A platform for managing and serving Machine Learning models.
chatgpt-plugin
Use ChatGPT to match query with service endpoints
code-qa
CodeQA: Unleash the power of AI in your codebase. Ask questions & get insights from your document.
github-contribution-text-generator
Python script for writing text on github contribution chart.
newspipe
Complete pipeline for crawling online newspaper article. The articles are stored to MongoDB. The whole pipeline is dockerized, thus the user does not need to worry about dependencies. Additionally, docker-compose is available to increase the useability for the user.
push-latest-changes-action
A GitHub action that pushes the latest changes from one repository to another.
Recurrent-Models-of-Visual-Attention-TF-2.0
Implementation of Recurrent Attention Model which was described in the Paper Recurrent Visual Attention in Tensorflow 1.X and 2.X
tfx-gpt2
Code for creating end-end TFX production pipeline for GPT-2.
yolov3-road-damage-detection
Complete pipeline to train (tiny) Yolov3 and deploy it to Edge devices with NNPack, TFLite or OpenVINO. You can choose depending on your application. The pipeline is demonstrated by training it on a data set about road damage.
steven-mi's Repositories
steven-mi/tfx-gpt2
Code for creating end-end TFX production pipeline for GPT-2.
steven-mi/Recurrent-Models-of-Visual-Attention-TF-2.0
Implementation of Recurrent Attention Model which was described in the Paper Recurrent Visual Attention in Tensorflow 1.X and 2.X
steven-mi/code-qa
CodeQA: Unleash the power of AI in your codebase. Ask questions & get insights from your document.
steven-mi/newspipe
Complete pipeline for crawling online newspaper article. The articles are stored to MongoDB. The whole pipeline is dockerized, thus the user does not need to worry about dependencies. Additionally, docker-compose is available to increase the useability for the user.
steven-mi/yolov3-road-damage-detection
Complete pipeline to train (tiny) Yolov3 and deploy it to Edge devices with NNPack, TFLite or OpenVINO. You can choose depending on your application. The pipeline is demonstrated by training it on a data set about road damage.
steven-mi/github-contribution-text-generator
Python script for writing text on github contribution chart.
steven-mi/push-latest-changes-action
A GitHub action that pushes the latest changes from one repository to another.
steven-mi/spring-boot-rabbitmq-producer-example
Spring Boot Example for a RabbitMQ publisher
steven-mi/mlflow-server
Code for running a MLFlow docker container with nginx authentication.
steven-mi/newscrawler
NewsCrawler is a Python library for crawling online newspaper articles. It has a minimal interface to insure maximum productivity with minimal work.
steven-mi/semantic-segmentation-dataset-viewer
A tool for visualizing semantic segmentation datasets
steven-mi/spring-boot-example-postgres-docker
Spring Boot service example with docker, docker-compose & postgresql
steven-mi/chatgpt-plugin
Use ChatGPT to match query with service endpoints
steven-mi/gpt-2
Code for the paper "Language Models are Unsupervised Multitask Learners"
steven-mi/group-generator
A web application to split your list of items in random subgroups.
steven-mi/hackernews
A web application for posting sharing, and liking news written in Javascript with VueJS, Apollo GraphQL and Neo4J
steven-mi/htw-berlin-kbe-exercise-template-2021
Template repository containing exercises for developing backend systems in Java. This was used for the component-based software development course at HTW-Berlin in winter 2020/21 and summer 2021.
steven-mi/machine-learning-basics
Notebooks about machine learning basics
steven-mi/newsgen
Newsgen is a web application for generating German newspaper articles. The entire stack consists of a React frontend and several Scala Play services.
steven-mi/steven-mi
About me
steven-mi/street-detection
Python package for detecting streets
steven-mi/street-detection-microservice
Code for deploying a street detection network as a microservice with TFServing.
steven-mi/tensorflow-2.0-generative-models
Implementation of different GANs with the Tensorflow Keras API
steven-mi/train-street-detection
Notebook for training a street detection network in Tensorflow
steven-mi/voronoi-diagram
Visualization of Voronoi Diagram in C++
steven-mi/wikidump
Repository for downloading wiki dump files and extracting relevant informations from it
steven-mi/build-rag-from-scratch-workshop
Learn the basics of Retrieval-Augmented Generation (RAG) through hands-on notebooks, then build your own AI-powered Q&A chat app using Streamlit.
steven-mi/Databricks-VSCode
VSCode extension to work with Databricks
steven-mi/devcontainer-configs
Collection for useful devcontainer setups
steven-mi/fastapi-template
Template for FastAPI applications