Skip to content

Releases: preetham/verifytweet

v0.6.1 Release

31 Aug 16:48
7469c79
Compare
Choose a tag to compare
  • Supports image links

v0.6.0 Release

28 Aug 12:26
ee78038
Compare
Choose a tag to compare
  • Remove pipenv implementation
  • Move to python3.7 as base image for Docker

v0.5.2 Release

11 Jul 12:15
443cf00
Compare
Choose a tag to compare
  • Better exception handling for controller
  • Use cosine similarity for all cases
  • Use anti-aliasing for image pre-processing

v0.5.1 Release

10 Jul 10:22
6ee1cf6
Compare
Choose a tag to compare
  • Add unit testing to codebase

v0.5.0 Release

02 Jul 19:46
Compare
Choose a tag to compare
  • Documentation support for all modules
  • CircleCI integration
  • API changes for Web Usage

v0.4.1 Release

30 Jun 11:48
9f2817d
Compare
Choose a tag to compare
  • Improved image to text accuracy using better pre-processing methods.

v0.4 Release

29 Jun 14:16
fafb3e1
Compare
Choose a tag to compare
  • Added CLI tool functionality
  • Min. version of Python changed 3.6
  • Update settings.py to accomodate different configurations
  • fix configuration import in router

v0.3 Release

27 Jun 23:41
c2561f2
Compare
Choose a tag to compare
  • Restructure code following The Hitchhiker’s Guide to Python
  • Added better error handling
  • Added twint as default search method, enabling search further than last 7 days.
  • Refactor code for future CLI support

v0.2 Release

25 Jun 18:32
be5abf0
Compare
Choose a tag to compare
  • Added CORS support
  • Updated ubuntu as base Docker image
  • Detailed README

v0.1 Release

12 Jun 12:13
Compare
Choose a tag to compare
  • Images can be uploaded to POST /api/v1/verify
  • Image are supposed to be a 'tweet' screenshot from twitter.
    elon
  • API contract:
{
    "social":"twitter",
    "type":"image",
    "data": <image-binary-data>
}