You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-20
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,43 @@
1
-
# Omniscient
1
+
# Omniscient AI Platform
2
2
3
-
It is a `SaaS` (Software as a Service), `AI Platform`
3
+
Welcome to Omniscient, an advanced AI Platform offered as a SaaS (Software as a Service). Empower your projects with cutting-edge artificial intelligence capabilities across various domains. Built on a robust technology stack, Omniscient seamlessly integrates with Next.js 14, React, Typescript, and powerful APIs such as OpenAI and Replicate. This platform is designed to provide a comprehensive solution for code generation, conversation simulation, image creation, music composition, and video generation.
npx prisma init # than make your changes on prisma schema with your provider and connection string
58
69
59
70
# Generate/Create tables
60
-
61
71
npx prisma generate
62
72
63
73
# Install prisma client
@@ -84,3 +94,15 @@ npx prisma migrate reset
84
94
- $ stripe trigger (trigger events with the cli)
85
95
- Keep dev running , prisma and stripe cli bash's
86
96
- Go to stipe website and search customer portal and activate 'Activate test link'
97
+
98
+
## Contributing
99
+
100
+
Contributions are welcome to enhance Omniscient's capabilities. Whether it's fixing bugs, improving existing features, or proposing new ones, your input is valuable.
101
+
102
+
## Reporting Issues
103
+
104
+
If you encounter any issues or have suggestions for improvement, please [create an issue](https://github.com/your-username/omniscient/issues) on our GitHub repository.
105
+
106
+
## License
107
+
108
+
This project is licensed under the [MIT License](LICENSE).
0 commit comments