This folders contains multiple AI project.
Autoencoder: contain a simple anime image generation project
High-Quality_Image_Generation: contain a project to convert low-quality image to high-quality
Image_Classification_SVM: contain a image classification project using SVM
Object Detection: contain two object detection projects using rcnn. The Object_Detection_Notrain folder contain an object detection project using pretrained model without training the model. The Gun_Object_Detection folder includes a gun object detection project using pretrain model but with training and a self-built model.
Phone_Price_Range_ML: contain a decision tree project
RNN_Stock_Price_Predictor: contain a stock price predictor project using RNN and also include a max profit calculation algorithm to find out the max potential profit.
Regression_Model: contain a regression model project