Skip to content

spbsamuel/Tradeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRADEIT

Tradeit is a facebook messenger bot that allows you to trade with other users.

Using facebook messenger you start by uploading a picture and adding a description to the item you want to trade.

alt text

Once you start trading you will be matched with another item! alt text

The description of the item is parsed using Tay Yi's NLP parser which gives us semantic tags about the description. The NLP Parser used amazon api to find additional attributes like price and rating which is eventually used for our matching.

With the use of the addition generated meta data we use cosine similarity to match items to each other.

This project was created by five NTU students using Django as the main engine and interfacing with Facebook's bot api.

$ git clone https://github.com/spbsamuel/Tradeit.git Tradeit
$ cd Tradeit
$ pip install
$ python manage.py runserver

About

AngelHacks Hackathon entry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published