/College.ai-main

AI toold for college students

Primary LanguagePythonMIT LicenseMIT

🎓🤖College.ai

Welcome to College.ai !! It is a versatile project that harnesses the power of ChatGPT-4 to provide a range of features. The application includes functionalities such as exploring ChatGPT-4 features, training/uploading PDFs, resume analysis, and more.🎓🤖

Collegeai GIF

Tutorial video: https://www.youtube.com/watch?v=K2QHmboTf8o

Table of Contents

🚀Introduction

College.ai , your comprehensive solution for exploring the capabilities of ChatGPT-4! This project offers a variety of features, including a Home page, an About section, Ask_To_PDF functionality for training/uploading PDFs, Resume_Analyser for analyzing resumes, ATS for matching job descriptions and resumes, and examples for prompting in Ask to PDF.

Features

  • Home Page: Introduction to College.ai.
  • About Section: Information about the creator and project details.
  • Ask_To_PDF Functionality: Train/upload PDFs and make queries.
  • Resume_Analyser: Analyze resumes and provide recommendations.
  • Applicant Tracking System (ATS): Match job descriptions with resumes and provide feedback.
  • Prompt Examples: Examples for prompting in Ask to PDF.

Dependencies

Make sure you have the following dependencies installed:

Can install them using the following:

pip install -r requirements.txt

🛠️Installation

  1. Clone the repository:
git clone <link>
  1. Navigate to the project directory:
cd <filename>

Getting Started

To start the application, run the following command:

streamlit run <app.py>

This will launch the College.ai application in your default web browser.

Folder Structure

  • Pages/
    • home.py: Home page with an introduction to College.ai.
    • About.py: Information about the creator and other details.
    • Ask_To_PDF.py: Functionality to train/upload PDFs and make queries.
    • Resume_Analyser.py: Analyze resumes and provide recommendations.
    • ATS.py: Match job descriptions with resumes and show feedback.
    • Prompt_Examples.py: Examples for prompting in Ask to PDF.

🤝Contributing

If you'd like to contribute to College.ai, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make changes and commit them.
  4. Push your changes to your fork.
  5. Create a pull request.

Note: Make sure you always create a updated PR.

Contibuting Guidelines

We believe in the power of collaboration. If you have ideas to improve College.ai, feel free to contribute! Check out our [Contribution Guidelines]https://github.com/SurajSanap/College.ai-main/blob/main/CONTRIBUTION.md to get started.

📄 Documentation

Explore our comprehensive documentation in the [LEARN.md]https://github.com/SurajSanap/College.ai-main/blob/main/Learn.md file, which serves as a detailed guide to understanding and contributing to College.ai. This document covers various aspects of the project, including setup instructions, architecture overview, and contribution guidelines. We recommend referring to this documentation to gain a deeper insight into UniCollab and make meaningful contributions to its development.

📝License

This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.

🌟 Join Us

Ready to embark on a journey of collaborative learning? Join College.ai now and be a part of a community that believes in the power of collaboration! Thank you for contributing to our open-source project! We appreciate your support 🚀 Don't forget to leave a star ⭐ Happy Coding!!❤️

{Back to top}