import streamlit as st from streamlit_lottie import st_lottie import requests import json from datetime import datetime import base64 # Page configuration st.set_page_config( page_title="AI Mastery Academy | GenAI & Agentic AI Coaching", page_icon="🤖", layout="wide", initial_sidebar_state="collapsed" ) # Custom CSS st.markdown(""" """, unsafe_allow_html=True) # Initialize session state if 'selected_plan' not in st.session_state: st.session_state.selected_plan = None if 'show_payment' not in st.session_state: st.session_state.show_payment = False if 'form_submitted' not in st.session_state: st.session_state.form_submitted = False # Load Lottie animation def load_lottie_url(url: str): try: r = requests.get(url) if r.status_code != 200: return None return r.json() except: return None # Hero Section st.markdown("""
Transform your career with cutting-edge AI skills. Learn from industry experts and build real-world AI applications with our comprehensive coaching and masterclass programs.
Comprehensive curriculum designed for the AI-first future
Master LLMs, GPT models, prompt engineering, fine-tuning, and building AI-powered applications with OpenAI, Anthropic, and open-source models.
Build autonomous AI agents using LangChain, AutoGPT, CrewAI. Learn multi-agent systems, tool integration, and real-world automation.
Hands-on experience with ChatGPT, Claude, Midjourney, Stable Diffusion, GitHub Copilot, and enterprise AI platforms.
Build Retrieval Augmented Generation systems, vector databases, embeddings, and enterprise knowledge bases.
Deploy AI models on AWS, GCP, Azure. Learn MLOps, containerization, API development, and production scaling.
Build portfolio-worthy projects: AI chatbots, content generators, code assistants, and automation tools.
12-week intensive program with hands-on projects
Flexible plans designed for every learner
Selected Plan: {st.session_state.selected_plan}
Plan Selected:
✓ 30-day money-back guarantee
✓ Instant access after payment
✓ Secure encrypted transaction
Join thousands of successful AI practitioners
🎓 PhD in Machine Learning from Stanford University
💼 Former AI Research Lead at OpenAI and Google DeepMind
📚 Published 50+ research papers in top AI conferences
🏆 Trained 10,000+ professionals in AI and Machine Learning
🌟 Featured speaker at NeurIPS, ICML, and Google I/O
💡 Passionate about making AI accessible to everyone
Have questions? We're here to help!
📧 Email:
support@aimastery.academy
📱 WhatsApp:
+1 (234) 567-8900
✈️ Telegram:
@aimastery_academy
🕐 Support Hours:
Monday - Friday: 9 AM - 6 PM EST
Weekend: 10 AM - 4 PM EST
🌍 Location:
San Francisco, CA, USA
(Remote-first company)