Skip to content

FastAPI wrapper for Meta AI with chat, image generation & video generation. Easy deployment with cookie-based auth. ๐Ÿš€

License

Notifications You must be signed in to change notification settings

mir-ashiq/metaai-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Meta AI Python SDK

A powerful, feature-rich Python SDK for Meta AI - Chat, Image & Video Generation

Python License PyPI CI

Overview

This SDK provides seamless access to Meta AI's capabilities including:

  • ๐Ÿ’ฌ Chat - Powered by Llama 3 with real-time internet access
  • ๐ŸŽจ Image Generation - Create AI-generated images
  • ๐ŸŽฌ Video Generation - Generate videos from text prompts
  • ๐ŸŒ Real-time Information - Get up-to-date info via Bing
  • ๐Ÿ” No API Key - Uses browser cookies for authentication

Quick Links

Installation

pip install metaai_api

Quick Start

from meta_ai_api import MetaAI

# Initialize
ai = MetaAI()

# Chat
response = ai.prompt("What's the weather today?")
print(response["message"])

Documentation

License

MIT License - see LICENSE file for details.

Disclaimer

This project is independent and not officially affiliated with Meta Platforms, Inc.


Made with โค๏ธ for the AI community

About

FastAPI wrapper for Meta AI with chat, image generation & video generation. Easy deployment with cookie-based auth. ๐Ÿš€

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published