Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/luisfelipepoma/fake_news_detector
- Owner: LuisFelipePoma
- License: cc0-1.0
- Created: 2023-09-16T02:58:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-01T00:26:48.000Z (about 1 year ago)
- Last Synced: 2024-12-19T00:19:23.803Z (about 2 months ago)
- Topics: django, flask-api, glove-embeddings, ia, keras, nlp, nlp-machine-learning, python, scraping
- Language: Python
- Homepage: https://ia-project-gules.vercel.app/
- Size: 164 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```