https://github.com/sambhav2612/accessibleml
:eyes: :snail: [WIP] Generates URI shortlink and classifies them using sentiment analysis.
https://github.com/sambhav2612/accessibleml
graphql graphql-schema react sentiment-analysis url-shortener
Last synced: 2 months ago
JSON representation
:eyes: :snail: [WIP] Generates URI shortlink and classifies them using sentiment analysis.
- Host: GitHub
- URL: https://github.com/sambhav2612/accessibleml
- Owner: sambhav2612
- License: gpl-3.0
- Created: 2018-07-11T18:12:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T08:41:12.000Z (over 2 years ago)
- Last Synced: 2025-01-22T01:36:31.427Z (4 months ago)
- Topics: graphql, graphql-schema, react, sentiment-analysis, url-shortener
- Language: JavaScript
- Homepage:
- Size: 477 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Accessible ML
This is a simple tool to generate URI shortlinks and categorize them using sentiment analysis. Involves heavy usage of Clustering and Sentiment Classification algorithms.
**Tech Stack**
- React.js
- GraphQL
- Apollo Client
- Graph.cool
- Node.js
- VS Code
- ESLint
- FlowUses Airbnb javascript style guide and Tachyons.
## To do
- :construction: update routing
- :construction: update frontend
- :new: Update graphql schema
- :ballot_box_with_check: :ok: Add graphql server and connect w/ database
- :ballot_box_with_check: :ok: write api endpoints## Motivation
### Getting Started :arrow_forward:
```bash
$ git clone https://github.com/sambhav2612/AccessibleML.git
$ cd AccessibleML
$ yarn install
$ yarn startNow, open a browser and type localhost:3000 to see it in action!
```### Supported Commands
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app) therefore, you can run all [CRA commands](https://github.com/sambhav2612/AccessibleML/blob/master/cra.md).
### Contribution Guide :muscle:
Any kind of ontributions are welcome. Please generate a PR/issue and tag me so that I get notified of the update. Thanks!
### License
Released under GNU GPL-v3.0 © Sambhav Jain 2018. For any legal claims or issues, please contact me by mailing to [email protected]