This is an open-source app for essai. For more info check the organization to get the developer documentation file.
Please note, in order to use this app, you need to update the API keys stored in the secrets.json
file located in the lib
folder with your own keys.
To get started with this app, follow the steps below:
- Clone the repository to your local machine.
git clone https://github.com/your-username/flutter-app.git
-
Open the project in your preferred Flutter development environment.
-
Locate the
secrets.json
file in thelib
folder of the project. -
Update the following API keys in the
secrets.json
file with your own keys:supabase_url
: Your Supabase URL.supabase_anon_key
: Your Supabase anonymous key.openai_api_key
: Your OpenAI API key.
The
secrets.json
file should look like this after updating the keys:{ "supabase_url": "YOUR_SUPABASE_URL", "supabase_anon_key": "YOUR_SUPABASE_ANON_KEY", "openai_api_key": "YOUR_OPENAI_API_KEY" }
Note: Ensure that you keep your API keys confidential and do not share them publicly.
-
Save the
secrets.json
file. -
Build and run the Flutter app on your device or simulator.
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
Before contributing, please familiarize yourself with the contribution guidelines to ensure a smooth collaboration process.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as permitted by the license.
We would like to acknowledge the following APIs and platforms that were used in the development of this app:
- Supabase: A cloud-based platform for building scalable and secure applications.
- OpenAI: An artificial intelligence research lab that provides powerful language models and APIs.
- HuggingFace: An artificial intelligence research lab that provides powerful language models and APIs.
We are grateful to the developers and contributors of these platforms for their valuable services and support.
If you have any questions or need further assistance, please feel free to contact the project maintainer at info@neurollect.africa.