உங்களுக்கு AI தெரியுமா? – இந்த வேலை உங்களுக்கு தான்

நாளை வேலையில்லாமல் போகுமா இல்லையா? தெரிந்துகொள்ளுங்கள் AI related jobs!;

Update: 2025-06-20 04:00 GMT

ai related jobs


உங்கள் மொபைலில் இருக்கும் ChatGPT மூலமே நாளைக்கு நல்ல சம்பளம் வாங்கலாம்! * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Hind', 'Catamaran', sans-serif; line-height: 1.6; color: #333; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); } .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } /* Header Section */ .hero { background: linear-gradient(135deg, #ff6b6b, #4ecdc4); color: white; padding: 60px 0; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: url('data:image/svg+xml,
') repeat; animation: float 20s linear infinite; } @keyframes float { 0% { transform: translateX(-50px) translateY(-50px); } 100% { transform: translateX(50px) translateY(50px); } } .hero-content { position: relative; z-index: 2; } .hero h1 { font-size: clamp(24px, 5vw, 42px); font-weight: 800; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); line-height: 1.2; } .hero-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 40px; } .stat-card { background: rgba(255,255,255,0.2); backdrop-filter: blur(10px); padding: 20px; border-radius: 15px; border: 1px solid rgba(255,255,255,0.3); } .stat-number { font-size: 28px; font-weight: 700; display: block; } .stat-label { font-size: 14px; opacity: 0.9; } /* Success Story */ .success-story { background: white; padding: 40px 0; position: relative; } .story-card { background: linear-gradient(135deg, #ffeaa7, #fab1a0); padding: 30px; border-radius: 20px; margin: 20px 0; position: relative; overflow: hidden; } .story-card::before { content: '💰'; position: absolute; top: 20px; right: 20px; font-size: 40px; opacity: 0.7; } .story-title { font-size: 24px; font-weight: 700; color: #2d3436; margin-bottom: 15px; } .story-content { font-size: 16px; color: #636e72; line-height: 1.8; } /* Section Headers */ .section { padding: 60px 0; } .section-header { text-align: center; margin-bottom: 50px; } .section-title { font-size: clamp(28px, 4vw, 36px); font-weight: 700; color: #2d3436; margin-bottom: 15px; } .section-subtitle { font-size: 18px; color: #636e72; max-width: 600px; margin: 0 auto; } /* Market Stats */ .market-stats { background: linear-gradient(135deg, #a8edea, #fed6e3); } .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .stat-item { text-align: center; padding: 30px 20px; background: white; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); transition: transform 0.3s ease; } .stat-item:hover { transform: translateY(-10px); } .stat-icon { font-size: 48px; margin-bottom: 20px; color: #6c5ce7; } .stat-value { font-size: 32px; font-weight: 700; color: #2d3436; margin-bottom: 10px; } .stat-desc { color: #636e72; font-size: 16px; } /* Job Cards */ .jobs-section { background: white; } .jobs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .job-card { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 30px; border-radius: 20px; position: relative; overflow: hidden; transition: transform 0.3s ease; } .job-card:hover { transform: scale(1.05); } .job-card::before { content: ''; position: absolute; top: -50%; right: -50%; width: 100%; height: 100%; background: rgba(255,255,255,0.1); transform: rotate(45deg); transition: all 0.3s ease; } .job-card:hover::before { top: -10%; right: -10%; } .job-title { font-size: 20px; font-weight: 700; margin-bottom: 10px; } .job-salary { font-size: 24px; font-weight: 800; color: #ffeaa7; margin-bottom: 15px; } .job-desc { font-size: 14px; opacity: 0.9; line-height: 1.6; } /* Skills Section */ .skills-section { background: linear-gradient(135deg, #ffecd2, #fcb69f); } .skills-container { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } .skills-column { background: white; padding: 30px; border-radius: 20px; box-shadow: 0 15px 35px rgba(0,0,0,0.1); } .skills-title { font-size: 24px; font-weight: 700; color: #2d3436; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; } .skill-item { display: flex; align-items: center; gap: 15px; padding: 15px 0; border-bottom: 1px solid #f1f2f6; } .skill-icon { width: 40px; height: 40px; background: linear-gradient(135deg, #667eea, #764ba2); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 18px; } .skill-name { font-weight: 600; color: #2d3436; } .skill-duration { color: #636e72; font-size: 14px; margin-left: auto; } /* Learning Resources */ .learning-section { background: white; } .learning-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; } .learning-card { padding: 30px; border-radius: 20px; } .free-resources { background: linear-gradient(135deg, #84fab0, #8fd3f4); } .paid-resources { background: linear-gradient(135deg, #ffa726, #fb8c00); color: white; } .resource-item { display: flex; align-items: center; gap: 15px; padding: 12px 0; } .resource-icon { width: 35px; height: 35px; background: rgba(255,255,255,0.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; } /* Companies Section */ .companies-section { background: linear-gradient(135deg, #667eea, #764ba2); color: white; } .companies-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; } .city-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 30px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.2); } .city-name { font-size: 24px; font-weight: 700; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; } .company-list { list-style: none; } .company-list li { padding: 8px 0; padding-left: 20px; position: relative; } .company-list li::before { content: '🏢'; position: absolute; left: 0; } /* Salary Chart */ .salary-section { background: white; } .salary-chart { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-top: 30px; } .salary-bar { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 25px 20px; border-radius: 15px; text-align: center; position: relative; overflow: hidden; } .salary-experience { font-size: 16px; font-weight: 600; margin-bottom: 10px; } .salary-amount { font-size: 20px; font-weight: 800; color: #ffeaa7; } /* Steps Section */ .steps-section { background: linear-gradient(135deg, #ff9a8b, #a8edea); } .steps-container { display: grid; grid-template-columns: 1fr; gap: 20px; } .step-item { display: flex; align-items: center; gap: 20px; background: white; padding: 25px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); } .step-number { width: 50px; height: 50px; background: linear-gradient(135deg, #667eea, #764ba2); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 700; flex-shrink: 0; } .step-content { flex: 1; } .step-title { font-size: 18px; font-weight: 600; color: #2d3436; margin-bottom: 5px; } .step-desc { color: #636e72; font-size: 14px; } /* Government Initiative */ .govt-section { background: linear-gradient(135deg, #ff9068, #fd746c); color: white; text-align: center; } .govt-card { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 40px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.3); max-width: 800px; margin: 0 auto; } .govt-title { font-size: 28px; font-weight: 700; margin-bottom: 20px; } .govt-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-top: 30px; } .govt-stat { padding: 20px; background: rgba(255,255,255,0.1); border-radius: 15px; } .govt-stat-number { font-size: 24px; font-weight: 700; display: block; } .govt-stat-label { font-size: 14px; opacity: 0.9; } /* CTA Section */ .cta-section { background: linear-gradient(135deg, #667eea, #764ba2); color: white; text-align: center; padding: 80px 0; } .cta-title { font-size: 36px; font-weight: 800; margin-bottom: 20px; } .cta-subtitle { font-size: 18px; margin-bottom: 30px; opacity: 0.9; } .cta-button { display: inline-block; background: linear-gradient(135deg, #ff6b6b, #4ecdc4); color: white; padding: 15px 40px; border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 18px; transition: transform 0.3s ease; } .cta-button:hover { transform: scale(1.05); } /* Responsive Design */ @media (max-width: 768px) { .skills-container, .learning-grid { grid-template-columns: 1fr; } .hero { padding: 40px 0; } .section { padding: 40px 0; } .story-card { padding: 20px; } .step-item { flex-direction: column; text-align: center; gap: 15px; } } @media (max-width: 480px) { .hero-stats { grid-template-columns: 1fr 1fr; } .jobs-grid, .stats-grid { grid-template-columns: 1fr; } .salary-chart { grid-template-columns: 1fr 1fr; } } /* Animation Classes */ .fade-in { opacity: 0; animation: fadeIn 1s ease-in-out forwards; } @keyframes fadeIn { to { opacity: 1; } } .slide-up { transform: translateY(30px); opacity: 0; animation: slideUp 0.8s ease-out forwards; } @keyframes slideUp { to { transform: translateY(0); opacity: 1; } } /* Counter Animation */ .counter { font-variant-numeric: tabular-nums; }

உங்கள் மொபைலில் இருக்கும் ChatGPT மூலமே நாளைக்கு நல்ல சம்பளம் வாங்கலாம்!

0 லட்சம் AI வேலைகள்
0 % தமிழ்நாட்டில்
0
% வளர்ச்சி
₹15-50 லட்சம் சம்பளம்
🎯 சென்னையில் இருக்கும் 24 வயது ராஜேஷ் கதை
படிச்சது mechanical engineering. ஆனா இப்போ மாசம்
₹8 லட்சம் சம்பாதிக்கிறார்
. எப்படி? AI prompt engineering கத்துக்கிட்டு! இதே மாதிரி ஆயிரக்கணக்கான வாய்ப்புகள் தமிழ்நாட்டில் காத்திருக்கின்றன.

என்ன நடக்கிறது AI வேலை சந்தையில்?

📈
0
லட்சம் புதிய AI வேலைகள் 2024-ல்
🏙️
0
% வேலைகள் தமிழ்நாட்டில்
🏢
0
% AI companies அதிகரிப்பு
💰
₹15-50L
சம்பள வரம்பு

எந்த மாதிரி வேலைகள் உள்ளன?

பல்வேறு AI துறைகளில் உள்ள சிறந்த வேலை வாய்ப்புகள்

🎯 AI Prompt Engineer
₹6-12 லட்சம்
ChatGPT, Gemini போன்றவற்றுக்கு சரியான கேள்விகள் எழுதும் வேலை. Engineering background கட்டாயம் இல்லை!
🤖 Machine Learning Engineer
₹8-25 லட்சம்
பொறியியல் பட்டம் தேவை. AI models உருவாக்கும் வேலை.
🎓 AI Trainer
₹5-15 லட்சம்
AI-க்கு data கொடுத்து கற்றுக்கொடுக்கும் வேலை. தமிழ் நன்றாக தெரிந்தால் போதும்!
👁️ Computer Vision Specialist
₹10-30 லட்சம்
Photos, videos-ல் இருந்து information எடுக்கும் AI உருவாக்குவது.
💼 AI Business Analyst
₹7-18 லட்சம்
Companies-க்கு AI எப்படி பயன்படுத்தலாம்னு consulting கொடுப்பது.

எந்த skills கத்துக்கணும்?

அடிப்படை Skills
🐍
Python programming
3 மாசம்
📊
Basic statistics
2 மாசம்
🤖
ChatGPT, Midjourney
1 மாசம்
💬
English communication
தொடர்ச்சி
Advanced Skills
🔧
TensorFlow, PyTorch
6 மாசம்
☁️
Cloud platforms
4 மாசம்
📈
Data science
8 மாசம்
🧠
Deep learning
12 மாசம்

எங்க கத்துக்கலாம்?

இலவச வழிகள்
📺
YouTube channels (Tamil-ல் கூட available)
🎓
Google AI courses
📚
Coursera free courses
💻
GitHub tutorials

தமிழ்நாட்டில் முக்கிய companies

Chennai
  • TCS Innovation Labs
  • Infosys Mysore AI Center
  • Ford AI Research
  • Cognizant Digital
Coimbatore
  • Zoho AI Division
  • Jicate Solutions
  • Multiple textile AI startups
Madurai
  • Agriculture AI companies
  • Healthcare AI startups

Salary growth expectations

Fresher
₹3-6 லட்சம்
2-3 years
₹8-15 லட்சம்
5+ years
₹20-50 லட்சம்
Senior roles
₹50 லட்சம்+

எப்படி start பண்றது?

1
ChatGPT-ல் account create பண்ணுங்க
Daily use பண்ணுங்க. Different prompts try பண்ணி பாருங்க.
2
Python basics கத்துங்க
w3schools.com-ல இலவசம். Daily 1-2 hours practice பண்ணுங்க.
3
Kaggle-ல் profile உருவாக்குங்க
Simple projects பண்ணுங்க. Competition-ல் participate பண்ணுங்க.
4
LinkedIn-ல் AI skills showcase பண்ணுங்க
Projects upload பண்ணுங்க. Industry leaders-ஐ follow பண்ணுங்க.
5
Local AI meetups-ல் participate பண்ணுங்க
Networking பண்ணுங்க. Experienced professionals-உடன் connect ஆகுங்க.
🏛️ அரசு முயற்சிகள்

தமிழ்நாடு அரசு "Tamil Nadu AI Mission 2024" launch பண்ணியிருக்கு!

₹1000 கோடி Budget
50,000
Free Training
10,000 Job Guarantee
AI என்பது future இல்லை - இது present!
நீங்களும் இந்த revolution-ல் பங்கேத்துக்கொள்ளுங்க. Start small, dream big!
இன்னைக்கே Start பண்ணுங்க!


Tags:    

Similar News