CoolFace
Apppublic

Noxem/ai_graph_estimation

sourceHugging Faceapache-2.0updated 1y agoView on Hugging Face
0likes
README.md29 linesDownload Raw Back to root
1---2title: Ai Graph Estimation3emoji: ๐ŸŒ4colorFrom: red5colorTo: indigo6sdk: gradio7sdk_version: 5.45.08app_file: app.py9python_version: 3.11.010pinned: false11license: apache-2.012short_description: https://github.com/BayerC/ai_graph_estimation13---14 15# Ai Graph Estimation16 17This is a machine learning application that estimates graph types from images using a trained FastAI model. The model can classify different types of mathematical graphs (linear, quadratic, cubic, etc.) from uploaded images.18 19## Usage20 21Simply upload an image of a graph and the model will predict what type of graph it is.22 23## Examples24 25The `examples/` directory contains sample images demonstrating different graph types:26- `linear.png` - Linear function example27- `quadratic.png` - Quadratic function example28- `cubic.png` - Cubic function example29