This repository contains the source code and resources for the AI Billion Career platform, a comprehensive tool to help individuals plan and navigate their careers in the AI industry.
The project is organized into the following directories:
ai-career-dashboard/
: The main frontend application built with React, Vite, and Supabase. For detailed information on the dashboard, please see the dashboard README.code/
: Contains Python scripts used for various data analysis and processing tasks related to AI career data.docs/
: A collection of research documents, analysis reports, and planning materials that support the project.extract/
: Raw data files in JSON format, used by the dashboard and analysis scripts.supabase/
: Configuration and migration scripts for the Supabase backend.
To get started with the main application, navigate to the ai-career-dashboard
directory and follow the instructions in its README.md
file.
cd ai-career-dashboard
npm install
npm run dev
Contributions are welcome. Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request.
This project is proprietary and confidential.