File size: 705 Bytes
0d03d54 94bb2d6 65530ae 94bb2d6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
title: Basic Engineering Economics Agent
emoji: ⚡
colorFrom: pink
colorTo: pink
sdk: gradio
sdk_version: 5.36.2
app_file: app.py
pinned: false
license: mit
short_description: Basic Engineering Economics Agent
---
# Basic Engineering Economics Agent
This application enables the calculation of the time value of money (TVM) equivalents based on a natural language query.
The application is developed using Gradio as the user interface. The libraries utilized in the application's development are:
* `gradio`
* `langchain`
* `langchain-core`
* `langchain-ollama`
* `langgraph`
* `typing`
* `engineonomics` ()
Sentences are generated using the `Qwen3:4b` large language model (LLM). |