Skip to content
View Aspirant-ai's full-sized avatar
  • India

Block or report Aspirant-ai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Aspirant-ai/README.md

✨ Aspirant AI - AI-Powered Learning Assistant πŸš€

Python Version License Platform

Empowering learners with AI-driven education! πŸ“šβœ¨

Aspirant AI is an intelligent learning platform leveraging Google's Gemini AI to generate practice questions, explain complex concepts, and now available both as a website and Telegram bot! πŸŽ‰

ASPIRANT AI profile views

🌟 Features

βœ… Dynamic question generation for competitive exams
βœ… Concept explanations with real-life examples
βœ… Adaptive difficulty levels for personalized learning
βœ… Web-based Interface & Fully Functional Telegram Bot πŸ€–
βœ… Sleek, modern UI for seamless interaction
βœ… Supports multiple subjects and topics


🎬 Aspirant AI Intro Video

Aspirant AI Intro

πŸ”Ή Click the image to watch the full video!


πŸ–₯ Web Interface Preview

Aspirant AI Web Interface

πŸ”Ή This is what the frontend of Aspirant AI looks like!


πŸ”₯ Installation & Setup

git clone https://github.com/Aspirant-ai/aspirant-ai.git
cd aspirant-ai
python -m venv venv
venv\Scripts\activate  # For Windows
source venv/bin/activate  # For macOS/Linux
pip install -r requirements.txt

βš™οΈ Configuration

  1. Create a .env file:
GEMINI_API_KEY=your_actual_api_key_here
TELEGRAM_BOT_TOKEN=your_telegram_bot_token_here
  1. Get your Gemini API Key from Google AI Studio.
  2. Obtain your Telegram Bot Token from BotFather.

πŸš€ Deployment & Hosting

Deploy to Render

Render Configuration:

  • Build Command: pip install -r requirements.txt
  • Start Command: pip install gunicorn && gunicorn gunicorn_server:app

🎯 How to Use

🌍 Web Interface

Simply visit: Aspirant AI Web and start learning! πŸ–₯️

πŸ€– Telegram Bot Commands

  • /start - Start the bot
  • /generate <topic> - Generate AI-powered questions on any topic
  • /ask <question> - Get AI-powered explanations
  • /help - Get assistance on how to use the bot

πŸ“ Project Structure

aspirant-ai/
β”œβ”€β”€ app.py               # Main Flask application
β”œβ”€β”€ telegram_bot.py      # Telegram Bot Integration
β”œβ”€β”€ templates/           # HTML templates
β”‚   └── index.html
β”œβ”€β”€ static/              # CSS/JS assets
β”‚   β”œβ”€β”€ style.css
β”‚   └── script.js
β”œβ”€β”€ requirements.txt     # Dependencies
└── gunicorn_server.py   # Production server config

πŸ›  Tech Stack

πŸ”Ή Backend: Flask + Gemini AI
πŸ”Ή Frontend: HTML5/CSS3 + JavaScript
πŸ”Ή Bot: Telegram API Integration
πŸ”Ή Hosting: Render (Auto-deploy)
πŸ”Ή WSGI Server: Gunicorn


πŸ† Contributing

We welcome contributions! πŸš€ If you'd like to contribute:

  1. Fork the repo
  2. Create a feature branch
  3. Commit and push your changes
  4. Open a PR!

Please follow PEP8 coding guidelines.


πŸ“¬ Contact & Support

πŸ“§ Email: support
πŸ› GitHub Issues: Report Bugs/Requests
πŸ’¬ Community Discord: Join Discussion


🌟 Join us on this AI-powered learning journey and supercharge your education! πŸš€πŸ“š

Pinned Loading

  1. PixelPerfectResizer PixelPerfectResizer Public

    image resizer

    JavaScript 1

  2. PDF-Tools-Hub PDF-Tools-Hub Public

    Your one-stop solution for all PDF operations

    HTML