title | emoji | colorFrom | colorTo | sdk | sdk_version | app_file | pinned | license | short_description |
---|---|---|---|---|---|---|---|---|---|
Mitchi |
🐢 |
blue |
blue |
gradio |
4.44.1 |
app.py |
true |
mit |
Smart Research Discussion Chatbot |
Mitchi is an intelligent chatbot designed to facilitate efficient research discussions and explorations. Leveraging cutting-edge AI technologies, Mitchi provides users with concise summaries and real-time access to scientific articles, enhancing the way we engage with academic content.
- Real-time Retrieval: Fetch scientific articles based on user queries directly from the arXiv database.
- LLM-Powered Summaries: Generate concise and relevant summaries of retrieved papers using LLaMA.
- Interactive Interface: Easy-to-use web interface built with Gradio for seamless user interaction.
- Public Data Source: Utilizes the arXiv API for open and up-to-date scientific articles.
- Python: Core language used for backend development.
- LLaMA: Meta's large language model for handling natural language understanding and generation.
- Groq: A accelerator for LLaMA model.
- arXiv API: External source for fetching scientific paper metadata.
- Gradio: Web interface for interacting with the chatbot.
- Huggingface: Used for LLaMA model integration.
-
Clone this repository:
git clone https://github.com/saefullohmaslul/mitchi.git
-
Navigate to the project directory:
cd mitchi
-
Install the dependencies:
pip install -r requirements.txt
-
Run the application:
python app.py
We welcome contributions! Please submit a pull request with detailed information about your changes, and we will review it as soon as possible.
This project is licensed under the MIT License.
With Mitchi, academic researchers and curious minds alike can explore scientific topics efficiently, supported by the power of cutting-edge AI technology.