Skip to content

Personalized Roadmaps for Your Software Development Journey

License

Notifications You must be signed in to change notification settings

Open-Source-Chandigarh/sadakAI

Repository files navigation

sadakAI

Personalized Roadmaps for Your Software Development Journey

sadakAI is an AI model designed to help users with their software development career roadmaps can analyze individual skills, experiences, and career goals to provide personalized recommendations. It suggests learning paths and skill development milestones, helping users navigate their career progression effectively. This model leverages data from various sources to ensure the advice is up-to-date and relevant.

Contributions

  1. Check CONTRIBUTING.md for contribution guidelines.
  2. Follow the issues to look for potential contributions.

Settup Guide

Note: This is a work in progress project, the project's current working is not intended.

Installation

  1. Clone the repository
git clone https://github.com/Open-Source-Chandigarh/sadakAI.git
cd sadaakAI
  1. Required dependencies can be found in requirements.txt, run the following code to install them on your machine/python envrionment (conda environment is recommended).
pip install -r requirements.txt

Note: This is a work in progress project, due to it not being hosted on the web yet you have to download and finetune the LLM model on your machine. Before running the model, open settup.ipynb in jupyter lab/ your prefered text editor and execute all the code blocks inorder to download and finetune the LLM model.

  1. Execute the main.py file.
python3 main.py