Aurguide is a comprehensive platform designed to assist students in navigating the process of studying abroad. By Using AI , Aurguide streamlines the process of university selection, application submissions, visa appointments, and job placements.
- University Recommendations: Personalized suggestions based on academic achievements, budget, and preferences.
- Application Assistance: Automated form filling and document management for university applications.
- Visa Appointment Scheduling: Integration to facilitate booking visa appointments.
- Job Placement Support: Guidance and resources for securing employment opportunities abroad.
- Backend Framework: FastAPI
- Frontend Framework: React
- Retrieval-Augmented Generation (RAG): Combining retrieval-based and generative AI models to provide accurate and context-aware information.
- Web Scraping: Collecting up-to-date information from university websites and official portals to ensure accurate recommendations.
- Python 3.8+
- Node.js 14+
- npm 6+
-
Clone the repository:
git clone /~https://github.com/yourusername/aurguide.git cd aurguide
-
Backend Setup:
-
Navigate to the backend directory:
cd backend
-
Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install the required dependencies:
pip install -r requirements.txt
-
Start the FastAPI server:
uvicorn main:app --reload
-
-
Frontend Setup:
-
Navigate to the frontend directory:
cd ../frontend
-
Install the required dependencies:
npm install
-
Start the React development server:
npm start
-
We welcome contributions from the community. Please refer to our contribution guidelines for more information.
This project is licensed under the MIT License. See the LICENSE file for details.
We extend our gratitude to the developers and contributors of FastAPI, React, and the open-source community for their invaluable tools and resources.
Note: This README provides a high-level overview of the Aurguide project. For detailed documentation, please refer to the docs directory.