GithubHelp home page GithubHelp logo

seungup / news-analyzer-with-tensorflow Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 106.86 MB

The program receives links from news articles to conduct analysis and summaries.

C++ 16.57% Jupyter Notebook 75.00% Python 8.40% Batchfile 0.03%

news-analyzer-with-tensorflow's Introduction

Summary

It is designed for university assignments.

NN chart

The program automatically parses, summarizes, translates, and analyzes links to news articles on the client.

Here is the Demo Video for you The server is connected through ngrok.

Before using TODO

ngork http 5000

C++ Client is will be work MS Visual Studio 2019

If you want Papago API then replace this section.

file PATH : /Server/CPP_Server/Server.ipynb

@app.route('/input/<data>')
def hello_user(data):

...
# <--Papago API Get Langage Section-->
...

    try:
        if source != 'ko':
            print("[use google translator]")
            text = translator.translate(data, dest='ko').text # if you want to use Papago API just fix this code
        ...

Data Sets

Here is the Orignal Data Sets link

news-analyzer-with-tensorflow's People

Contributors

dependabot[bot] avatar seungup avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.