sahrohit / lyrics-generator

Home Page:lyrics-generator.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation Instructions

  1. Make sure that you have Python 3, gcc, venv, and pip installed.

  2. Clone the repository

        $ git clone https://github.com/sahrohit/lyrics-generator.git
        $ cd ml-chatbot
  3. Installing Dependencies

    a. Backend

    Create a python 3 venv, activate the environment and Install the project dependencies.

        $ cd backend
        $ python -m venv venv
        $ venv\Scripts\Activate.ps1
        $ pip3 install -r requirements.txt

    b. Frontend

    Install all the Node Modules.

        $ cd frontend
        $ npm install

You have now successfully set up the project on your environment.


After Setting Up

To initialize the backend, run venv\Scripts\Activate.ps1 inside the backend folder.

To initialize the frontend inside the frontend folder,

About

lyrics-generator.vercel.app

License:MIT License


Languages

Language:Jupyter Notebook 99.6%Language:JavaScript 0.4%Language:Python 0.0%Language:CSS 0.0%Language:Shell 0.0%Language:Procfile 0.0%