Skip to content

Python web application to create AI-powered course content using external APIs.

Notifications You must be signed in to change notification settings

SelvamathanS/Ai-Course-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Course Creator

A simple Python web application to create AI-powered course content using external APIs.

🚀 Features

  • Generate course structures or content via AI
  • Uses Google API key for AI requests
  • Basic web interface and backend endpoint

🧠 Requirements

  • Python 3.x
  • .env file with API credentials

⚙️ Setup

  1. Clone the repository

    git clone https://github.com/SelvamathanS/Ai-Course-Creator
    cd Ai-Course-Creator
  2. Create and activate virtual environment

    python3 -m venv venv
    source venv/bin/activate      # Linux/Mac
    venv\Scripts\activate         # Windows
  3. Install dependencies

    pip install -r requirements.txt
  4. Configure environment variables Create a .env file with:

    GOOGLE_API_KEY="YOUR_GOOGLE_API_KEY"
    

🔄 Run the App

py app.py

After running, access the app in your browser (typically at http://localhost:5000).


📝 Notes

  • Add your API key properly before starting.
  • The app uses external AI APIs — usage limits and billing may apply.

First create .env file

within that :

GOOGLE_API_KEY = "KEY"

Start with:

pip install -r requirements.txt

Next:

Image_20251127_201608 py -m venv venv
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
.\venv\Scripts\activate

At last:

py app.py

About

Python web application to create AI-powered course content using external APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published