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

https://github.com/machinelearningzuu/ai-universe

In this repo I'm gonna implement any AI/ML/DL/RL/NLP/CV/GNN project I found 😇 anywhere. please provide if you have any new project ideas
https://github.com/machinelearningzuu/ai-universe

artificial-intelligence computer-vision deep-learning gans graphneuralnetwork machine-learning natural-language-processing pytorch reinforcement-learning tensorflow

Last synced: about 1 month ago
JSON representation

In this repo I'm gonna implement any AI/ML/DL/RL/NLP/CV/GNN project I found 😇 anywhere. please provide if you have any new project ideas

Awesome Lists containing this project

README

          

# ai-universe

## 1 happy vs sad - image classification
Data Type - Image
Type of problem - Classification
dataset - https://www.kaggle.com/datasets/aravindanr22052001/emotiondetection-happy-or-sad
framework - tensorflow
model - Custom Convolutional Neural Network (ConvNet)

## 2 deep face detection
Data Type - Image
Type of problem - Object Detection
dataset - Here I created a dataset of my own and Annotated it using LABELME
framework - tensorflow
special libraries - Albumentations for data augmentation
- Labelme for annotation
model - VGG16 multi output model (One for bounding box and one for classification)

## 2 Capuchinbird audio detection
Data Type - Audio
Type of problem - Classification
dataset - https://www.kaggle.com/datasets/kenjee/z-by-hp-unlocked-challenge-3-signal-processing
framework - tensorflow
special libraries - Albumentations for data augmentation
- Labelme for annotation
model - VGG16 multi output model (One for bounding box and one for classification)