Numerus-V1 / README.md
SkillForge45's picture
Update README.md
4d402cc verified
---
license: mit
language:
- en
pipeline_tag: question-answering
library_name: tensorflow
tags:
- finance
- math
- question-answer
- calculation
---
# Numerus - AI Math Revolution!
Numerus is a free neural network for solving math problems. You can use it anywhere, but please provide attribution (see the LICENSE file for details).
# Model Working
The model is written in Python and works. To use it, simply run main.py on your computer. (Important! If you don't have TensorFlow installed, the code won't work.)
# TensorFlow
The neural network is written on the TensorFlow backend.
# Bash Launch
```bash
pip install tensorflow
```
```bash
python main.py
```