All Projects → iamyajat → HypeLinks-API

iamyajat / HypeLinks-API

Licence: MIT license
A Smart Bookmark API that can classify websites into 10 different categories built using FastAPI and Tensorflow 2.0

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to HypeLinks-API

chitra
A multi-functional library for full-stack Deep Learning. Simplifies Model Building, API development, and Model Deployment.
Stars: ✭ 210 (+813.04%)
Mutual labels:  fastapi
fastapi-redis
Showcase of Redis integration with Python FastAPI framework as API backend for RDKit: Open-Source Cheminformatics Software
Stars: ✭ 46 (+100%)
Mutual labels:  fastapi
jupyverse
A Jupyter server based on FastAPI
Stars: ✭ 117 (+408.7%)
Mutual labels:  fastapi
guane-intern-fastapi
FastAPI-PostgreSQL-Celery-RabbitMQ-Redis bakcend with Docker containerization
Stars: ✭ 54 (+134.78%)
Mutual labels:  fastapi
ecce
ML Prediction of Bible Topics and Passages (Python / React)
Stars: ✭ 36 (+56.52%)
Mutual labels:  fastapi
fastapi websocket pubsub
A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️
Stars: ✭ 255 (+1008.7%)
Mutual labels:  fastapi
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (+134.78%)
Mutual labels:  fastapi
InsightFace-REST
InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.
Stars: ✭ 308 (+1239.13%)
Mutual labels:  fastapi
fastapi-celery-redis-rabbitmq
A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)
Stars: ✭ 81 (+252.17%)
Mutual labels:  fastapi
fastapi-mangum-example
Deploy FastAPI as Lambda using serverless and mangum
Stars: ✭ 21 (-8.7%)
Mutual labels:  fastapi
Voice4Rural
A complete one stop solution for all the problems of Rural area people. 👩🏻‍🌾
Stars: ✭ 12 (-47.83%)
Mutual labels:  fastapi
Python-Studies
All studies about python
Stars: ✭ 56 (+143.48%)
Mutual labels:  fastapi
fastapi-socketio
Easily integrate socket.io with your FastAPI app 🚀
Stars: ✭ 198 (+760.87%)
Mutual labels:  fastapi
fastapi-async-mongodb
Simple example with FastAPI + MongoDB
Stars: ✭ 49 (+113.04%)
Mutual labels:  fastapi
fastapi-tortoise
The template for building scalable web APIs based on FastAPI, Tortoise ORM and other.
Stars: ✭ 95 (+313.04%)
Mutual labels:  fastapi
fastapi
基于Fastapi开发,集成Celery-redis分布式任务队列、JWT 用户系统、ElasticSearch和encode orm的基础项目模板,大家可以根据自己的需求在本模板上进行修改
Stars: ✭ 75 (+226.09%)
Mutual labels:  fastapi
fastapi-health
Implement the Health Check API pattern on your FastAPI application! 🚀
Stars: ✭ 110 (+378.26%)
Mutual labels:  fastapi
starlette-opentracing
Opentracing support for Starlette and FastApi
Stars: ✭ 62 (+169.57%)
Mutual labels:  fastapi
compose
Easy and fast anonymous chat!
Stars: ✭ 34 (+47.83%)
Mutual labels:  fastapi
TikTokDownloader PyWebIO
🚀「Douyin_TikTok_Download_API」是一个开箱即用的高性能异步抖音|TikTok数据爬取工具,支持API调用,在线批量解析及下载。
Stars: ✭ 919 (+3895.65%)
Mutual labels:  fastapi

HypeLinks API

Forks Stargazers Issues MIT License LinkedIn


Photo by Victoria Bilsborough

HYPELINKS API

A Smart Bookmark API that can classify websites into 10 different categories
Explore the docs »

Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

An API that can classify a given url into various different categories.

Categories

  • Sports
  • News
  • Fitness & Wellbeing
  • Food & Recipes
  • Politics
  • Entertainment
  • Business
  • Blogs
  • Science & Technology
  • NSFW

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.8.10 and the latest version of pip.

Installation

  1. Clone the repo
    git clone https://github.com/iamyajat/hypelinks-api.git
  2. Install virtualenv
    pip install virtualenv
  3. Create a virtual environment
    python -m venv env
    .\env\Scripts\activate
  4. Install all requirements
    pip install -r requirements.txt
  5. Start the API
    uvicorn main:app --reload

Usage

To try the API out, go to http://127.0.0.1:8000/docs/ and test the different end-points out.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: AmazingFeature')
    • Please refer to the commit guidelines mentioned here.
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Github LinkedIn Twitter Instagram

Project Link: https://github.com/iamyajat/hypelinks-api

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].