AI Learning 101 is a simple full-stack web application that connects a Python Flask backend with a HTML/CSS/JavaScript frontend using the Google Gemini API.
- Python
- Flask
- Flask-CORS
- google-genai (Gemini API SDK)
- dotenv
- HTML
- CSS
- JavaScript (Fetch API)
- GitHub
- Vercel
👉 https://ai-learning-101.vercel.app/
This project uses the free Gemini API, which has a daily usage limit.
✅ Using AI in Python
✅ Securing API keys using .env files
✅ Creating reusable Python functions
✅ Building REST APIs using Flask
✅ Connecting frontend and backend using APIs
✅ Understanding and fixing CORS issues
✅ Deploying full-stack applications to the cloud