Luxor-HashrateIndex Python Library and Command Line GraphQL API Client

We’ve decided to open-source our datasets for the community to build features, perform research and bring even more transparency to the Bitcoin mining industry. Feel free to send your projects or questions our way to [email protected] or @hashrateindex on Twitter. Looking forward to see what y’all build! Get Started To get started, you will need the following basic information: Endpoint: https://api.hashrateindex.com/graphql API Key: Reach out to [email protected] to get an API Key. Code Snippet from hashrateindex import API from resolvers […]

Read more

A graphql API build using ariadne python that serves a graphql-endpoint at port 3002 to perform language translation

Language Translation and Identification this machine/deep learning api that will be served as a graphql-api using ariadne, to perform the following tasks. 1. Language Identification Identifying the language which the text belongs to using a simple text classification model. This model will be able to identify 7 different languages: english (en) french (fr) german (de) spanish (es) italian (it) portuguese (pt) swedish (sw) 2. Language Translation Language translation offers a bi-direction english to another language translation for example `english-to-french`. The […]

Read more