Welcome to College.ai ! It is a versatile project that harnesses the power of Google-gemini to provide a range of features. The application includes functionalities such as exploring ChatGPT-4 features, training/uploading PDFs, resume analysis, and more.🎓🤖
https://youtu.be/K2QHmboTf8o?si=42LbPMeTPQYCDgNX
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.
Make sure you have the following dependencies installed:
git clone <link>
cd <filename>
git branch my-branch
git checkout my-branch
Or you can use the git checkout command with the -b flag to create and switch to the new branch in one step.
git checkout -b my-branch
Make changes Now you can make changes to the files in the repository. You can use any text editor or IDE to do this.
Stage the changes Once you've made your changes, you need to stage them with the git add command.
git add.
The . adds all changes, but you can also specify individual files.
Commit the changes After staging your changes, you need to commit them with the git commit command.
git commit -m "Commit message"
The -m flag allows you to write a commit message that describes the changes you made.
Push the changes Now you can push your changes to the remote repository with the git push command.
git push origin my-branch
Create a pull request Finally, you can create a pull request on the GitHub website. This will allow the repository owner to review your changes and decide whether to merge them into the main branch.
pip install -r requirements.txt
To start the application, run the following command:
streamlit run <app.py>
This will launch the College.ai application in your default web browser.
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.Contest_Calendar.py
: Information about all the upcoming coding contest.Job_Tracker.py
: User can track all their job application.ATS.py
: Match job descriptions with resumes and show feedback.Prompt_Examples.py
: Examples for prompting in Ask to PDF.If you'd like to contribute to College.ai, please follow these steps:
Note: Make sure you always create a updated PR.
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.
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.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms of the license.
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!!❤️