CoolFace
Apppublic

Shago/basic_engineering_economics_agent

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
README.md28 linesDownload Raw Back to root
1---2title: Basic Engineering Economics Agent3emoji: ⚡4colorFrom: pink5colorTo: pink6sdk: gradio7sdk_version: 5.36.28app_file: app.py9pinned: false10license: mit11short_description: Basic Engineering Economics Agent12---13 14# Basic Engineering Economics Agent15 16This application enables the calculation of the time value of money (TVM) equivalents based on a natural language query.17 18The application is developed using Gradio as the user interface. The libraries utilized in the application's development are:19 20*   `gradio`21*   `langchain`22*   `langchain-core`23*   `langchain-ollama`24*   `langgraph`25*   `typing`26*   `engineonomics`  ()27 28Sentences are generated using the `Qwen3:4b` large language model (LLM).