Parsifal
Parsifal is a tool to assist researchers to perform Systematic Literature Reviews
Install / Use
/learn @vitorfs/ParsifalREADME
Status
About
A systematic literature review is a secondary study with the objective to identify, analyze and interpret all available evidence from primary studies related to a specific research question. As suggested by Kitchenham and Charters, the activity to perform a systematic literature review involves planning, conducting, and reporting the review.
Performing a systematic literature review is a labor-intensive task that requires a huge amount of work from the researcher, designing the protocol, adjusting the search string, filtering the results, sometimes more than a thousand articles, selecting those articles that attend the inclusion criteria, and removing those articles that attend the exclude criteria. After that, the researcher might start to analyze the relevant result one by one.
Tech Stack
The project is currently running on the following versions:
- Python 3.9
- Django 4.1
- PostgreSQL 12
- Bootstrap 3.4
- jQuery 3.6
Running Locally
To run the project locally first you need to clone the repository:
git clone https://github.com/vitorfs/parsifal.git
Create a virtualenv:
python3 -m venv venv
Active virtualenv:
source venv/bin/activate
Install the development requirements:
pip install -r requirements/local.txt
Now you should either setup a local PostgreSQL database or use SQLite.
Create a .env file in the project root (you can create one by making a copy of the .env.example):
cp .env.example .env
Now add the DATABASE_URL with the connection string pointing to your local database:
DATABASE_URL=postgres://richardwagner:holygrail@localhost:5432/parsifal
Or for SQLite:
DATABASE_URL=sqlite:////tmp/parsifal.sqlite3
Or if you want to place it elsewhere:
DATABASE_URL=sqlite:////Users/vitor/dev/parsifal/parsifal.sqlite3
Now run the migrations:
python manage.py migrate
Run the local server:
python manage.py runserver
Create super user:
python manage.py createsuperuser
License
The source code is released under the MIT License.
Related Skills
YC-Killer
2.7kA library of enterprise-grade AI agents designed to democratize artificial intelligence and provide free, open-source alternatives to overvalued Y Combinator startups. If you are excited about democratizing AI access & AI agents, please star ⭐️ this repository and use the link in the readme to join our open source AI research team.
groundhog
398Groundhog's primary purpose is to teach people how Cursor and all these other coding agents work under the hood. If you understand how these coding assistants work from first principles, then you can drive these tools harder (or perhaps make your own!).
sec-edgar-agentkit
10AI agent toolkit for accessing and analyzing SEC EDGAR filing data. Build intelligent agents with LangChain, MCP-use, Gradio, Dify, and smolagents to analyze financial statements, insider trading, and company filings.
last30days-skill
4.4kAI agent skill that researches any topic across Reddit, X, YouTube, HN, Polymarket, and the web - then synthesizes a grounded summary
