AI Billion Career - Career Planning Platform for AI Industry

1 minute read

Published:

A comprehensive tool built with React, Vite, and Supabase to help individuals plan and navigate their careers in the AI industry.

Project Structure

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.

Getting Started

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

Contributing

Contributions are welcome. Please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/your-feature).
  5. Open a pull request.

License

CC BY NC-ND 4.0