Vishal Singh 2018CS50426
Prerequisite:-
- gnuplot
- Mac OSX
brew install gnuplot
- Linux
sudo apt-get install -y gnuplot
- Mac OSX
Commands
## Privacy Policy | |
Nomeworkz Pvt Limited built the Nomeworkz app as a Free app. This SERVICE is provided by Nomeworkz Pvt Limited at no cost and is intended for use as is. | |
This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service. | |
If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy. | |
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Nomeworkz unless otherwise defined in this Privacy Policy. | |
## Information Collection and Use | |
For a better experience, while using our Service, we may require you to provide us with certain personally identifiable information. The information that we request will be r |
We use a python crawler to fetch the lyrics from https://www.rentanadviser.com/en/subtitles/subtitles4songs.aspx
This site has a collection of 17346 songs lyrics
Some songs are repeated like for a song you can get a youtube video lyrics and some specific mp3 lyrics
pip3 install BeautifulSoup4
# Real Time Image based Path Tracking Algorithm | |
### User Interface | |
We have the following possible edge interface | |
```python | |
({ | |
"node": "type: Node | init: node", | |
"edge": "type: Edge | init: edge", | |
"confidence": "type: int | init: 0", | |
"last_matched_i_with_j": "type: int | init: self.i_at_matched_node - 1", |