Giter VIP home page Giter VIP logo

adsml's Introduction

AdsML Project

AdsML is an ASP.NET Core Web API project integrated with ML.NET to predict whether a given message is an advertisement or not. This project aims to provide a simple yet effective solution for identifying advertisements within text messages, enabling applications to filter out unwanted content.

Features

  • Machine Learning Model: Utilizes ML.NET to train a model for predicting whether a message contains advertisement content.
  • ASP.NET Core Web API: Provides an API endpoint for users to send messages and receive predictions on whether they are ads or not.
  • Integration: Seamlessly integrates ML.NET into the ASP.NET Core Web API for real-time predictions.

Usage

Once the application is running, you can interact with the API by sending HTTP POST requests to the /predict endpoint with a JSON payload containing the message you want to classify. The API will respond with a prediction indicating whether the message is classified as an ad or not.

{
    "content": "تست"
}

Contributing

Contributions to AdsML are welcome! If you have any ideas for improvements, new features, or bug fixes, feel free to submit a pull request. For major changes, please open an issue first to discuss the proposed changes.

adsml's People

Contributors

mhshahmoradi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.