Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.31 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.31 KB

AI-Services

A responsive Flask application is designed by keeping an eye in the Artificial Intelligence Technology for giving services to the real life problems faced in our day life style.

APP Preview

Home Page Home Page

Details Page Details Page

Predict Page

  • prediction on a single record. Predict Page

Predict-batch Page

  • upload a csv file for prediction. predict-batch Page

Predict-batch Result

  • download a resultant csv file. batch result

Services Supported

  1. Real/Fake News Classification [view source code]
  2. SMS Ham/Spam Classification [view source code]

Python Data Science Tools Used to develop each Service

  • Numpy
  • Pandas
  • Matplotlib
  • Seaborn
  • Scikit-learn
  • Tensorflow

Tools used to develop Web Application

  • Flask
  • Python
  • HTML
  • CSS