Code Monkey home page Code Monkey logo

tutu's Introduction

TUTÛ 🗺️

This project is a partial fulfillment of the requirements for the Holy Angel University degree B.S in Information Technology with Area of Specialization in Web Development.

Summary

TUTÛ is an interactive map of articles from news portals in the Philippines. It aggregates articles in a list of news portals and extracts information in each articles through Natural Language Processing. TUTÛ also features a news portal analyzer which scores the credibility of a news portal and its content using a trained machine-learning model. You can learn more about it here and through our Facebook page.

TUTÛ means “true” or “truth” in Kapampangan language.

Notable Features


Credible News Map

Credible News Map gif

Not Credible News Map

Not Credible Map gif

Recommended Credible Articles

Recommended Credible Articles Recommended Credible Articles 2

Popular and Recent News

Popular and Recent News gif

Visualized Data

Visualized Data gif

Detector

Detector gif

Requirements


User Client Installation


cd app/client/

yarn install
yarn start

The default port is 3000

Admin Client Installation


cd app/admin/

yarn install
yarn start

The default port is 3001

Server Installation


cd server/

yarn install
yarn start

The default port is 5000

Spider Installation


cd spider/

pip install pipenv
pipenv install

pipenv run python spider.py

It will scrape the sources after running

Project Structure


tutu
├── README.md
├── .eslintrc
├── .gitignore
├── app
│   ├── admin
│   │   └── package.json
│   └── client
│       └── package.json
├── server
│   └── package.json
└── spider
    └── spider.py
    └── Pipfile.lock
    └── Pipfile

tutu's People

Contributors

francistaberdo avatar iahmb 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.