The Profaid Model is a machine learning model designed to predict whether a student or an AI authors a text. This repository also includes a Flask-based microservice allowing users to make local predictions.
- Installation
- Usage
- Microservice
- Contributing
To use the Profaid Model, follow these steps:
git clone https://github.com/your-username/Profaid-Model.git
cd Profaid-Model
You can use the Profaid Model in your Python code by importing the necessary functions from the profaid_model module.
The repository includes a Flask-based microservice that allows you to make predictions locally. To run the microservice, follow these steps:
pip install ALL_REQUIREMENTS
python app.py
The microservice will be accessible at http://127.0.0.1:5000/
. You can use this web app to make predictions.
If you'd like to contribute to the development of the Profaid Model, please follow the guidelines and contribute as needed.