Git Product home page Git Product logo

tubes3_13521046's Introduction

C3GPT - Lite version of ChatGPT

Tugas Besar III IF2211 Strategi Algoritma

Table of Contents

General Information

Web application mirip ChatGPT sederhana yang dapat menampilkan jawaban sesuai pertanyaan user jika pertanyaan tersebut telah ada di database. Web application ini juga menyediakan fitur untuk menambahkan pertanyaan ke database dan menghapus pertanyaan dari database.

Tampilan Program

Main View

Prerequisites

  • NodeJS
  • npm

How to Run

  • Install the dependencies
npm ci
  • Run the development server
npm run dev

Features

  • Calculator Feature
  • Day Name Generator Feature (Use format: DD/MM/YYYY)
  • Ask Question Feature
  • Add Question to Database Feature (Use format: "Tambahkan pertanyaan xxx dengan jawaban xxx)
  • Delete Question from Database Feature (Use format: "Hapus pertanyaan xxx)

Programming Languange

  • JavaScript

Project Structure

Tubes3_13521046
│
├───backend
│    ├── db
│    │    └── db.js
│    ├── handlers
│    │    ├── chat.js
│    │    ├── history.js
│    │    └── qna.js
│    ├── lib
│    │    ├── bm.js
│    │    ├── calculator.js
│    │    ├── date.js
│    │    ├── kmp.js
│    │    ├── regex.js
│    │    ├── search.js
│    │    └── similarity.js
│    └── models
│         ├── ChatSchema.js
│         ├── HistorySchema.js
│         └── QnASchema.js
│
├───components
│    ├── chat-history-bar.js
│    └── chat.jsx
│
├───pages
│    ├── api
│    │    ├── chat.js
│    │    ├── history.js
│    │    └── qna.js
│    ├── _app.js
│    ├── _document.js
│    └── index.js
│
├───public
│    ├── bot_avatar.svg
│    └── user_avatar.svg
│
├───screenshot
│    └── main.png
│
├───services
│    ├── chat.js
│    ├── history.js
│    └── qna.js
│
├───styles
│    ├── Home.module.css
│    └── globals.css
│
├───doc
│   └── C3GPT.pdf
│
└───README.md

Our Website

Please kindly visit our website at c3gpt.vercel.app.com!!

Credits

Made with love by...

C3GPT Team!!

FotoKelompok

This project was implemented by:

  1. Jeffrey Chow (13521046)
  2. Bill Clinton (13521064)
  3. Chiquita Ahsanunnisa (13521129)

tubes3_13521046's People

Contributors

ashnchiquita avatar billc27 avatar jeffreychow19 avatar

Watchers

 avatar

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.