Skip to content

A community-driven bot that aims to be as simple as possible to serve humans queries about osDFS.

Notifications You must be signed in to change notification settings

palrohitg/osDFS-Chatbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

PRs Welcome Slack Status

85e92ee9

Join our Slack channel and then search for #osdfs-chatbot

Open Source Digital Freedom Society

We are Open Source Digital Freedom Society. We are an off campus community that supports women and men that are interested in computer and information science and all tech things. We host tech talks, community events, and business leaders from all around the area on a weekly basis. Our goal is to create and inspire a strong community of women and men in technology fields. We aim to bring support, networking and mentoring to help women and men on your campus to find success in the classroom and in the office.

osDFS-Chatbot

A community-driven bot that aims to be as simple as possible to serve humans queries about osDFS.It is a machine-learning based conversational dialog engine build in Python which makes it possible to generate responses based on collections of known conversations.

🚩 Vision

  • To build a conversational AI chatboT.
  • Learn the basics of chatbot development.

Getting Started

  • Fork this repository (Click the 'Fork' button, top right of this page)
  • Clone your forked copy of this repo down to your local machine:
git clone https://github.com/<your-github-username>/osDFS-Chatbot.git
  • Change directory to get inside repository:
cd osDFS-Chatbot
  • Create a branch for the files:
git checkout -b feature/<name-of-algorithm>
  • Or if its a bugfix to a file:
git checkout -b bugfix/<title-of-issue>
  • Make your changes locally
  • Stage and commit changes:
git add .
git commit -m 'commit message'
  • Push changes to GitHub:
git push origin <branch-name>
  • Create a New Pull Request (PR) from your forked repository on GitHub (Click the 'New Pull Request' Button located at the top of your repo)

Useful Resources

⚠️ Issues

Always feel free to file a new issue with a respective title and description on the osDFS Chatbot repository.

🤝 Contribution

If you have any great ideas which can make this project more better, you can make changes and send us a Pull Request(PR) with a respective title and description on the osDFS-Chatbot repository, We will definitely review your pull request.

Project Admin

OPEN SOURCE DIGITAL FREEDOM SOCIETY

[GitHub followers [Twitter Follow

ForTheBadge built-with-love

About

A community-driven bot that aims to be as simple as possible to serve humans queries about osDFS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%