Skip to content

Musical Chatbot to generate custom styled song lyrics

Notifications You must be signed in to change notification settings

Vinit1909/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Musical Chatbot - Harmony

Build your own musical chatbot with custom interface on top of ChatGPT

Technology Used:

  • LangChain (Prompt Optimization)
  • Chainlit (Backend)
  • React (Custom UI)
  • LLM (ChatGPT)

Getting Started

To use ChatGPT, you can generate api key by signing up here: https://platform.openai.com/overview


From the root directory move to chainlit-backend folder. In app.py file enter your OpenAI API key

OPENAI_KEY = 'openai_api_key' # Enter your key here

Now on the command line enter the following command to run the backend

chainlit run app.py

To have a custom user interface, change the directory to frontend

cd frontend

Now run the following command

npm run dev

About

Musical Chatbot to generate custom styled song lyrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published