Skip to content

Loqua is chatbot that recommends songs based on emotion analysed using textual analysis and NLP

Notifications You must be signed in to change notification settings

rehan-ankalgi-7t2/loqua-chatbot

Repository files navigation

Loqua

Sneakpeak of the project

Screenshot (22).png

Screenshot (23).png

Screenshot (24).png

Screenshot (25).png

Screenshot (27).png

Setup Guide

Virtual Environment Setup

Install Virtualenv:

pip install virtualenv

create a virtual Environment in the terminal / command prompt using the below command:

virtualenv loqua

Activate the Virtual Environment using below command:

loqua\Scripts\activate

Deactivate Virtual Environment:

deactivate

Install Dependencies

pip install -r requirements.txt

Spin up the local server

you can start the app on the local server by running the “app.py” file

py app.py

the local server starts on port 5000

About

Loqua is chatbot that recommends songs based on emotion analysed using textual analysis and NLP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published