=====================
Welcome to the Taka API, a platform that generates stories based on photos/pictures.
The Taka API is built using Django and Django Rest Framework, and provides the following features:
- Upload photos and generate stories (text and audio)
- Retrieve or search popular photos from pexels.com
- Documentation with Swagger and Redoc
- GET /media/photos/str:topic: Retrieve photos by topic
- GET /media/populars/: Retrieve popular photos (paginated)
- GET /media/populars/int:page_number: Retrieve next page of popular photos
- POST /stories/str:type: Retrieve story from image (image or url) (type: e.g. "image")
- GET /docs/swagger: Get Swagger JSON documentation
- GET /docs/swagger/: Get Swagger UI documentation
- GET /docs/redoc/: Get Redoc documentation
- Clone the repository and navigate to the project directory
- Install dependencies with
pip install -r requirements.txt - Run the server with
python manage.py runserver - Access the API at
http://localhost:8000
For any issues or questions, please contact ikeecode@gmail.com
This project is licensed under the MEST@africa License. See LICENSE for details.