pooya-mohammadi /
face-detection-flask-nginx-gunicorn-docker
This is a minimal implementation of face-detection models using flask, gunicorn, nginx, docker, and docker-compose
48/100 healthLoading repository data…
Alxcccc / repository
This is a RESTful API designed for a personal blogging platform.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a RESTful API designed for a personal blogging platform. It allows users to create, read, update, and delete blog posts. The API is built with FastAPI and uses MySQL as the database for data storage.
Credits of idea for: https://roadmap.sh/projects/blogging-platform-api
To run the app, ensure you have Python installed and follow these steps:
git clone https://github.com/yourUsername/https://github.com/Alxcccc/Blogging-Platform-API.git
cd Blogging-Platform-API
python -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate
pip install -r requirements.txt
blog.db/models folder).Create a .env file in the root of the project with the following content:
DB_HOST=your_host
DB_USER=your_user
DB_PASSWORD=your_password
DB_NAME=blog
cd app
python main.py
http://localhost:8000.Interactive API documentation is available at Swagger UI and ReDoc
Selected from shared topics, language and repository description—not editorial ratings.
pooya-mohammadi /
This is a minimal implementation of face-detection models using flask, gunicorn, nginx, docker, and docker-compose
48/100 healthimmobiliare /
This project is a versatile load testing tool designed to evaluate the performance and resilience of web services and APIs.
46/100 healthtwirapp /
This is a simple server that uses Silero models to convert text to audio files over HTTP
52/100 healthKianoush-h /
This project is a simple web application built with Python and Flask that allows users to upload a picture of a product, such as a pen, and then performs a Google image search to find stores that sell the product. The app then extracts and presents a list of stores along with their prices for the identified product.
45/100 healthsatyarth12 /
This API is built using django rest framework and has all the features (Vendor and Customer) of a food delivery app, say Zomato.
67/100 healthAiGptCode /
This Python script is a command-line interface (CLI) for interacting with OpenAI's GPT-3.5 Turbo model. It allows you to have conversations with the model, generate commands, and more.
42/100 health