https://github.com/connectai-e/chat-calculator
⌨ Chat To Calculator using natural language. Built with LangchainJs and Vercel AI SDK.
https://github.com/connectai-e/chat-calculator
Last synced: 8 months ago
JSON representation
⌨ Chat To Calculator using natural language. Built with LangchainJs and Vercel AI SDK.
- Host: GitHub
- URL: https://github.com/connectai-e/chat-calculator
- Owner: ConnectAI-E
- License: mit
- Created: 2023-07-27T11:32:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T05:55:32.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T20:52:50.658Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://chat-calc.vercel.app/
- Size: 86.9 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Chat To Calculate using natural language. Built with Langchain and Vercel AI SDK.
Introduction ·
Deploy Your Own ·
Setting Up Locally ·
Tech Stack ·
Contributing ·
License
## Introduction
Chat-Calc is an open-source AI chatbot that uses [Langchain](https://js.langchain.com/docs/modules/agents/) and the [Vercel AI SDK](https://sdk.vercel.ai/docs) to interact with natural language.

## Deploy your own
You can deploy your own version of Chat-Calc with 1-click:
[](https://vercel.com/new/clone?repository-url=https://github.com/ConnectAI-E/Chat-Calculator&env=OPENAI_API_KEY&project-name=chat-calc&repository-name=Chat-Calc)
## Setting Up Locally
To set up Chat-Calc locally, you'll need to clone the repository and set up the following environment variables:
- `OPENAI_API_KEY` – your OpenAI API key (you can get one [here](https://platform.openai.com/account/api-keys))
## Tech Stack
ChatH is built on the following stack:
- [Next.js](https://nextjs.org/) – framework
- [Langchain Js](https://js.langchain.com/docs/modules/agents/) - LLM famework
- [Vercel AI SDK](https://sdk.vercel.ai/docs) – AI streaming library
- [Vercel](https://vercel.com) – deployments
- [TailwindCSS](https://tailwindcss.com/) – styles
## License
Licensed under the [MIT license](https://github.com/connectai-e/Chat-Calculator/blob/main/LICENSE.md).