Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HacktoberFest PR #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/vinitshahdeo/online-debate-system.svg?logo=github&style=social)](https://github.com/vinitshahdeo/) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/vinitshahdeo/online-debate-system.svg?logo=github&style=social)](https://github.com/vinitshahdeo/) [![GitHub last commit](https://img.shields.io/github/last-commit/vinitshahdeo/online-debate-system.svg?style=social&logo=git)](https://github.com/vinitshahdeo/) [![GitHub stars](https://img.shields.io/github/stars/vinitshahdeo/online-debate-system.svg?style=social)](https://github.com/vinitshahdeo/online-debate-system/stargazers) [![GitHub forks](https://img.shields.io/github/forks/vinitshahdeo/online-debate-system.svg?style=social&logo=git)](https://github.com/vinitshahdeo/online-debate-system/network)

-------

An Online Debate System with Voice Recognition using Web Speech API. It converts speech to text and predicts the ***"For the motion"*** and ***"Against the motion"*** using PHP library for Sentiment Analysis.

![Generic badge](https://img.shields.io/badge/debate-system-orange.svg)
Expand All @@ -11,17 +13,24 @@ An Online Debate System with Voice Recognition using Web Speech API. It converts
#### Link for [demo](https://vinitshahdeo.github.io/online-debate-system/speech.html)
[![Generic badge](https://img.shields.io/badge/view-demo-teal.svg)](https://vinitshahdeo.github.io/online-debate-system/speech.html)


-------

## Useful Links

- [Web Speech API Documentation](https://w3c.github.io/speech-api/speechapi.html)
- [Web Speech API Source](https://github.com/w3c/speech-api)

-------

## Requirements

[![GitHub top language](https://img.shields.io/github/languages/top/vinitshahdeo/online-debate-system.svg?logo=php&style=social)](https://github.com/vinitshahdeo/)

The source code of this project is written in **`PHP`**. So, you'll require **`WAMP/XAMPP/MAMP`** to run this project.

-------

## Installing

[![WAMP](https://img.shields.io/badge/wamp-server-red.svg)](http://www.wampserver.com/en/) [![XAMP](https://img.shields.io/badge/xampp-server-blue.svg)](https://www.apachefriends.org/download.html) [![MAMP](https://img.shields.io/badge/mamp-server-lightgrey.svg)](https://www.mamp.info/en/)
Expand All @@ -36,6 +45,8 @@ The source code of this project is written in **`PHP`**. So, you'll require **`W

Extract the folder in ***www*** or ***htdocs*** directory and run `localhost/speech.php`

------

## Special Mention

Big thanks to [Shreya Anand](https://github.com/ShreyaAnand) for making the project report. Click [here](https://github.com/vinitshahdeo/online-debate-system/raw/master/docs/AI%20Review-2.pdf) to download the project report.
Expand All @@ -44,6 +55,8 @@ Big thanks to [Shreya Anand](https://github.com/ShreyaAnand) for making the proj

[![REPORT](https://img.shields.io/badge/download-Project%20Report-blue.svg?logo=microsoft-word&style=social)](https://github.com/vinitshahdeo/online-debate-system/raw/master/docs/AI%20Review-2.pdf) [![shreya](https://img.shields.io/badge/[email protected]?logo=github&style=social)](https://github.com/ShreyaAnand)

-------

## Need help?

Feel free to contact me via [Facebook](https://www.facebook.com/vinit.shahdeo).
Expand Down Expand Up @@ -86,6 +99,8 @@ ______ _ _ _ _

```

------

## License

MIT © [Vinit Shahdeo](https://github.com/vinitshahdeo/online-debate-system/blob/master/LICENSE)
Expand Down