Resume-Talk is a Flutter project that transforms a resume into an AI-powered conversation. The application provides an interactive user interface where users can engage with their resume through a smart chat.
- Transform your resume into an intelligent conversation
- Interactive and user-friendly interface
- AI capabilities powered by Google Generative AI library
- Ability to customize and train the model data
get: ^4.6.5uicons: ^1.0.1lottie: ^3.1.1url_launcher: ^6.1.13dartz: ^0.10.1clipboard: ^0.1.3firebase_core: ^2.24.2rename: ^3.0.1get_storage: ^2.1.1google_generative_ai: ^0.4.0flutter_markdown: ^0.6.20
- Ensure that Flutter is installed on your machine.
- Clone the project to your local machine:
git clone https://github.com/najm-flutter/Resume-Talk.git
- Navigate to the project directory:
cd Resume-Talk - Install the required packages:
flutter pub get
You can modify the API key in the lib/core/constant/api_key.dart file.
You can edit and train the model data through the files located in the lib/data/data_source/static directory.
To run the application, use the following command:
flutter run