-
OPSC – Pre-Independence Constitutional Development
Indian Polity – Pre Independence Constitutional Development
-

OPSC – Indian Polity – Indian Constitution Syllabus
Indian Constitution Syllabus MODULE 1: HISTORICAL FOUNDATIONS & CONSTITUTIONAL MODULE 2: PHILOSOPHICAL FOUNDATIONS & BASIC FEATURES MODULE 3: FUNDAMENTAL RIGHTS (PART III) MODULE 4: DIRECTIVE PRINCIPLES OF STATE POLICY (PART IV) MODULE 5: FUNDAMENTAL DUTIES MODULE 6: UNION GOVERNMENT STRUCTURE MODULE 7: STATE GOVERNMENT STRUCTURE MODULE 8: UNION TERRITORIES & SPECIAL PROVISIONS MODULE 9: CENTRE-STATE RELATIONS MODULE 10: EMERGENCY PROVISIONS (PART XVIII) MODULE 11: JUDICIARY MODULE 12: CONSTITUTIONAL BODIES MODULE 13: NON-CONSTITUTIONAL BODIES (Relevant for UPSC/OPSC) MODULE 14: PANCHAYATI RAJ (PART IX) MODULE 15: URBAN LOCAL BODIES (PART IXA) MODULE 16: COOPERATIVE SOCIETIES (PART IXB) MODULE 17: CONSTITUTIONAL AMENDMENTS MODULE
-
AI Prativa – Smart Farming Assistant – Hugging Face API Key Setup
Smart Farming Assistant – Hugging Face API Key Setup #1 Open The Hugging Face URL https://huggingface.co/ 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
-
Jupyter Lab – How To Open Jupyter Lab In Specific Folder ?
How To Open Jupyter Lab In A Specific Folder Run The Below Command In The Folder Location Bar python -m jupyter lab – notebook-dir=”.”
-
AI Prativa – Smart Farming Assistant – OpenAI API Key Setup
Smart Farming Assistant -OpenAI API Key Setup https://platform.openai.com/ API Key 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 Trying Out New API Key #1 – Run this curl command in a terminal to generate a haiku for free using the gpt-5-nano model via the Responses API. curl https://api.openai.com/v1/responses -H "Content-Type: application/json" -H "Authorization: Bearer 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" -d '{ "model": "gpt-5-nano", "input": "write a haiku about ai", "store": true }' #2 – Install the OpenAI Node SDK and execute the code below to generate a haiku for free using the gpt-5-nano model via the Responses API. npm install openai import OpenAI from "openai"; const openai = new OpenAI({ apiKey:
-
AI Prativa -Smart Farming Assistant – Run The Python API Project
Smart Farming Assistant – Running The Python API Step-1: Extract Project cd my-python-api Step-2: Install Dependencies # Create virtual environment python -m venv venv # Activate it source venv/bin/activate # On Windows: venvScriptsactivate # Install packages pip install -r requirements.txt Step-3: Configure API Keys # Copy example file cp .env.example .env # Edit .env and add your keys: # open_ai_key=sk-your-openai-key-here # hugging_face=Bearer hf_your-huggingface-token-here Step-4: Run! # Start the server uvicorn app.main:app – -reload # Or use: python -m app.main Step-5: Visit URL http://localhost:8000 Step-6: Quick API Test Open a new terminal and run the below code to test whether the
-
AI Prativa – Smart Farming Assistant – Project Folder Setup
Smart Farming Assistant – Project Folder Setup my-python-api/ ├── app/ # Main application package │ ├── __init__.py # App initialization │ ├── main.py # FastAPI app entry point & configuration │ │ │ ├── api/ # API endpoints │ │ ├── __init__.py │ │ └── routes.py # All API routes │ │ │ ├── models/ # Data models (ORM & Pydantic) │ │ └── __init__.py │ │ │ ├── services/ # Business logic layer │ │ ├── __init__.py │ │ ├── openai_service.py # OpenAI API integration │ │ ├── audio_service.py # Text-to-Speech (gTTS) │ │ └── speech_service.py # Speech-to-Text (HuggingFace)
-
AI Prativa – Adding Use Cases To A Category
Adding Use Case To A Category import { Category } from '@/types'; export const categories: Category[] = [ // … other categories … { id: '9', name: 'Agriculture', slug: 'agriculture', description: 'AI for crop monitoring, yield prediction, and smart farming', icon: '🌾', color: '#84cc16', useCases: [ { id: 'ag-1', name: 'Smart Farming Assistant', slug: 'smart-farming-assistant', // ← Add slug description: 'AI-powered chatbot that helps farmers with crop advice, season information, and farming techniques using voice and text interactions', codeLink: 'https://github.com/yourusername/smart-farming-assistant', }, { id: 'ag-2', name: 'Crop Yield Prediction', slug: 'crop-yield-prediction', description: 'Predict crop yields based on weather patterns, soil conditions,
-

OPSC – Prelim Paper – 1 : General Science Syllabus
General Science
-

OPSC – Prelim Paper – 1: General Issues On Environment Syllabus
General Issues On Environment
