Skip to content

Commit

Permalink
theiaengine
Browse files Browse the repository at this point in the history
  • Loading branch information
OlafenwaMoses committed Aug 26, 2023
1 parent ff3eb27 commit d86198c
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 5 deletions.
19 changes: 18 additions & 1 deletion imageai/Classification/CUSTOMTRAINING.md
@@ -1,6 +1,23 @@
# ImageAI : Custom Prediction Model Training

---
## ---------------------------------------------------
## Introducing TheiaEngine.

![](https://raw.githubusercontent.com/Gen-XR/TheiaEngine/main/logo.png)

We the creators of ImageAI are glad to announce [TheiaEngine](https://www.genxr.co/theia-engine), the next-generation computer Vision AI API capable of all computer vision tasks in a single API call and available via REST API to all programming languages. Features include
- **Detect 300+ objects** ( 220 more objects than ImageAI)
- **Provide answers to any content or context questions** asked on an image
- very useful to get information on any object, action or information without needing to train a new custom model for every tasks
- **Generate scene description and summary**
- **Convert 2D image to 3D pointcloud and triangular mesh**
- **Semantic Scene mapping of objects, walls, floors, etc**
- **Stateless Face recognition and emotion detection**
- **Image generation and augmentation from prompt**
- etc.

Visit [https://www.genxr.co/theia-engine](https://www.genxr.co/theia-engine) to try the demo and join in the beta testing today.
## ---------------------------------------------------

**ImageAI** provides the most simple and powerful approach to training custom image prediction models
using state-of-the-art SqueezeNet, ResNet50, InceptionV3 and DenseNet
Expand Down
23 changes: 20 additions & 3 deletions imageai/Classification/README.md
@@ -1,7 +1,24 @@
# ImageAI : Image Prediction
A **DeepQuest AI** project [https://deepquestai.com](https://deepquestai.com)
# ImageAI : Image Classification

---

## ---------------------------------------------------
## Introducing TheiaEngine.

![](https://raw.githubusercontent.com/Gen-XR/TheiaEngine/main/logo.png)

We the creators of ImageAI are glad to announce [TheiaEngine](https://www.genxr.co/theia-engine), the next-generation computer Vision AI API capable of all computer vision tasks in a single API call and available via REST API to all programming languages. Features include
- **Detect 300+ objects** ( 220 more objects than ImageAI)
- **Provide answers to any content or context questions** asked on an image
- very useful to get information on any object, action or information without needing to train a new custom model for every tasks
- **Generate scene description and summary**
- **Convert 2D image to 3D pointcloud and triangular mesh**
- **Semantic Scene mapping of objects, walls, floors, etc**
- **Stateless Face recognition and emotion detection**
- **Image generation and augmentation from prompt**
- etc.

Visit [https://www.genxr.co/theia-engine](https://www.genxr.co/theia-engine) to try the demo and join in the beta testing today.
## ---------------------------------------------------

### TABLE OF CONTENTS
- <a href="#firstprediction" > :white_square_button: First Prediction</a>
Expand Down
19 changes: 18 additions & 1 deletion imageai/Detection/Custom/CUSTOMDETECTIONTRAINING.md
@@ -1,6 +1,23 @@
# ImageAI : Custom Detection Model Training

---
## ---------------------------------------------------
## Introducing TheiaEngine.

![](https://raw.githubusercontent.com/Gen-XR/TheiaEngine/main/logo.png)

We the creators of ImageAI are glad to announce [TheiaEngine](https://www.genxr.co/theia-engine), the next-generation computer Vision AI API capable of all computer vision tasks in a single API call and available via REST API to all programming languages. Features include
- **Detect 300+ objects** ( 220 more objects than ImageAI)
- **Provide answers to any content or context questions** asked on an image
- very useful to get information on any object, action or information without needing to train a new custom model for every tasks
- **Generate scene description and summary**
- **Convert 2D image to 3D pointcloud and triangular mesh**
- **Semantic Scene mapping of objects, walls, floors, etc**
- **Stateless Face recognition and emotion detection**
- **Image generation and augmentation from prompt**
- etc.

Visit [https://www.genxr.co/theia-engine](https://www.genxr.co/theia-engine) to try the demo and join in the beta testing today.
## ---------------------------------------------------

**ImageAI** provides the most simple and powerful approach to training custom object detection models
using the YOLOv3 architeture, which
Expand Down
18 changes: 18 additions & 0 deletions imageai/Detection/VIDEO.md
@@ -1,5 +1,23 @@
# ImageAI : Video Object Detection, Tracking and Analysis

## ---------------------------------------------------
## Introducing TheiaEngine.

![](https://raw.githubusercontent.com/Gen-XR/TheiaEngine/main/logo.png)

We the creators of ImageAI are glad to announce [TheiaEngine](https://www.genxr.co/theia-engine), the next-generation computer Vision AI API capable of all computer vision tasks in a single API call and available via REST API to all programming languages. Features include
- **Detect 300+ objects** ( 220 more objects than ImageAI)
- **Provide answers to any content or context questions** asked on an image
- very useful to get information on any object, action or information without needing to train a new custom model for every tasks
- **Generate scene description and summary**
- **Convert 2D image to 3D pointcloud and triangular mesh**
- **Semantic Scene mapping of objects, walls, floors, etc**
- **Stateless Face recognition and emotion detection**
- **Image generation and augmentation from prompt**
- etc.

Visit [https://www.genxr.co/theia-engine](https://www.genxr.co/theia-engine) to try the demo and join in the beta testing today.
## ---------------------------------------------------

## TABLE OF CONTENTS

Expand Down

0 comments on commit d86198c

Please sign in to comment.