Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 groq-ai llama3 redis vercel-ai-sdk whatsapp-bot

Last synced: about 17 hours ago
JSON representation

General AI bot for users at SJCET Palai. Talk, Register event, Get latest campus news, Verify certificates etc

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
```