Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luisfelipepoma/fake_news_detector

An application to detect fake news using web scrapping in real-time. (link down)
https://github.com/luisfelipepoma/fake_news_detector

django flask-api glove-embeddings ia keras nlp nlp-machine-learning python scraping

Last synced: 3 days ago
JSON representation

An application to detect fake news using web scrapping in real-time. (link down)

Awesome Lists containing this project

README

        

# IA-Project
---
# How to set up the `client`
- In the folder `src/client` install the dependencies

```bash
npm install
```

- Now to start the client

```bash
npm run dev
```