A cloud-based, AI-driven tutoring platform that leverages Google Cloud and GPT-4 to help students learn course content efficiently.
The AI Tutor Platform provides a customized learning experience using AI. It allows proctors to upload course documents, processes them to understand content, and enables students to ask questions on the material.
git clone https://github.com/yourusername/yourrepository.git
cd yourrepository
pip install -r requirements.txt
.env
file:
OPENAI_API_KEY=your_openai_api_key
GOOGLE_APPLICATION_CREDENTIALS="path/to/your/credentials.json"
DB_HOST=35.196.108.73
DB_NAME=your_db
DB_USER=your_user
DB_PASS=your_password
Run the application:
python app.py
The platform will start on localhost:5000, accessible in your browser.
The platform includes the following database tables:
Add support for new file types Expand AI model capabilities with interactive and adaptive learning modules Integrate multi-language support
This project is licensed under the MIT License.