mexc_prediction / README.md
ckcl's picture
Update README.md
f7a697c verified
|
raw
history blame
449 Bytes

MEXC Contract Prediction

This is a Gradio-based application for predicting MEXC contract prices using a pretrained adapter model.

How to Use

  1. Enter the input text in the provided text box.
  2. Click the "Submit" button to get the prediction.

Requirements

  • transformers
  • datasets
  • gradio

Running Locally

To run this application locally, you can use the following commands:

pip install -r requirements.txt
python app.py