Skip to content

Instantly share code, notes, and snippets.

View OverPoweredDev's full-sized avatar
ℹ️
This user is very tired

Omkar Prabhune OverPoweredDev

ℹ️
This user is very tired
View GitHub Profile
@OverPoweredDev
OverPoweredDev / Chatbot Connections.md
Last active August 6, 2021 05:49
A few instructions on connecting a chatbot back-end to a web front-end using Flask

Connecting a Chatbot to a Web Front-End

First off, this is just a quick fix so you can get what you want up and running quick enough. Look up how API's work and fetch/axios calls in javascript so you can do this stuff easily later on. With that said, a few things I'm assuming you already have are:

  • An input field for the user of the type

    <input id='input-id'>...</input>
  • A button to post the message

  • Picking An Organisation
    • Pick a Domain (Natural Language, Programming Language, etc)
    • Pick a Language - Optional (Python, C++, JavaScript)
    • Shortlist Organisations with Domain and Language (3- 4 Maximum)
    • Shortlist Individual Projects of the selected Organisations (2 - 3 Maximum, Ideally 1)

  • Writing Your Proposal
  • Get a few things straight before writing it
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@OverPoweredDev
OverPoweredDev / cbow.ipynb
Last active December 14, 2022 05:40
Continuous Bag of Words
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.