Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajatsandeepsen/insight
General AI bot for users at SJCET Palai. Talk, Register event, Get latest campus news, Verify certificates etc
https://github.com/rajatsandeepsen/insight
bun docker groq-ai llama3 redis vercel-ai-sdk whatsapp-bot
Last synced: 3 months ago
JSON representation
General AI bot for users at SJCET Palai. Talk, Register event, Get latest campus news, Verify certificates etc
- Host: GitHub
- URL: https://github.com/rajatsandeepsen/insight
- Owner: rajatsandeepsen
- Created: 2024-08-13T07:26:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T02:19:34.000Z (3 months ago)
- Last Synced: 2024-09-30T03:37:37.292Z (3 months ago)
- Topics: bun, docker, groq-ai, llama3, redis, vercel-ai-sdk, whatsapp-bot
- Language: TypeScript
- Homepage:
- Size: 2.86 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INSIGHT Bot
![image](https://github.com/user-attachments/assets/b676079b-c1d0-4f4e-831a-61b421d1d017)
To install dependencies:
```bash
npm install
```To authenticate
```
.env.example -> .env
```To run:
```bash
npm run dev
```To run docker
```bash
docker compose build
``````bash
docker compose --env-file .env config
``````bash
docker compose --env-file .env up
```