Giter Site home page Giter Site logo

charlpcronje / menlyn.mall.ai.cronje.me Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 117 KB

A Chat bot for a popular mall in south africa

Home Page: https://menlyn-mall-ai-cronje-me.vercel.app

JavaScript 15.87% TypeScript 41.29% CSS 1.58% HTML 3.56% Svelte 37.70%

menlyn.mall.ai.cronje.me's Introduction

Menlyn Mall Guide

Custom Chat bot based on ChatGPT

There are quite a few chat bots available online. However, most of them are based on a pre-trained model. This means that the chat bot is limited to the topics that the model was trained on. This is not the case with this chat bot. This chat bot is based on a custom model that was trained on a dataset of shopping data

How it works

This app leverages OpenAI's recently released ChatGPT API with gpt-3.5-turbo model to respond to a chain of chat messages. Users submit messages to a SvelteKit API Endpoint/Request Handler, which relays the messages to the ChatGPT API. The responses are then proxied back to the client via SSE to stream the response in realtime.

Built with

Run Locally

Clone the repository

git clone https://github.com/charlpcronje/menlyn.mall.ai.cronje.me

Create a .env file within the new directory

cd chatty && touch .env
echo OPENAI_KEY=<YOUR_API_KEY_HERE> >> .env

Install dependencies & start the dev server

yarn && yarn dev

You can now access the dev server running at localhost:5173

menlyn.mall.ai.cronje.me's People

Contributors

charlpcronje avatar

Watchers

 avatar

Forkers

webally

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.