StudentAI is an AI chatbot app designed to enhance students' learning experiences through personalized interactions. The app uses ChimeraGPT(like OpenAI)'s API to provide students with comprehensive and informative answers to their questions.
- Personalized learning experiences tailored to each student's needs
- Access to a vast knowledge base covering multiple subjects and topics
- Ability to answer questions in a comprehensive and informative way
- User-friendly interface designed for seamless interactions
- Chatbot with ChimeraGPT's API integration for accurate responses
To get started with StudentAI, you will need to:
-
Install the Flutter SDK.
-
Clone the StudentAI repository.
-
Create a file named
secrets.dart
in the/lib/data
directory and copy the following code into it://This file is intended for development purposes only. //Please ensure that you add it to the .gitignore file before pushing your source code anywhere. const String apiKey = 'YOUR_API_KEY'; // wiredash secrets // Create account in https://wiredash.io/ to use its Feedback SDK const String label1 = 'LABEL_ID'; const String label2 = 'LABEL_ID'; const String label3 = 'LABEL_ID'; const String projectId = 'PROJECT_ID'; const String secretKey = 'SECRET_KEY';
This application stores all its secrets in the secrets.dart
file. Please ensure that you keep this file secure and out of version control systems like Git. It is also recommended that you don't hardcode secrets in your code and instead use encrypted environment variables.
- Run
flutter pub get
to install the dependencies. - Run
flutter run
to start the app.
Once the app is running, you can start chatting with StudentAI by typing in your questions or requests. StudentAI will use its knowledge base and ChimeraGPT's API to provide you with personalized learning experiences.
Before starting to use the app, do not forget to add your API key in secrets.dart
file.
- You can get using free key Providers from GitHub repo/discord server. ex. ChimeraGPT
- Join the above discord and send the command
/get key
to get your API key
All data used in this app to create cards, forms, and prompts come through our API - StudentAI_API. For more information about the API, please check the following repository: StudentAI_API.
Here are some examples of how you can use StudentAI:
- Ask StudentAI questions about your homework or studies.
- Get StudentAI to generate MCQs, compare topics, create study plans, etc.
- Have StudentAI help you with your research.
- Get StudentAI to provide you with summaries of complex topics.
We welcome contributions from the community. Please feel free to create a pull request for bug fixes, feature requests, or any other improvements.
StudentAI is licensed under the MIT License.
If you have any questions or feedback, please feel free to contact us at shivin307@gmail.com.