CogniVerse is an AI-powered application built with React on the frontend and FastAPI on the backend. It integrates with language models like CodeLlama to generate responses based on user prompts.
- Frontend: React-based user interface.
- Backend: FastAPI server with endpoints for generating AI responses and managing documents.
- AI Model: Integrates with
Codellamaand other language models for text generation. - Database: Stores documents and their embeddings for similarity-based retrieval.
Follow these steps to get the project running on your local machine.
Make sure you have the following installed:
- Node.js (for the frontend)
- Python 3.8+ (for the backend)
- Pip (for managing Python dependencies)
- Navigate to the frontend directory:
cd frontend