Code Monkey home page Code Monkey logo

ninoi-2's Introduction

๐Ÿ’ฌ Nino - AI Chatbot

An artificial intelligence chatbot able to learn. Made with html, css, javascript and firebase.

GitHub top language Made by Repository size GitHub last commit

About the projectย ย ย |ย ย ย  Getting startedย ย ย |ย ย ย  How to contributeย ย ย |ย ย ย  License


Layout


๐Ÿ’ก About the project

  • This is an open source project of an artificial intelligence chatbot capable of learning new answers. This project was done using html, css (Bootstrap 4), javascript (JQuery) and Firebase.

  • Live demo

๐Ÿš€ Getting started

  • First, go to the Firebase Console and create a new project.
  • Once created, click on add app and select the web option, give the app a nickname and then copy the appโ€™s configuration, which looks something like this:
const firebaseConfig = {
  apiKey: "000000000000000000000000000000000000000",
  authDomain: "nino.firebaseapp.com",
  databaseURL: "https://nino-default-rtdb.firebaseio.com",
  projectId: "nino",
  storageBucket: "nino.appspot.com",
  messagingSenderId: "000000000000",
  appId: "1:000000000000:web:0000000000000000000000"
};
  • Finally, create a file called config.js inside the js folder and paste the configuration into it, exactly as below:
// js/config.js

var config = {
  API_KEY: '000000000000000000000000000000000000000',
  AUTH_DOMAIN: 'nino.firebaseapp.com',
  DATABASE_URL: 'https://nino-default-rtdb.firebaseio.com',
  PROJECT_ID: 'nino',
  STORAGE_BUCKET: 'nino.appspot.com',
  MESSAGING_SENDER_ID: '000000000000',
  APP_ID: '1:000000000000:web:0000000000000000000000'
};
  • Now, open the index.html file in your browser and have fun!

๐Ÿค” How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m "feat: my new feature";
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

๐Ÿ“ License

This project is under the MIT license. See the LICENSE file for more details.


Made with โค๏ธ by John Emerson ๐Ÿ‘‹ Get in touch

ninoi-2's People

Contributors

johnggli 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.