Skip to content

mathlord2/Markov-Chain-Lyrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

A platform that utilizes Markov Chains to generate lyrics based off of any artist in the Genius database.

Running the project

In the project directory, navigate to client and download all necessary packages:

cd client
npm start

Then, run the client by typing:

npm start

In a separate terminal, navigate to the backend folder in the project directory and run the server:

cd backend
python server.py

Open the application at localhost:3000. Changes should update as you save your files.

About

Generate lyrics from any artist using Markov Chains.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published