Skip to content

A web interface for the lovely virtual assistant Melissa.

License

Notifications You must be signed in to change notification settings

EricChen2013/Melissa-Web

 
 

Repository files navigation

Melissa-Web

Melissa-Web is the web interface for the Melissa-Core repository. It provides the user a web-based interface for operating Melissa on their systems.

IMPORTANT: Please note that open pull requests in this repository only if you wish to contribute to the functionality of the web interface. If you wish to enhance Melissa's capabilities, you should head over to Melissa-Core. Also note that this repository will be synched with Melissa-AI/Melissa-Core only after certain periods of time (unless someone opens a PR to do that).

Installation

The installation steps are esentially the same as that of Melissa-Core, however, there are a few changes to the requirements.txt file.

For OS X Systems

Clone the project using git. You can install git and other CLI developer tools by running the following commands:

xcode-select --install

You will need to install PortAudio and PyAudio. Now run the following commands:

git clone https://github.com/Melissa-AI/Melissa-Web.git
cd Melissa
pip install -r requirements.txt --allow-external pywapi --allow-unverified pywapi
cp profile.yaml.default profile.yaml
cp memory.db.default memory.db
mkdir uploads

For Linux Systems

Install git and espeak using your distribution's package manager or build them from their binary files. Follow the same steps as OS X's installation system, starting from installing PortAudio and PyAudio. To play music, you will have to install mpg123.

Configuration

Once you have successfully set up your development environment, open profile.yaml to customise the file and add details about yourself.

Usage Guide

Follow this link for reading the Usage aka Dating Guide.

Contributing

After forking Melissa-AI/Melissa-Web and making the appropriate changes, open an issue and a pull request. After testing the issue/pull request, your request will be merged.

Licence

The MIT License (MIT)

About

A web interface for the lovely virtual assistant Melissa.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.6%
  • Python 38.7%
  • HTML 10.7%