Join our Slack channel and then search for #osdfs-chatbot
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.
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.
- To build a conversational AI chatboT.
- Learn the basics of chatbot development.
- 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)
Always feel free to file a new issue with a respective title and description on the osDFS Chatbot repository.
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.
OPEN SOURCE DIGITAL FREEDOM SOCIETY |