Download Ollama from here https://github.com/ollama/ollama?tab=readme-ov-file Then start the LLM phi3:mini in command prompt using "ollama run phi3:mini"
Navigate to chatbot folder python -m venv .venv (Sets up the virtual environment folder named .venv) .venv/scripts/activate (Runs the activation script to activate the virtual environment) pip install -r requirements.txt (Installs the dependencies listed in the requirements.txt)
Navigate to client folder npm i (Installs the dependencies)
Navigate to chatbot folder flask --app main run
Navigate to client folder npm run dev
You can now access the application at localhost:3000
- /admin: Dashboard for updating or deleting events
- /admin/event: For adding an event
- /admin/news: For removing an event
- /: Home page
- /news: News page
- /news/[id]: Page of a news article
- /events: Events page
- /event/[id]: Page of an event