#AI Tools

1 messages · Page 1 of 1 (latest)

whole kettle
#

Im doing a uni project and have to do front and backend, db, etc but the main objective is to explore artificial intelligence like chat gpt, github copilot, image generation etc. Does anyone here have some suggestions on FREE AI tools / websites that can help build a project? for exemple db generation, etc. Thanks

wintry grove
#

Does your project need to actually be hosted or can you host it on your own computer?

wintry grove
#

Then you have a lot of options. If you want to play with semantic searching and/or RAG you can install a vector database, most of them are easily installed with Docker: https://milvus.io/, https://docs.trychroma.com/. You can run your own hugging face models either in your own scripts or use something like Langchain (which will wrap everything you need) or a web ui like https://github.com/invoke-ai (image generation) or https://github.com/oobabooga/text-generation-webui (text generation). There's lots more on github like those, some with APIs you can hit. This is all "AI" stuff, since you're local if you need a broader application you can easily add a relational database or web frontend or mobile app to interface how you need it.