Web scraping lyrics of Genius.com using python
The following are a list of the requirements needed to run the project:
- Python (3.5.6)
- Flask (1.1.2)
- NLTK (3.5)
- Requests (2.24.0)
- Beautiful Soup (4.6.3)
- set FLASK_APP=main.py
- python -m flask run
Check flask documentation for other environment
- cd frontend
- npm install
- npm start
TODO:
- Work on React Frontend